|
@@ -272,7 +272,9 @@ page {
|
|
|
font-family: DINAlternate, DINAlternate;
|
|
|
font-weight: bold;
|
|
|
color: #131415;
|
|
|
- line-height: 48rpx;
|
|
|
+ // line-height: 48rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-end;
|
|
|
|
|
|
.before {
|
|
|
font-weight: 400;
|
|
@@ -289,11 +291,12 @@ page {
|
|
|
.stuff {
|
|
|
font-size: 28rpx;
|
|
|
padding-right: 4rpx;
|
|
|
+ line-height: 1.1;
|
|
|
}
|
|
|
|
|
|
.priceZ {
|
|
|
font-size: 36rpx;
|
|
|
- // line-height: 1;
|
|
|
+ line-height: 1;
|
|
|
color: #FE4600;
|
|
|
}
|
|
|
|
|
@@ -313,6 +316,7 @@ page {
|
|
|
.afterPrice {
|
|
|
color: #333333;
|
|
|
font-size: 36rpx;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -501,30 +505,30 @@ page {
|
|
|
|
|
|
|
|
|
/* HTML: <div class="loader"></div> */
|
|
|
-.loader {
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- margin-top: -50rpx;
|
|
|
- margin-left: -50rpx;
|
|
|
- z-index: 9;
|
|
|
- width: 100rpx;
|
|
|
- aspect-ratio: 1;
|
|
|
- border-radius: 50%;
|
|
|
- background:
|
|
|
- radial-gradient(farthest-side, #E8E8E8 94%, #0000) top/8px 8px no-repeat,
|
|
|
- conic-gradient(#0000 30%, #E8E8E8);
|
|
|
- -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
|
|
|
- animation: tempLoading 1s infinite linear;
|
|
|
-}
|
|
|
-
|
|
|
-@keyframes tempLoading {
|
|
|
- 100% {
|
|
|
- transform: rotate(1turn)
|
|
|
- }
|
|
|
-}
|
|
|
+// .loader {
|
|
|
+// position: absolute;
|
|
|
+// top: 50%;
|
|
|
+// left: 50%;
|
|
|
+// right: 0;
|
|
|
+// bottom: 0;
|
|
|
+// margin-top: -50rpx;
|
|
|
+// margin-left: -50rpx;
|
|
|
+// z-index: 9;
|
|
|
+// width: 100rpx;
|
|
|
+// aspect-ratio: 1;
|
|
|
+// border-radius: 50%;
|
|
|
+// background:
|
|
|
+// radial-gradient(farthest-side, #E8E8E8 94%, #0000) top/8px 8px no-repeat,
|
|
|
+// conic-gradient(#0000 30%, #E8E8E8);
|
|
|
+// -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
|
|
|
+// animation: tempLoading 1s infinite linear;
|
|
|
+// }
|
|
|
+
|
|
|
+// @keyframes tempLoading {
|
|
|
+// 100% {
|
|
|
+// transform: rotate(1turn)
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
.only_canvas {
|
|
|
position: absolute;
|