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