You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
704 B

3 years ago
.timelist {
3 years ago
width: 670rpx;
3 years ago
height: 80rpx;
line-height: 80rpx;
3 years ago
margin:0 auto;
display: flex;
flex-wrap: nowrap;
background: white;
justify-content:space-between;
padding-left: 8rpx;
padding-right: 8rpx;
margin-top: 32rpx;
3 years ago
border-radius: 8rpx;
3 years ago
}
.timelist view {
text-align: center;
color: #999999;
font-size: 24rpx;
3 years ago
width: 166rpx;
3 years ago
}
.timelist .active {
color: #027AFF;
background-color: #f9f9f9;
3 years ago
font-weight: bolder;
width: 166rpx;
3 years ago
height: 64rpx;
3 years ago
line-height: 64rpx;
margin-top: 8rpx;
border-radius: 4rpx;
3 years ago
}
.tc-d-t {
font-size: 14px;
padding: 15px 0px;
color: #909497;
text-align: center;
3 years ago
}