Browse Source

调整控制

wangxy 2 năm trước cách đây
mục cha
commit
f4f3536a7a

+ 29 - 1
components/course/course-baojia.vue

@@ -549,7 +549,35 @@ export default {
 
   @media (max-width: 768px){
     & {
-      transform: scale(0.8);
+      width: 90%;
+
+      .baojia-counts {
+        width: 100%;
+      }
+
+      .baojia-phone {
+        .phone-input {
+          width: 100%;
+        }
+      }
+
+      .baojia-nc {
+        width: 100%;
+      }
+
+      .baojia-custom-name {
+        width: 100%;
+      }
+
+      .baojia-btn {
+        ::v-deep .el-button {
+          width: 100%;
+        }
+      }
+
+      .baojia-bottom {
+        width: 100%;
+      }
     }
   }
 

+ 8 - 2
pages/courseware/animation.vue

@@ -390,8 +390,14 @@ export default {
     }
 
     .client-course-classification__info{
-      height: auto;
-      padding-top: 42px;
+      height: auto;background-repeat: no-repeat;
+      background-size: cover;padding-top: 42px;
+      .classification__info-mainTitle{
+        font-size: 15px;color: #333;margin-bottom: 16px;
+      }
+      .classification__info-subHead{
+        font-size: 13px;color: #555;margin-bottom: 16px;
+      }
 
       .classification-btns {
         .classification-online-zixun {

+ 8 - 2
pages/courseware/ppt.vue

@@ -396,8 +396,14 @@ export default {
     }
 
     .client-course-classification__info {
-      height: auto;
-      padding-top: 42px;
+      height: auto;background-repeat: no-repeat;
+      background-size: cover;padding-top: 42px;
+      .classification__info-mainTitle{
+        font-size: 15px;color: #333;margin-bottom: 16px;
+      }
+      .classification__info-subHead{
+        font-size: 13px;color: #555;margin-bottom: 16px;
+      }
 
       .classification-btns {
         .classification-online-zixun {