Browse Source

样式修改

tanxue 3 years ago
parent
commit
f5cf37d2e9

+ 3 - 2
components/common/layout/imgDes/imgCardLv2_exam.vue

@@ -75,8 +75,9 @@ export default {
     align-items: center;
     justify-content: center;
     img {
-      width: 480px;
-      height: 370px;
+      max-width: 100%;
+      height: auto;
+      flex-shrink: 0;
     }
   }
 

+ 1 - 1
components/sidebar.vue

@@ -80,7 +80,7 @@ export default {
   //display: none;
   position: fixed;
   z-index: 100;
-  top: 100px;
+  bottom: 100px;
   right: 20px;
 
   li {

+ 2 - 1
pages/introduction/index.vue

@@ -244,6 +244,7 @@ export default {
       color: #565656;
       font-size: 14px;
       font-weight: 500;
+      line-height: 24px;
       width: 596px;
     }
   }
@@ -380,7 +381,7 @@ export default {
       box-sizing: border-box;
 
       > div {
-        border: 2px solid #00B96B;
+        border: 1px solid #00B96B;
         border-radius: 6px;
         padding: 28px 43px;
         margin: 0 12px;

BIN
static/productImage/p05.png


BIN
static/productImage/p06.png


BIN
static/productImage/p07.png


BIN
static/productImage/p08.png