panhui 4 лет назад
Родитель
Сommit
1ad9c01c76

+ 1 - 1
src/main/nine-space/src/components/product/productInfo.vue

@@ -168,7 +168,7 @@ export default {
     background-color: #1c1e25;
     font-size: @font1;
     color: #939599;
-    padding: 0 6px;
+    padding: 0 17px;
     border-radius: 13px;
     line-height: 24px;
     position: absolute;

+ 1 - 0
src/main/nine-space/src/styles/app.less

@@ -37,6 +37,7 @@
     --van-button-default-height: 38px;
     --van-dialog-has-title-message-text-color: #000;
     --van-field-label-color: #aaabad;
+    --van-search-action-padding: 0 16px;
 }
 
 [contenteditable='true'],

+ 3 - 3
src/main/nine-space/src/views/Submit.vue

@@ -477,7 +477,7 @@ export default {
     .bottom-content {
         padding: 6px 16px;
         display: flex;
-        align-items: center;
+        align-items: flex-end;
 
         .btn {
             flex-grow: 1;
@@ -501,12 +501,12 @@ export default {
             font-family: OSP;
             font-weight: normal;
             color: @prim;
-            line-height: 34px;
+            line-height: 30px;
             display: flex;
             align-items: center;
 
             // flex-grow: 1;
-            margin: 0 10px;
+            margin: 0 6px;
             .font_family {
                 font-size: 10px;
             }

+ 5 - 4
src/main/nine-space/src/views/product/Detail.vue

@@ -866,7 +866,7 @@ export default {
 }
 .btn-list {
     display: flex;
-    align-items: center;
+    align-items: flex-end;
     padding: 9px 16px;
 }
 .btn {
@@ -997,12 +997,12 @@ export default {
 
 .price-content {
     display: flex;
-    align-items: center;
+    align-items: flex-end;
     .price {
         font-size: 32px;
         font-family: OSP-DIN, OSP;
         color: @prim;
-        line-height: 32px;
+        line-height: 26px;
         display: flex;
         align-items: center;
         .font_family {
@@ -1019,7 +1019,8 @@ export default {
         font-size: @font1;
         color: @text3;
         text-decoration: line-through;
-        margin-left: 6px;
+        margin-left: 3px;
+        margin-bottom: 2px;
     }
 
     .sub {