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.

98 lines
1.7 KiB

.edl-content {
width: 100%
}
.top-tab {
background: rgb(255, 255, 255);
}
.tdl-content {
width: 92%;
background: #F9F9F9;
margin: 32rpx 0 0 32rpx;
}
.tdl-item {
width: 100%;
background: #FFF;
padding: 36rpx 0rpx 32rpx 0rpx;
margin-bottom: 32rpx;
}
.top-time-item {
margin-left: 20rpx;
font-size: 12px;
font-weight: 400;
color: #999999;
}
.top-time {
display: flex;
justify-content: space-between;
margin: 0 32rpx 0 32rpx
}
.middle-title {
font-size: 14px;
font-weight: 600;
color: #333333;
margin: 0 32rpx 0 32rpx
}
.bottom-source {
display: flex;
justify-content: flex-start;
font-size: 12px;
font-weight: 400;
color: #999999;
margin: 18rpx 32rpx 0 32rpx
}
.tdl-footer {
position: fixed;
bottom: 0;
background: #FFF;
width: 100%;
padding: 16rpx 0rpx 24rpx 0rpx;
/* margin-left: 16rpx; */
}
/* 按钮 */
.theme-add-btn {
font-weight: bold;
line-height: 88rpx;
font-size: 28rpx;
}
.theme-add {
margin: 12px;
background-color: #006BFF;
}
.top-time .van-checkbox{
display: inline-block !important;
margin-bottom: -3px;
font-size: 10px;
}
/* 筛选项 */
.filter {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.more-item {
width: 296rpx;
height: 72rpx;
margin: 16rpx;
background: #F9F9F9;
text-align: center;
line-height: 72rpx;
font-size: 12px;
color: #111111;
}
.more-item-active {
width: 296rpx;
height: 72rpx;
margin: 16rpx;
background: #F0F5FF;
text-align: center;
line-height: 72rpx;
font-size: 12px;
color: #0084FF;
}
.loading {
position: relative;
bottom: 5rpx;
padding: 10rpx;
text-align: center;
font-size: 12px;
}