82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
page {
|
|
background-color: #f7faff;
|
|
}
|
|
|
|
.item {
|
|
padding: 60rpx 30rpx 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #ffffff;
|
|
margin-bottom: 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.item.active {
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.item-status {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background-color: #40df70;
|
|
color: #ffffff;
|
|
font-size: 26rpx;
|
|
padding: 0 15rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
border-radius: 0 0 0 4rpx;
|
|
}
|
|
|
|
.item-status.active {
|
|
background-color: #5390f4;
|
|
}
|
|
|
|
.item-left {
|
|
flex: 1;
|
|
}
|
|
|
|
.item-right {
|
|
line-height: 54rpx;
|
|
display: flex;
|
|
margin-top: 20rpx;
|
|
position: absolute;
|
|
top: 40rpx;
|
|
right: 30rpx;
|
|
}
|
|
|
|
.item-number {
|
|
color: #5274f4;
|
|
font-weight: 600;
|
|
font-size: 38rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.item-img {
|
|
width: 54rpx;
|
|
}
|
|
|
|
.item-name {
|
|
font-weight: 600;
|
|
line-height: 60rpx;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.item-text {
|
|
font-size: 28rpx;
|
|
color: #90919e;
|
|
}
|
|
|
|
.item-remark {
|
|
padding-top: 30rpx;
|
|
border-top: 2rpx solid #dadada;
|
|
margin-top: 30rpx;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
color: #90919e;
|
|
}
|
|
|
|
.item-remark-text {
|
|
width: calc(100% - 120rpx);
|
|
padding-left: 30rpx;
|
|
box-sizing: border-box;
|
|
} |