You've already forked qlg.frontend
展示商户收款详情
This commit is contained in:
94
css/pay.css
94
css/pay.css
@ -19,7 +19,8 @@
|
||||
background: white;
|
||||
margin-bottom: 52px;
|
||||
min-height: 400px;
|
||||
/* height: 90%; */
|
||||
max-height: 90vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
.pay{
|
||||
/*transform: translateY(380px);*/
|
||||
@ -49,10 +50,16 @@
|
||||
}
|
||||
|
||||
.paynum {
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
color: black;
|
||||
padding: 20px 0;
|
||||
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 {
|
||||
@ -104,7 +111,6 @@
|
||||
#qlg_pay_pwd .con_2 .prod .info{
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0px;
|
||||
}
|
||||
@ -113,12 +119,13 @@
|
||||
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: 40%;
|
||||
width: 36%;
|
||||
min-width: 65px;
|
||||
padding: 0px;
|
||||
margin: 5px 20px;
|
||||
@ -142,21 +149,23 @@
|
||||
#pay_pwd,#qlg_pay_pwd .con_1 {
|
||||
width: 70%;
|
||||
margin: 0 auto;
|
||||
padding:10px 0px;
|
||||
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: 14px 5%;
|
||||
margin: 8px 5%;
|
||||
width: 70%;
|
||||
height: 30px;
|
||||
}
|
||||
@ -167,12 +176,12 @@
|
||||
#pay_pwd,#qlg_pay_pwd .con_1 .p9{
|
||||
/* margin: 30px 5%; */
|
||||
/* width: 90%; */
|
||||
position: absolute;
|
||||
/* position: absolute; */
|
||||
/* padding:10px; */
|
||||
left:18%;
|
||||
/* left:18%; */
|
||||
/* right: 5%; */
|
||||
top:62px;
|
||||
font-size: 16px
|
||||
/* top:62px; */
|
||||
/* font-size: 16px */
|
||||
}
|
||||
|
||||
/* #pay_pwd,#qlg_pay_pwd .con_2 .p1{
|
||||
@ -198,4 +207,61 @@
|
||||
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;
|
||||
}
|
||||
|
||||
.receiveInfo {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.receiveInfo ._right {
|
||||
width: 60vw;
|
||||
}
|
||||
|
||||
._alipay,
|
||||
._wechat {
|
||||
height: 150px;
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
._alipay > img,
|
||||
._wechat > img {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user