|
@@ -117,15 +117,16 @@
|
|
|
}
|
|
|
|
|
|
.titleTips {
|
|
|
- width: 214px;
|
|
|
- margin-left: -107px;
|
|
|
+ width: 292px;
|
|
|
+ margin-left: -146px;
|
|
|
background: url('./images/title-3.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.titleTool {
|
|
|
- width: 292px;
|
|
|
- margin-left: -146px;
|
|
|
+ width: 214px;
|
|
|
+ margin-left: -107px;
|
|
|
background: url('./images/title-4.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
}
|
|
@@ -142,6 +143,10 @@
|
|
|
color: #1A1A1A;
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
+
|
|
|
+ .van-field__control {
|
|
|
+ padding-right: 2px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.toolRadioGroup {
|
|
@@ -165,7 +170,7 @@
|
|
|
border: 1px solid #987D6E;
|
|
|
border-radius: 6px;
|
|
|
line-height: 1;
|
|
|
- padding: 5px 10px 4px;
|
|
|
+ padding: 5px 10px 3.5px;
|
|
|
font-weight: 600;
|
|
|
font-size: 16px;
|
|
|
|
|
@@ -265,15 +270,35 @@
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.iconHead {
|
|
|
position: absolute;
|
|
|
right: 37px;
|
|
|
bottom: 59px;
|
|
|
width: 75px;
|
|
|
- height: 83px
|
|
|
+ height: 83px;
|
|
|
+ // animation: loadFade 1s ease-in-out infinite;
|
|
|
+ animation: head-change 1s ease infinite;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@keyframes head-change {
|
|
|
+ 0% {
|
|
|
+ transform: scale(1);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ transform: scale(0.9);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: scale(1);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
.toolInput {
|
|
|
:global {
|
|
|
.van-field__body {
|
|
@@ -288,6 +313,8 @@
|
|
|
|
|
|
|
|
|
.groupBuy {
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
:global {
|
|
|
.van-cell__value {
|
|
|
text-align: left;
|
|
@@ -298,6 +325,8 @@
|
|
|
width: 90px;
|
|
|
height: 90px;
|
|
|
margin-right: 12px;
|
|
|
+ border-radius: 8px;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.goodsTitle {
|
|
@@ -411,6 +440,14 @@
|
|
|
height: 14px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .inspectCell {
|
|
|
+ margin: 0 12px 24px;
|
|
|
+ padding: 8px 12px;
|
|
|
+ background: #FFF3EA;
|
|
|
+ border-radius: 6px;
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.paymentContainer {
|
|
@@ -419,7 +456,7 @@
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
font-size: 14px;
|
|
|
- padding: 15px 12px calc(15px + env(safe-area-inset-bottom)) 12px;
|
|
|
+ padding: 15px 12px 22px 12px;
|
|
|
|
|
|
.needPrice {
|
|
|
display: flex;
|
|
@@ -456,4 +493,4 @@
|
|
|
.inspectPopup {
|
|
|
width: calc(100% - 50px);
|
|
|
border-radius: 16px;
|
|
|
-}
|
|
|
+}
|