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.

79 lines
1.5 KiB

3 years ago
.theme-add-btn {
3 years ago
font-weight: bold;
line-height: 88rpx;
font-size: 28rpx;
3 years ago
}
.theme-add {
padding: 12px;
background-color: #006BFF;
}
3 years ago
/* 主题卡片 */
.bottom-view {
background-color: #F9F9F9;
}
.card-content{
margin: 16rpx 32rpx;
background-color: #ffffff;
border-radius: 8rpx;
}
.content_text{
display: flex;
justify-content : space-between;
}
.content_event{
padding: 0rpx 32rpx 12rpx 32rpx;
}
.content_time{
color: #999999;
font-size: 24rpx;
padding: 10rpx 0;
height: 48rpx;
line-height: 48rpx;
}
.content_status{
color: #FF4852;
font-size: 12px;
padding: 10rpx 0;
line-height: 48rpx;
font-weight: 600;
}
.content_number{
color: #333333;
font-size: 14px;
padding: 4rpx 0;
font-weight: 500;
line-height: 48rpx;
}
.content_number_title{
color: #999999;
font-size: 14px;
padding: 4rpx 0;
line-height: 48rpx;
}
.content_title {
font-weight: 600;
font-size: 16px;
color: #333333;
}
.content_button{
display: flex;
margin-top: 20rpx;
3 years ago
margin-left: 42%;
3 years ago
}
/* tabs */
.view-tabs .van-tabs__nav{
background-color: #006BFF;/* 标签背景颜色 */
}
.view-tabs .van-tab {
color: #999999; /* 字体颜色 */
background-color: #F9F9F9;/* 标签背景颜色 */
}
.view-tabs .van-tab--active{
color: #0084FF; /* 字体颜色 */
font-size: 19px;
font-weight: 600;
}
.view-tabs .van-tabs__line {
background: transparent;
}