81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
page {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._transaction_page_body {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
._bo_da_li_warp {
|
|
background-color: #fff;
|
|
border-radius: 18rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
._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: 40rpx;
|
|
height: 40rpx;
|
|
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;
|
|
}
|
|
|
|
._wa_he_title_err >text {
|
|
line-height: 1;
|
|
font-size: 36rpx;
|
|
font-weight: 700;
|
|
color: #ce3636;
|
|
}
|
|
|
|
._da_li_wa_container {
|
|
padding: 50rpx 24rpx 30rpx;
|
|
}
|
|
|
|
._wa_con_info {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
._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;
|
|
}
|