Quellcode durchsuchen

修改主题色

natasha vor 3 Jahren
Ursprung
Commit
bc28541758

+ 68 - 1
src/components/Adult/Preview.vue

@@ -775,12 +775,13 @@ export default {
         font-size: 16px;
         line-height: 150%;
         font-weight: normal;
-        margin: 8px 0 16px 0;
+        margin: 8px 0 0 0;
       }
     }
     .NNPE-tableList {
       background: #fff;
       border-radius: 8px;
+      margin-top: 16px;
       //   padding: 12px 8px;
       &.NNPE-tableList-hasBg {
         background: #f7f7f7;
@@ -815,4 +816,70 @@ export default {
     }
   }
 }
+.NNPE-Big-Book-preview-green{
+    .NNPE-title {
+        background: #00BC4B;
+        .NNPE-operate {
+            a {
+                background: #00BC4B url("../../assets/newImage/common/btn-pre.png")
+                center no-repeat;
+                background-size: 24px;
+                &.btn-next {
+                    background: #00BC4B url("../../assets/newImage/common/btn-next.png")
+                        center no-repeat;
+                    background-size: 24px;
+                }
+                &:hover {
+                    background-color: #00BC4B;
+                }
+            }
+        }
+    }
+    .classTopic-box {
+        background: #00BC4B;
+    }
+    .NNPE-Book-content-inner {
+        > div {
+            > h2 {
+                color: #00BC4B;
+                b{
+                    background: #00BC4B;
+                }
+            }
+        }
+    }
+}
+.NNPE-Big-Book-preview-brown{
+    .NNPE-title {
+        background: #BD8865;
+        .NNPE-operate {
+            a {
+                background: #BD8865 url("../../assets/newImage/common/btn-pre.png")
+                center no-repeat;
+                background-size: 24px;
+                &.btn-next {
+                    background: #BD8865 url("../../assets/newImage/common/btn-next.png")
+                        center no-repeat;
+                    background-size: 24px;
+                }
+                &:hover {
+                    background-color: #BD8865;
+                }
+            }
+        }
+    }
+    .classTopic-box {
+        background: #BD8865;
+    }
+    .NNPE-Book-content-inner {
+        > div {
+            > h2 {
+                color: #BD8865;
+                b{
+                    background: #BD8865;
+                }
+            }
+        }
+    }
+}
 </style>

+ 1 - 1
src/components/Adult/preview/InputHasRecord.vue

@@ -74,7 +74,7 @@
             </el-collapse>
       </template>
       <template v-else>
-            <h2 v-if="curQue.title">{{curQue.title}}</h2>
+            <h2 v-if="curQue.title" style="margin-top:0">{{curQue.title}}</h2>
             <div v-for="(items, indexs) in curQue.option" :key="indexs">
                 <div class="item-content">
                         <b class="xuhao" v-if="items.number">{{items.number}}</b>

+ 1 - 1
src/components/Adult/preview/Picture.vue

@@ -222,7 +222,7 @@ export default {
 //@import url(); 引入公共css类
 .Big-Book-PictureBox{
     width: 100%;
-    margin-top: 16px;
+    // margin-top: 16px;
     // &.PictureBoxFlex{
     //     display: flex;
     //     justify-content: space-between;

+ 1 - 1
src/components/Adult/preview/SentenceListenRead.vue

@@ -154,7 +154,7 @@ export default {
     box-sizing: border-box;
     border-radius: 8px;
     overflow: hidden;
-    margin-top: 16px;
+    // margin-top: 16px;
     .aduioLine-box{
         background: #F7F7F7;
     }

+ 1 - 1
src/components/Adult/preview/TextInputRecord.vue

@@ -76,7 +76,7 @@ export default {
 //@import url(); 引入公共css类
 .Big-Book-prev-Textdes{
     width: 100%;
-    margin-top: 16px;
+    // margin-top: 16px;
     h2{
         font-weight: normal;
         font-size: 16px;

+ 4 - 4
src/views/courseList.vue

@@ -305,12 +305,12 @@
           >红色</el-radio>
           <el-radio
             v-model="formDialog.theme_color"
-            label="yellow"
-          >色</el-radio>
+            label="green"
+          >绿色</el-radio>
           <el-radio
             v-model="formDialog.theme_color"
-            label="blue"
-          >色</el-radio>
+            label="brown"
+          >色</el-radio>
         </el-form-item>
         <el-form-item label="教材图片" label-width="90px" prop="fileList">
           <el-upload