收款样式调整

This commit is contained in:
Jerry Yan 2020-08-29 23:36:14 +08:00
parent c248086a77
commit 03d8bbe860

View File

@ -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,