123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .g-modal.pay-modal {
- .pay-modal-wrapper {
- display: flex;
- }
- .info-layout {
- flex: 1;
- .desc {
- margin-bottom: 50px;
- }
- }
- .pay-layout {
- width: 240px;
- margin-top: -10px;
- margin-left: 60px;
- margin-bottom: 20px;
- text-align: center;
- .pay {
- overflow: hidden;
- .qrcode {
- margin-top: 15px;
- margin-bottom: 15px;
- .assets {
- width: 140px;
- height: 140px;
- }
- }
- .t {
- color: #8897A8FF;
- font-size: 12px;
- }
- }
- .bank {
- margin-top: 25px;
- background: rgba(250, 250, 250, 1);
- border-radius: 4px;
- margin-bottom: 110px;
- height: 80px;
- padding: 20px 10px;
- text-align: left;
- .t {
- color: #5E677BFF;
- font-size: 12px;
- }
- }
- .agree {
- margin-top: 10px;
- font-size: 12px;
- }
- }
- }
|