|
@@ -292,7 +292,7 @@ page {
|
|
|
}
|
|
|
|
|
|
.priceZ {
|
|
|
- font-size: 40rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
// line-height: 1;
|
|
|
color: #FE4600;
|
|
|
}
|
|
@@ -317,6 +317,7 @@ page {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.addBuyer {
|
|
|
position: relative;
|
|
|
margin: 26rpx;
|
|
@@ -350,6 +351,7 @@ page {
|
|
|
|
|
|
.addBuyer-left {
|
|
|
display: flex;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.users {
|
|
@@ -359,10 +361,10 @@ page {
|
|
|
color: #131415;
|
|
|
line-height: 44rpx;
|
|
|
|
|
|
- width: 540rpx;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
+ // width: 540rpx;
|
|
|
+ // white-space: nowrap;
|
|
|
+ // overflow: hidden;
|
|
|
+ // text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.address {
|
|
@@ -384,12 +386,14 @@ page {
|
|
|
}
|
|
|
|
|
|
.selected {
|
|
|
+ width: 100%;
|
|
|
.users {
|
|
|
font-weight: 400;
|
|
|
font-size: 28rpx;
|
|
|
color: #131415;
|
|
|
display: block;
|
|
|
- width: 600rpx;
|
|
|
+ // width: 600rpx;
|
|
|
+ word-wrap: break-word;
|
|
|
}
|
|
|
|
|
|
.address {
|
|
@@ -495,38 +499,6 @@ page {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.goodsInfo-count {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
-
|
|
|
- .goods-price {
|
|
|
- flex-shrink: 0;
|
|
|
- font-family: DINAlternate, DINAlternate;
|
|
|
- font-weight: bold;
|
|
|
- color: #131415;
|
|
|
- line-height: 48rpx;
|
|
|
-
|
|
|
- .before {
|
|
|
- font-weight: 400;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #777777;
|
|
|
- }
|
|
|
-
|
|
|
- .stuff {
|
|
|
- font-size: 38rpx;
|
|
|
- padding-right: 4rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .priceZ {
|
|
|
- font-size: 40rpx;
|
|
|
- line-height: 1;
|
|
|
- }
|
|
|
-
|
|
|
- .priceF {
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
|
|
|
/* HTML: <div class="loader"></div> */
|
|
|
.loader {
|