72 lines
1.0 KiB
Plaintext

page {
background-color: #F1F4FA;
}
._transaction_page_body {
padding: 30rpx;
}
._bo_da_li_warp {
background-color: #fff;
border-radius: 18rpx;
}
._da_li_wa_header {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 104rpx;
border-bottom: 2rpx dashed #EEEEEE;
}
._da_li_wa_header ._is_round{
position: absolute;
bottom: 0;
width: 60rpx;
height: 60rpx;
border-radius: 50%;
background-color: #F1F4FA;
}
._da_li_wa_header ._is_round._round_after {
right: 0;
transform: translate(50%,50%);
}
._da_li_wa_header ._is_round._round_before {
left: 0;
transform: translate(-50%,50%);
}
._wa_he_title >text {
line-height: 1;
font-size: 36rpx;
font-weight: 700;
color: #000000;
}
._da_li_wa_container {
padding: 50rpx 24rpx;
}
._wa_con_info {
display: flex;
align-items: center;
}
._goods_name {
line-height: 1;
font-size: 30rpx;
font-weight: 400;
color: #333333;
}
._goods_code {
line-height: 1;
font-size: 22rpx;
font-weight: 400;
color: #999;
}