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