56 lines
729 B
Plaintext
56 lines
729 B
Plaintext
page {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._history_page_body {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
._pa_bx_li_warp {
|
|
display: flex;
|
|
background-color: #fff;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
._bx_li_wa_left {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
._li_wa_le_image {
|
|
width: 236rpx;
|
|
height: 236rpx;
|
|
}
|
|
|
|
._bx_li_wa_right {
|
|
flex: 1;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
._li_wa_ri_name > text{
|
|
line-height: 1;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
._li_wa_ri_spectate > text {
|
|
line-height: 1;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
}
|
|
|
|
._li_wa_ri_spectate .order {
|
|
color: #333333;
|
|
}
|
|
|
|
._li_wa_ri_update > text {
|
|
line-height: 1;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|