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.
|
|
|
page {
|
|
|
|
background-color: rgba(247, 247, 250, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
.list {
|
|
|
|
padding: 32rpx 40rpx;
|
|
|
|
.total {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
.red {
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
font-size: 40rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.list-card {
|
|
|
|
padding: 16rpx 0;
|
|
|
|
margin-top: 24rpx;
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
.item {
|
|
|
|
padding: 16rpx 32rpx;
|
|
|
|
display: flex;
|
|
|
|
.item-title {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 5em;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
.item-content {
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.add {
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
bottom: 142rpx;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
width: 156rpx;
|
|
|
|
height: 156rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|