qlg.frontend/css/pay.css
2020-08-29 23:36:14 +08:00

277 lines
4.1 KiB
CSS

.bg {
background: rgba(1, 1, 1, 0.1);
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 10;
}
.pay_info{
margin-bottom: 100px;
}
.pay,.pay_way {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: white;
margin-bottom: 52px;
min-height: 400px;
max-height: 80vh;
flex-direction: column;
}
.pay{
/*transform: translateY(380px);*/
display: none;
}
.pay_title {
width: 100%;
height: 49px;
border-bottom: 1px solid #e6e6e6;
position: relative;
}
.pay_title a {
position: absolute;
z-index: 10;
font-size: 30px;
color: #909090;
line-height: 50px;
left: 5px;
}
.pay_title p {
line-height: 48px;
text-align: center;
color: black;
font-size: 15.6px;
}
.paynum {
font-size: 1.4rem;
text-align: center;
color: black;
padding: 15px 0;
font-weight: bold;
}
.paynum o {
font-size: 2rem;
font-weight: bolder;
}
.con_1 {
padding-left: 15px;
}
.con_1 .row {
width: 100%;
height: 42px;
border-bottom: 1px solid #e6e6e6;
line-height: 42px;
font-size: 13.2px;
}
.row_left {
float: left;
color: #909090;
font-size: 18px;
}
.row_right {
float: right;
color: black;
padding-right: 15px;
position: relative;
font-size: 18px;
}
.row_right img {
position: absolute;
right: 15px;
top: 12px;
}
.pay_btn {
width: 92%;
margin: 3px 4% ;
color: #FFFFFF;
background: #e6122b;
border: none;
border-radius: 1%;
height: 42px;
}
/* .pay_way .pay_title a {
font-size: 30px;
margin: 6px;
} */
#qlg_pay_pwd .con_2 .prod .info{
padding: 5px;
display: flex;
align-items: center;
margin: 0px;
}
#qlg_pay_pwd .con_2 .prod .info .p1{
/* flex: 1; */
padding: 0px;
margin: 0px 0px;
text-align: left;
width: 4em;
}
#qlg_pay_pwd .con_2 .prod .info .p1 span{
/* margin-left: 10px; */
}
#qlg_pay_pwd .con_2 .shadown_wai input{
width: 36%;
min-width: 65px;
padding: 0px;
margin: 5px 20px;
text-align: right;
height: 30px;
/* border: 0px; */
}
.wangInfo .p1{
min-width: 50px;
padding-left: 10px;
}
.pay_way .con .row .row_left {
color: black;
}
.row .mui-icon {
color: #e6122b;
font-size: 42px;
padding: 0;
}
#pay_pwd,#qlg_pay_pwd .con_1 {
width: 70%;
margin: 0 auto;
padding: 0px;
text-align: center;
position: relative;
}
#pay_pwd,#qlg_pay_pwd .con_2{
padding:0;
margin: 0;
overflow-y: auto;
/* position: relative; */
z-index: 1003;
}
#pay_pwd,#qlg_pay_pwd .con_2 p{
font-size: 16px;
}
#pay_pwd,#qlg_pay_pwd .con_1 input{
margin: 8px 5%;
width: 70%;
height: 30px;
}
/* #pay_pwd,#qlg_pay_pwd .con_2 input{
margin: 0 5%;
width: 90%;
} */
#pay_pwd,#qlg_pay_pwd .con_1 .p9{
/* margin: 30px 5%; */
/* width: 90%; */
/* position: absolute; */
/* padding:10px; */
/* left:18%; */
/* right: 5%; */
/* top:62px; */
/* font-size: 16px */
}
/* #pay_pwd,#qlg_pay_pwd .con_2 .p1{
display: inline-block;
padding:0;
margin: 0;
font-size:15px;
} */
.pay_btn_pwd {
width: 50%;
text-align: center;
margin:5px 25%;
color: #FFFFFF;
background: #e6122b;
border: none;
border-radius: 2%;
height: 42px;
}
.footer{
position: fixed;
bottom: 0;
width: 100%;
background: white;
height: 49px;
border-top: 1px solid #e6e6e6;
}
#qlg_pay_pwd .con_2 .prod .p1 span:first-child {
margin-right: 5px;
font-size: 0.9em;
}
#qlg_pay_pwd .con_2 .prod .productInfo .productInfo_ {
flex-direction: column;
align-items: end;
padding: 0;
width: 7.5rem;
}
#qlg_pay_pwd .con_2 .prod .productInfo .productInfo_ .p1 {
width: 100%;
align-items: end;
justify-content: space-between;
display: flex;
}
#qlg_pay_pwd .con_2 .prod .couponsInfo .couponsInfo_ {
flex-direction: column;
align-items: end;
padding: 0;
width: 7.5rem;
}
#qlg_pay_pwd .con_2 .prod .couponsInfo .couponsInfo_ .p1 {
width: 100%;
align-items: end;
justify-content: space-between;
display: flex;
}
#shopRecieveInfo {
min-height: 200px;
max-height: 200px;
}
.receiveInfo {
display: flex;
justify-content: space-between;
}
.receiveInfo ._right {
width: 60vw;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
overflow: hidden;
}
._alipay,
._wechat {
height: 150px;
width: 50vw;
}
._alipay > img,
._wechat > img {
max-height: 100%;
max-width: 100%;
margin: 0 auto;
display: block;
}