2024-02-29 09:27:59 +08:00

77 lines
1.0 KiB
Plaintext

page {
background-color: #F1F4FA;
}
._history_html {
background-color: #F1F4FA;
}
._history_page_body {
padding: 30rpx;
}
._pa_bx_li_warp {
display: flex;
background-color: #fff;
border-radius: 18rpx;
margin-bottom: 30rpx;
}
._bx_li_wa_left {
flex-shrink: 0;
}
._li_wa_le_image {
width: 206rpx;
height: 280rpx;
margin-right: 30rpx;
}
._li_wa_le_image ._is_image_s {
display: block;
width: 100%;
height: 100%;
border-radius: 12rpx 0 0 12rpx;
}
._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 {
margin-top: 30rpx;
}
._li_wa_ri_spectate > text {
line-height: 1;
font-size: 26rpx;
font-weight: 400;
color: #666666;
}
._li_wa_ri_spectate .order {
color: #666666;
}
._li_wa_ri_update {
margin-top: 30rpx;
}
._li_wa_ri_update > text {
line-height: 1;
font-size: 26rpx;
font-weight: 400;
color: #666666;
}