55 lines
905 B
Plaintext
55 lines
905 B
Plaintext
#appointment_time {
|
|
background: #fff;
|
|
text-align: left;
|
|
}
|
|
|
|
#appointment_time .main {
|
|
padding: 32rpx;
|
|
}
|
|
|
|
#appointment_time .main .tips {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
}
|
|
|
|
#appointment_time .times {
|
|
display: flex;
|
|
margin-top: 32px;
|
|
}
|
|
|
|
#appointment_time .times .span {
|
|
position: relative;
|
|
display: inline-block;
|
|
background-color: #fe753e;
|
|
border-radius: 5rpx;
|
|
color: #fff;
|
|
padding: 25.6rpx 32rpx;
|
|
font-size: 14px;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
#appointment_time .times .em {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background-color: #fff;
|
|
border-radius: 0 5rpx 0 5rpx;
|
|
opacity: 0.57;
|
|
font-size: 10px;
|
|
color: #999;
|
|
padding: 6.4rpx;
|
|
}
|
|
|
|
#appointment_time .times .checked {
|
|
background-color: #e1e1e1;
|
|
}
|
|
|
|
#appointment_time .blue {
|
|
display: inline-block;
|
|
padding: 0 3.2rpx;
|
|
border-radius: 5rpx;
|
|
background-color: #6eabff;
|
|
color: #fff;
|
|
}
|