236 lines
3.3 KiB
Plaintext

._my_pay_popup .am-popup-content {
padding: 40rpx 28rpx;
background-color: #242430;
border-radius: 24rpx 24rpx 0 0;
}
._my_pay_po_header {
display: flex;
justify-content: space-between;
align-items: center;
}
._pay_po_he_title {
line-height: 1;
color: #F4F4F4;
font-size: 36rpx;
font-weight: 700;
}
._my_pay_po_content {
position: relative;
width: 100%;
height: 800rpx;
margin-top: 40rpx;
}
._po_con_scroll {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
._con_scr_warp {
width: 100%;
height: 100%;
}
._scr_wa_species {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
._wa_spe_left {
display: flex;
align-items: center;
}
._spe_le_img {
width: 64rpx;
height: 64rpx;
}
._spe_le_name {
line-height: 1;
color: #fff;
font-size: 36rpx;
font-weight: 700;
margin-left: 10rpx;
}
._wa_spe_right {
line-height: 1;
font-size: 28rpx;
color: #F6F6F6;
}
._scr_wa_pay_header {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40rpx;
}
._wa_pay_hea_left {
display: flex;
align-items: center;
padding-left: 16rpx;
border-left: 4rpx solid #CE3636;
}
._wa_pay_hea_left >text {
line-height: 1;
font-size: 36rpx;
color: #EBEBEB;
font-weight: 700;
}
._wa_pay_hea_right {
display: flex;
align-items: center;
}
._wa_pay_hea_right >text {
line-height: 1;
font-size: 28rpx;
color: #fff;
text-decoration: underline;
}
.icon-double-arrow-right-full {
width: 20rpx;
height: 20rpx;
margin-left: 6rpx;
}
._scr_wa_pay_list {
display: flex;
flex-wrap: wrap;
width: 100%;
}
._wa_pay_li_item{
width: 50%;
flex-shrink: 0;
margin-top: 40rpx;
height: 200rpx;
}
._wa_pay_li_item.active_right{
padding-right: 15rpx;
}
._wa_pay_li_item.active_left{
padding-left: 15rpx;
}
._pay_li_it_con {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: #38364B;
border-radius: 24rpx;
}
._pay_li_it_con.active {
border: 1px solid #fff;
}
._pay_li_it_price{
line-height: 1;
font-size: 40rpx;
color: #DFA788;
font-weight: 700;
}
._pay_li_it_coin {
line-height: 1;
font-size: 28rpx;
color: #fff;
margin: 16rpx 0;
}
._pay_li_it_deliver {
line-height: 1;
font-size: 28rpx;
color: #F0C194;
}
._my_pay_back_Info {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.6);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1000;
}
._pay_back_In_warp {
display: flex;
flex-direction: column;
align-items: center;
width: 706rpx;
height: 616rpx;
padding-top: 160rpx;
background: url('/static/images/paybj.png') no-repeat;
background-size: 100% 100%;
}
._pay_back_In_close {
margin-top: 60rpx;
}
._back_In_warp_t {
display: flex;
align-items: center;
line-height: 1;
}
._back_In_warp_t .name{
line-height: 1;
color: #1a1a1a;
font-size: 52rpx;
}
._back_In_warp_t .num {
line-height: 1;
color: #ff6d35;
font-size: 80rpx;
margin: 0 10rpx;
}
._back_In_warp_d {
display: flex;
align-items: center;
line-height: 1;
margin-top: 10rpx;
}
._back_In_warp_d .name{
line-height: 1;
color: #1a1a1a;
font-size: 36rpx;
}
._back_In_warp_d .num {
line-height: 1;
color: #f1540d;
font-size: 52rpx;
margin: 0 10rpx;
}