Browse Source

Merge remote-tracking branch 'origin/master'

tanxue 2 years ago
parent
commit
ae91af394f
3 changed files with 6 additions and 0 deletions
  1. 2 0
      pages/courseware/animation.vue
  2. 2 0
      pages/courseware/custom.vue
  3. 2 0
      pages/courseware/ppt.vue

+ 2 - 0
pages/courseware/animation.vue

@@ -311,6 +311,8 @@ export default {
 
   .client-course-quotation {
     background-image: url("~static/images/client/course/btns/course-bg-b1.png");
+    background-position-x: center;
+    background-repeat: no-repeat;
     height: 637px;
 
     .quotation-wrap {

+ 2 - 0
pages/courseware/custom.vue

@@ -306,6 +306,8 @@ export default {
 
   .client-course-quotation {
     background-image: url("~static/images/client/course/btns/course-bg-b1.png");
+    background-position-x: center;
+    background-repeat: no-repeat;
     height: 637px;
 
     .quotation-wrap {

+ 2 - 0
pages/courseware/ppt.vue

@@ -314,6 +314,8 @@ export default {
 
   .client-course-quotation {
     background-image: url("~static/images/client/course/btns/course-bg-b1.png");
+    background-position-x: center;
+    background-repeat: no-repeat;
     height: 637px;
 
     .quotation-wrap {