收款样式调整
This commit is contained in:
parent
c248086a77
commit
03d8bbe860
11
css/pay.css
11
css/pay.css
@ -19,7 +19,7 @@
|
||||
background: white;
|
||||
margin-bottom: 52px;
|
||||
min-height: 400px;
|
||||
max-height: 90vh;
|
||||
max-height: 80vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
.pay{
|
||||
@ -242,6 +242,11 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#shopRecieveInfo {
|
||||
min-height: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.receiveInfo {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -249,6 +254,10 @@
|
||||
|
||||
.receiveInfo ._right {
|
||||
width: 60vw;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
._alipay,
|
||||
|
Loading…
x
Reference in New Issue
Block a user