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.
|
|
|
.statistics-container {
|
|
|
|
padding: 20rpx;
|
|
|
|
}
|
|
|
|
.card {
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
padding: 30rpx;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
.card .title {
|
|
|
|
font-size: 34rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333333;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: -30rpx;
|
|
|
|
margin-bottom: 39rpx;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.card .title:before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 10rpx;
|
|
|
|
height: 28rpx;
|
|
|
|
background: #3A80E7;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
}
|
|
|
|
.card .title .view {
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #999999;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
.card .title .view image {
|
|
|
|
width: 24rpx;
|
|
|
|
}
|
|
|
|
page {
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-list {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 -8rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.tag-list .tag {
|
|
|
|
padding: 10rpx 20rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
margin: 0 8rpx;
|
|
|
|
color: #3A80E7;
|
|
|
|
background: #F1F6FF;
|
|
|
|
border: 1px solid #3A80E7;
|
|
|
|
border-radius: 1000rpx;
|
|
|
|
}
|
|
|
|
.tag-list .tag.cur {
|
|
|
|
background: #3A80E7;
|
|
|
|
color: #ffff;
|
|
|
|
}
|
|
|
|
.sub-tit {
|
|
|
|
font-size: 32rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #333333;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 30rpx 0;
|
|
|
|
}
|
|
|
|
.sub-tit image {
|
|
|
|
margin-right: 12rpx;
|
|
|
|
width: 20rpx;
|
|
|
|
height: 20rpx;
|
|
|
|
}
|