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