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.

62 lines
1.1 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 {
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;
}