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.
45 lines
812 B
45 lines
812 B
.timelist {
|
|
width: calc(100% - 32px);
|
|
padding: 0px 16px;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
background: white;
|
|
justify-content: space-between;
|
|
/* padding-left: 8rpx;
|
|
padding-right: 8rpx; */
|
|
margin-top: 32rpx;
|
|
/* border-radius: 8rpx; */
|
|
}
|
|
|
|
.timelist view {
|
|
text-align: center;
|
|
color: #999999;
|
|
font-size: 24rpx;
|
|
width: 166rpx;
|
|
}
|
|
|
|
.timelist .active {
|
|
color: #027AFF;
|
|
background-color: #f9f9f9;
|
|
font-weight: bolder;
|
|
width: 166rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
margin-top: 8rpx;
|
|
border-radius: 4rpx;
|
|
}
|
|
|
|
.tc-d-t {
|
|
font-size: 14px;
|
|
padding: 15px 0px;
|
|
color: #909497;
|
|
text-align: center;
|
|
}
|
|
|
|
.t-list {
|
|
width: 100%;
|
|
/* padding: 0px 16px; */
|
|
} |