59 lines
819 B
Plaintext
59 lines
819 B
Plaintext
page {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._give_page_body {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
._g_bo_li_warp {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
width: 100%;
|
|
/* height: 130rpx; */
|
|
background-color: #fff;
|
|
border-radius: 18rpx;
|
|
padding: 30rpx 24rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
._g_li_wa_item {
|
|
/* display: flex; */
|
|
/* justify-content: space-between; */
|
|
/* align-items: center; */
|
|
}
|
|
|
|
._g_wa_le_over {
|
|
line-height: 1;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
._g_wa_le_over >text {
|
|
line-height: 1;
|
|
font-size: 30rpx;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
|
|
._g_wa_le_add_time{
|
|
line-height: 1;
|
|
font-size: 22rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
._g_wa_ri_egold >text{
|
|
line-height: 1;
|
|
font-size: 30rpx;
|
|
color: #1A1A1A;
|
|
}
|
|
|
|
._g_wa_ri_egold .active {
|
|
color: #CE3636;
|
|
}
|
|
|
|
._g_wa_ri_other {
|
|
line-height: 1;
|
|
font-size: 24rpx;
|
|
color: #1A1A1A;
|
|
} |