wangxy %!s(int64=2) %!d(string=hai) anos
pai
achega
54173c9ea6

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

@@ -587,9 +587,9 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   .el-dialog{width: 610px;border-radius: 8px;}
   .el-dialog__body{
     padding: 30px 120px 60px;
-    >i{width:213px;height:92px;display: block;background-image: url("~static/images/client/course/course-dialog-img.png");margin: 0 auto;}
+    >i{width:213px;height:92px;display: block;background-image: url("~static/images/client/component/nav-logo.png");margin: 0 auto;background-size: contain;background-repeat: no-repeat;background-position: center}
     p{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin:24px 0 36px;}
-    span{@include setFontStyle(-6);color: rgba(0,0,0,0.65);}
+    span{@include setFontStyle(-6);color: #fff}
     a{@include setFontStyle(-6);color: #2B5CFD;float: right;}
     // 申请注册按钮
     .application-scheme-btn{height: 40px;line-height: 40px;@include setFontStyle(-4);background: #1890FF;border-radius: 4px;color: #FFFFFF;text-align: center;margin-bottom: 16px;cursor: pointer;}
@@ -614,7 +614,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
     .nc_wrapper{width:100%!important;margin-bottom: 24px;border-radius: 4px;overflow: hidden;}
     .nc_scale{
       .btn_slide{color: #fff;}
-      span{width:50px;background: #3893FE;border-radius: 0 4px 4px 0;border: 1px solid transparent;}
+      span{width:50px;background: #00b96b;border-radius: 0 4px 4px 0;border: 1px solid transparent;}
     }
   }
 }

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

@@ -1363,7 +1363,7 @@
   /********  describe: 课程开发解决方案  author: TX  date:2021-08-06  ********/
   .course-develop-page{
     // 标题
-    .course-develop-title{background-color: rgb(39, 68, 98);padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
+    .course-develop-title{background-color: #00b96b;padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
 
     // form
     .course-develop-form{width: 90%;min-height: 380px;background: #fff;margin: -50px auto 0;padding: 40px 24px;box-sizing: border-box;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;}
@@ -1382,7 +1382,7 @@
 
     // 输入框-验证码
     .course-develop-input-code{width: calc(100% - 122px);}
-    .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: rgb(0, 102, 204);color: #fff;}
+    .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: #00b96b;color: #fff;}
 
     // 公司名称
     .dialog-input-company{
@@ -1394,8 +1394,8 @@
        width: 100%;height: 50px;line-height: 50px;color: rgb(255, 255, 255);border-radius: 5px;@include setFontStyle(-4);text-align: center;border: 1px solid transparent;
     }
 
-    .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
-    .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
+    .form-blue-btn{background-color: #00b96b;border-color:#00b96b;}
+    .form-border-btn{display:block;border-color:#00b96b;color:#00b96b;margin-top: 20px; }
 
     // 咨询电话
     .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}

+ 28 - 5
components/common/applicationDialog.vue

@@ -24,10 +24,10 @@
         </el-form-item>
       </el-form>
       <div class="application-scheme-btn" @click="applyFor">申请方案</div>
-      <span>免费热线:400-052-2130</span>
-      <a
-        href="https://p.qiao.baidu.com/cps/chat?siteId=17930048&userId=40179606&siteToken=e767a987c8404575246ab0084fb2c9bd"
-        target="_blank">在线客服</a>
+<!--      <span>免费热线:400-052-2130</span>-->
+<!--      <a-->
+<!--        href="https://p.qiao.baidu.com/cps/chat?siteId=17930048&userId=40179606&siteToken=e767a987c8404575246ab0084fb2c9bd"-->
+<!--        target="_blank">在线客服</a>-->
     </el-dialog>
     <el-dialog
       :close-on-click-modal="false"
@@ -280,6 +280,29 @@ export default {
 }
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
+.verification {
+  display: flex;
+  justify-content: space-between;
 
+  .dialog-code-btn {
+    background: #00b96b;
+    span {
+      color : #fff !important;
+    }
+  }
+}
+.application-scheme-dialog .el-dialog__body {
+  .dialog-code-btn {
+    background: #00b96b;
+    span {
+      color : #fff !important;
+    }
+  }
+}
+
+.application-scheme-dialog .el-dialog__body .application-scheme-btn {
+  background: #00b96b;
+  color: #fff;
+}
 </style>

+ 6 - 3
pages/CourseDevelopPhone.vue

@@ -18,7 +18,7 @@
         <a class="form-border-btn" href="https://p.qiao.baidu.com/cps/chat?siteId=17930048&userId=40179606&siteToken=e767a987c8404575246ab0084fb2c9bd" target="_blank">在线客服</a>
       </el-form>
 
-      <a href="tel:400-052-2130" class="course-develop-tel">咨询电话:400-052-2130</a>
+      <a href="tel:400-052-2130" class="course-develop-tel">咨询电话:400-099-0883</a>
     </div>
 
   </div>
@@ -244,6 +244,9 @@
     },
   };
 </script>
-<style>
-
+<style lang="scss" scoped>
+.verification {
+  display: flex;
+  justify-content: space-between;
+}
 </style>