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.
47 lines
917 B
47 lines
917 B
.detail-classify {
|
|
width: 100%;
|
|
min-height: 120rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20rpx 25rpx;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
margin-bottom: 37rpx;
|
|
}
|
|
.detail-classify .left {
|
|
color: #FFB400;
|
|
font-size: 32rpx;
|
|
font-weight: bolder;
|
|
width: 70%;
|
|
}
|
|
.detail-classify .right {
|
|
width:30%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.detail-classify .right .statistics {
|
|
height: 100%;
|
|
}
|
|
.detail-classify .right .statistics .issue-num {
|
|
color: #333;
|
|
font-size: 26rpx;
|
|
text-align: right;
|
|
line-height: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
.detail-classify .right .statistics .altitude {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
text-align:right;
|
|
line-height: 34rpx;
|
|
height: 34rpx;
|
|
}
|
|
.detail-classify .right image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
object-fit: cover;
|
|
margin-left: 13rpx;
|
|
}
|