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.
30 lines
555 B
30 lines
555 B
2 months ago
|
page {
|
||
|
background-color: rgba(246, 246, 246, 1);
|
||
|
}
|
||
|
|
||
|
.page {
|
||
|
padding: 48rpx 40rpx;
|
||
|
.card {
|
||
|
padding: 0 32rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 24rpx;
|
||
|
.row {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: 32rpx;
|
||
|
border-bottom: 1px solid rgba(247, 247, 250, 1);
|
||
|
&:last-of-type {
|
||
|
border: none;
|
||
|
}
|
||
|
.name {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(1, 1, 5, 1);
|
||
|
}
|
||
|
.more {
|
||
|
color: rgba(161, 164, 172, 0.4);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|