32 lines
551 B
Plaintext
32 lines
551 B
Plaintext
|
/* pages/t-mail/t-mail.wxss */
|
||
|
page {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.t-list {
|
||
|
height: 60rpx;
|
||
|
}
|
||
|
.c-list {
|
||
|
background-color: white;
|
||
|
margin-top: -30rpx;
|
||
|
border-radius: 16rpx 16rpx 0 0;
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
.c-item {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding-bottom: 30rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
border-bottom: 1rpx solid #E5E5E5;
|
||
|
}
|
||
|
|
||
|
.c-item text {
|
||
|
font-size: 28rpx;
|
||
|
display: block;
|
||
|
}
|
||
|
.c-r-item {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
align-items: center;
|
||
|
}
|