mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 04:46:48 +08:00
feat:增加ballot页面按钮鼠标移入样式
This commit is contained in:
@@ -155,6 +155,7 @@ export default {
|
|||||||
height: 23px;
|
height: 23px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.btn01 {
|
.btn01 {
|
||||||
background-image: url("../../assets/image/prev.png");
|
background-image: url("../../assets/image/prev.png");
|
||||||
|
|||||||
@@ -385,12 +385,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailinfo {
|
.detailinfo {
|
||||||
<<<<<<< HEAD
|
|
||||||
// width: calc(100% + 20px);
|
|
||||||
// width: calc(100%);
|
|
||||||
=======
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
>>>>>>> 52b6d3fe7525cbcd7226c2cdfd69cbd044a1670b
|
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
// height: 10px;
|
// height: 10px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|||||||
@@ -59,11 +59,11 @@
|
|||||||
<!-- 开始考试按钮 -->
|
<!-- 开始考试按钮 -->
|
||||||
<button class="starttest">开始考试</button>
|
<button class="starttest">开始考试</button>
|
||||||
<!-- 开始考试按钮 -->
|
<!-- 开始考试按钮 -->
|
||||||
<div class="righttitle" style="padding-top: 80px">
|
<div class="righttitleE">
|
||||||
<img width="20px" height="20px" src="../../assets/image/yuan.png" />
|
<img width="20px" height="20px" src="../../assets/image/yuan.png" />
|
||||||
|
|
||||||
<div class="text">历史纪录</div>
|
<div class="text">历史纪录</div>
|
||||||
<div class="box" style="top: 94px"></div>
|
<div class="box"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="history">
|
<div class="history">
|
||||||
@@ -219,6 +219,27 @@ export default {
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
left: calc(50% - 73px);
|
left: calc(50% - 73px);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.righttitleE {
|
||||||
|
display: flex;
|
||||||
|
margin-top: 110px;
|
||||||
|
// padding-top: 30px;
|
||||||
|
position: relative;
|
||||||
|
.text {
|
||||||
|
margin-left: 8px;
|
||||||
|
font-size: 16px;
|
||||||
|
color: rgba(51, 51, 51, 1);
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
.box {
|
||||||
|
width: 75px;
|
||||||
|
height: 10px;
|
||||||
|
background-color: rgba(36, 120, 255, 0.15);
|
||||||
|
position: absolute;
|
||||||
|
left: 23px;
|
||||||
|
top: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.history {
|
.history {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -270,6 +291,7 @@ export default {
|
|||||||
color: #2478ff;
|
color: #2478ff;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.historycontent {
|
.historycontent {
|
||||||
width: 59px;
|
width: 59px;
|
||||||
|
|||||||
Reference in New Issue
Block a user