Authored by 王水玲

订单相关的样式调整

... ... @@ -11,9 +11,9 @@
transform: translate(-50%, -50%);
h2 {
font-size: 32px;
font-size: 36px;
text-align: center;
margin-top: 80px;
margin-top: 48px;
margin-bottom: 0;
}
... ...
... ... @@ -113,6 +113,11 @@
color: #b0b0b0;
font-size: 34px;
}
a {
display: inline-block;
width: 100%;
}
}
.logistics {
... ... @@ -269,10 +274,14 @@
margin-right: 40px;
}
}
}
p:last-of-type {
font-size: 28px;
color: #b0b0b0;
.exchange-info {
.exchange-address {
p:last-of-type {
font-size: 28px;
color: #b0b0b0;
}
}
}
... ...
... ... @@ -203,7 +203,7 @@
.return-amount-item {
position: relative;
width: 100%;
height: 88px;
height: 90px;
&:after {
content: "";
... ...
... ... @@ -111,7 +111,7 @@
.tip {
position: relative;
height: 70px;
padding: 10px 30px;
padding: 10px 22px;
font-size: 26px;
background: #fff;
.icon {
... ...