tanxue 2 anni fa
parent
commit
38b49e8f9f

+ 1 - 1
assets/scss/cus-client/cus-client-common.scss

@@ -244,7 +244,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
     .phone-tel-box {
       line-height: 60px;
       display: flex;
-      color: rgb(0, 84, 145);
+      color: #0066cc;
       align-items: center;
 
       .phone-tel-box-icon {

+ 3 - 3
assets/scss/cus-client/cus-client-page.scss

@@ -2200,10 +2200,10 @@
         }
 
         .client-btn-box{margin: 48px 0 0;}
-        .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;}
-        .client-default-white-Btn{background: #fff;color: #3e7ce7;}
+        .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #0065CD;border: 1px solid #0065CD;box-sizing: border-box;}
+        .client-default-white-Btn{background: #fff;color: #0065CD;}
         a,div.client-default-Btn{margin-right: 24px}
-        span.client-default-Btn{background: transparent;color: #3e7ce7;margin-right: 0;}
+        span.client-default-Btn{background: transparent;color: #0065CD;margin-right: 0;}
       }
     }
     .synopsis-blue{background: #f5f9ff;}

+ 2 - 1
components/course/course-video.vue

@@ -63,7 +63,7 @@ export default {
     border: 1px solid #ffffff;border-radius: 10px;padding: 10px;
     box-sizing: border-box;position: relative;justify-content: space-between;
     display: flex;align-items: center;
-    img{width: 100%;border-radius: 8px;z-index: 8;}
+    img{width: 330px;height:186px;border-radius: 8px;z-index: 8;}
     p{
       color: #fdfdfd;font-size: 14px;display: flex;justify-content: space-between;
       left: 70px;right: -10px;bottom: -2px;z-index: 11;position: absolute;
@@ -81,6 +81,7 @@ export default {
   @media (max-width: 768px){
     .video-item-box{
       width: 90%;margin: 0 auto 16px;
+      img{width: 100%;}
       .video-play-btn{width: 30%;height: 30%;top: 50%;left: 50%;transform: translate(-50%,-50%);background-size: contain;}
       p{font-size: 14px;left: 10px;right: 10px;bottom: 10px;padding: 6px 12px;
       background: #006cf8;border-radius: 0 0 8px 8px;box-sizing: border-box;}

+ 7 - 6
components/mtaNav/pcNav.vue

@@ -110,7 +110,7 @@ export default {
     }
 
     > a.active {
-      color: #2b5cfd;
+      color: #0066cc;
       position: relative;
     }
 
@@ -120,7 +120,7 @@ export default {
       bottom: -10px;
       left: 0;
       height: 2px;
-      background-color: #2b5cfd;
+      background-color: #0066cc;
       display: block;
       position: absolute;
     }
@@ -151,7 +151,7 @@ export default {
       position: absolute;
       border-width: 6px;
       border-style: dashed dashed solid;
-      border-color: transparent transparent #2b5cfd !important;
+      border-color: transparent transparent #0066cc !important;
       top: -12px;
     }
 
@@ -161,10 +161,11 @@ export default {
       display: flex;
       margin: 16px 1%;
       align-items: center;
+      justify-content: center;
 
       i {
-        width: 28px;
-        height: 28px;
+        width: 30px;
+        height: 30px;
         background-size: contain;
         display: inline-block;
         margin-right: 12px;
@@ -219,7 +220,7 @@ export default {
     position: absolute;
     left: 0;
     top: 0;
-    background-color: #2b5cfd;
+    background-color: #0066cc;
     border-radius: 4px 4px 0 0;
   }
 </style>

+ 2 - 2
components/mtaNav/sjNav.vue

@@ -133,9 +133,9 @@ export default {
 
   // 菜单选中
   .menu-active {
-    color: #2b5cfd;
+    color: #0066cc;
     div.el-collapse-item__header {
-      color: #2b5cfd;
+      color: #0066cc;
     }
   }
 

BIN
static/images/client/component/head-phone-icon.png