服务详情数据

This commit is contained in:
zhaotiantian
2023-11-21 18:25:27 +08:00
parent e73c95296c
commit 086f03d3f6
7 changed files with 144 additions and 10 deletions
+28
View File
@@ -0,0 +1,28 @@
.type-time{
text-align: right;
padding-right: 4%;
padding-top: 5%;
font-size: 18px;
span{
padding: 0 2%;
cursor: pointer;
}
.select{
color: #45A2FF;
position: relative;
&:after{
content: '';
position: absolute;
display: block;
width: 70%;
left: 10px;
bottom: -14px;
height: 8px;
background: url("../../assets/light.png") no-repeat;
background-size: 100% 100%;
}
}
.unSelect{
color: #A3A4A4;
}
}