移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
page { background-color: #EFF5F8; }
.coreshop-status-view { position: relative; text-align: center; margin: 45px 0 27px; display: flex; height: 58px; align-items: center; justify-content: center;
    .status-img { position: absolute; width: 64px; }
    .status-bg-view { position: relative; border-radius: 50%; border: 3px solid #fff; width: 27px; height: 27px; top: -32px; left: 35px; display: flex; justify-content: center; align-items: center;
        .icon { font-size: 16px; }
    }
}
.coreshop-padding { position: relative; padding: 25px 40px; line-height: 2; }
.coreshop-btn-view { position: relative; display: flex; align-items: center; justify-content: center;
    .cu-btn { background: #FFFFFF; }
}
.coreshop-ad-view { margin-top: 36px;
    .qrcode-img-view { display: flex; justify-content: center; align-items: center; margin-top: 9px;
        .qrcode-img { width: 164px; border-radius: 3%; }
    }
}
 
.chsop-pay-result-price { margin-top: 15px; color: #FF7159 !important; }