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.

119 lines
1.9 KiB

.theme-add-btn {
font-weight: bold;
line-height: 88rpx;
font-size: 28rpx;
}
.theme-add {
padding: 12px;
background-color: #006BFF;
}
/* 主题卡片 */
.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 {
font-size: 30rpx;
width: 50%;
display: flex;
justify-content: space-between;
text-align: left;
margin: 10rpx 0rpx 10rpx 50%;
}
/* 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;
}
.button_text {
height: 68rpx;
width: 100px;
color: #0084FF;
border: 1rpx solid #efefef;
line-height: 68rpx;
padding: 0 10rpx;
margin-right: 20rpx;
}
.button_text1 {
height: 68rpx;
width: 100px;
color: #FF4852;
border: 1rpx solid #efefef;
line-height: 68rpx;
padding: 0 10rpx;
}