master
yixian 6 years ago
parent dcbc3b6432
commit cb74f32ebd

@ -1,188 +1,98 @@
.qrpay-background { .logo-container {
position: fixed;
background: #f2f2f2;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
}
section.content {
position: absolute;
top: 70px;
bottom: 64px;
width: 100%;
overflow: auto;
left: 0;
}
.qrpay-container {
width: 700px;
position: relative;
display: block;
margin: 40px auto;
background: #fff;
overflow: visible;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}
.qrpay-container .qr-brand {
width: 100%; width: 100%;
height: 80px; text-align: center;
padding-top: 20px; padding: 30px 0px;
}
.qrpay-container .qr-brand.wechat {
background: #09bb07;
}
.qrpay-container .qr-brand.alipay {
background: #1eabeb;
}
.qrpay-container .qr-brand > .wechat-logo {
display: block;
margin: auto;
height: 40px;
} }
.qrpay-container .price-box { .logo {
position: relative; width: 137px;
display: block; height: 29px;
margin: 15px auto;
width: 240px;
} }
.qrpay-container .price-box:after { .price {
content: ''; color: #FF6600;
display: block; letter-spacing: 0;
clear: both; text-align: center;
margin-top: 15px;
} }
.qrpay-container .price-box .exchange-rate { .card-pay-table {
font-size: 16px; padding: 15px;
display: block;
} }
.qrpay-container .price-box .price { .card-pay-title {
font-size: 22px; font-size: 14px;
float: left; color: #9B9B9B;
line-height: 28px; letter-spacing: 0;
} }
.qrpay-container .price-box .price-left { .card-pay-content {
font-weight: bold; font-size: 14px;
border-right: 2px solid #666; color: #202020;
padding-right: 10px; letter-spacing: 0;
} }
.qrpay-container .price-box .price-right { .row-height {
padding-left: 10px; margin-bottom: 10px;
width: 49%;
white-space: nowrap;
text-align: left;
} }
.qrpay-container .card-input-box { .card-pay-footer {
position: fixed;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #DDDDDD;
letter-spacing: 0;
bottom: 15px;
width: 100%; width: 100%;
text-align: center; text-align: center;
border: none;
}
.qrpay-container .qrcode-img {
width: 140px;
height: 140px;
position: relative;
display: block;
margin: auto;
} }
.qrpay-container .qr-footer { @media screen and (max-width: 768px) {
position: relative; .form-container {
bottom: 0;
border-radius: 0 0 10px 10px;
width: 100%; width: 100%;
padding: 10px; padding: 22px 20px;
background: #f7f7f7;
color: #000;
}
.qrpay-container .qr-footer .form-group {
margin-bottom: 2px;
font-size: 12px;
line-height: 12px;
}
.qrpay-container .qr-desc {
position: absolute;
height: 150px;
z-index: 999;
top: 140px;
right: 30px;
} }
.ready-modal { .form-content {
position: absolute;
width: 100%; width: 100%;
height: 100%;
text-align: center;
background: rgba(38, 38, 38, 0.5);
z-index: 9999;
color: white;
padding-top: 150px;
}
.qrpay-container .btn{
border-radius: 0;
} }
.card-pay-table-container {
#footer {
position: absolute;
width: 100%; width: 100%;
bottom: 0; margin: 0 auto;
} }
@media (max-width: 997px) { .card-line {
section.content { width: 92%;
width: 100%; margin: 0 auto;
position: relative; border-bottom: 1px solid #DDDDDD;
bottom: 0;
top: 0;
overflow: visible;
} }
.qrpay-container {
width: 100%;
} }
#footer { @media screen and (min-width: 768px) {
position: relative; .form-container {
width: 50%;
margin: 0 auto;
padding: 22px 20px;
} }
.qr-desc { .form-content {
display: none; width: 50%;
margin: 0 auto;
} }
.card-pay-table-container {
width: 40%;
margin: 0 auto;
} }
@media (min-width: 768px) { .card-line {
.dl-horizontal dd { width:100%;
margin-left: 180px; margin: 0 auto;
line-height: 32px; border-bottom: 1px solid #DDDDDD;
} }
} }
@media (min-width: 768px) { .card-input-box {
.dl-horizontal dt { width: 100%;
float: left; text-align: center;
width: 160px; border: none;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 32px;
}
} }

Loading…
Cancel
Save