feat:增加ballot页面按钮鼠标移入样式

This commit is contained in:
songwc
2022-09-19 17:31:31 +08:00
parent 05f57b5a0f
commit 10cd9e216f
3 changed files with 25 additions and 7 deletions

View File

@@ -155,6 +155,7 @@ export default {
height: 23px;
border-radius: 50%;
border: 0;
cursor: pointer;
}
.btn01 {
background-image: url("../../assets/image/prev.png");

View File

@@ -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;

View File

@@ -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;