服务详情数据
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user