Browse Source

lang样式

11wqe1 6 days ago
parent
commit
da7b4914ac

+ 8 - 6
src/components/easy/studyStudent.vue

@@ -1245,7 +1245,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="width: 90px; min-width: 90px">提问:</div>
+              <div style="min-width: 60px">提问:</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -1996,7 +1996,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="width: 90px; min-width: 90px">提问:</div>
+              <div style="min-width: 60px">提问:</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -8390,11 +8390,12 @@ export default {
 
 .returnBtn {
   background: #499eef;
-  width: 65px;
-  height: 30px;
+  /* width: 65px;
+  height: 30px; */
   color: #fff;
   text-align: center;
-  line-height: 32px;
+  padding: 8px 10px;
+  /* line-height: 32px; */
   margin-right: 20px;
   cursor: pointer;
   border-radius: 5px;
@@ -10149,6 +10150,7 @@ export default {
 .right_box_xuan {
   background: rgb(0 123 255);
   color: #fff;
+  min-width: 95px;
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
@@ -10560,7 +10562,7 @@ ol {
 .scoreBox .t,
 .scoreDetailBox .t {
   margin-right: 10px;
-  width: 100px;
+  min-width: 100px;
   text-align: right;
 }
 

+ 9 - 8
src/components/easy3/studyStudent.vue

@@ -9381,7 +9381,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="min-width: 90px">{{lang.ssAsk}}:</div>
+              <div style="min-width: 60px">{{lang.ssAsk}}:</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -9426,7 +9426,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="min-width: 90px">{{lang.ssAsk}}:</div>
+              <div style="min-width: 60px">{{lang.ssAsk}}:</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -21975,13 +21975,14 @@ export default {
 }
 
 .returnBtn {
-  width: 86px;
-  height: 36px;
+  /* width: 86px; */
+  /* height: 36px; */
   background: #3681fc;
   border-radius: 4px;
   color: #fff;
   text-align: center;
-  line-height: 36px;
+  padding: 8px 10px;
+  /* line-height: 36px; */
   margin-right: 20px;
   cursor: pointer;
   font-size: 14px;
@@ -24019,7 +24020,7 @@ export default {
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
-  min-width: 85px;
+  min-width: 95px;
   background: #fff;
   color: #0061ff;
   border: 1px solid #0061ff;
@@ -24490,7 +24491,7 @@ ol {
 .scoreBox .t,
 .scoreDetailBox .t {
   margin-right: 10px;
-  width: 100px;
+  min-width:100px;
   text-align: right;
 }
 
@@ -25312,7 +25313,7 @@ ol {
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
-  padding: 10px 0 10px 40px;
+  padding: 10px 0 10px 25px;
   box-sizing: border-box;
   font-size: 14px;
   cursor: pointer;

+ 12 - 11
src/components/studyStudent.vue

@@ -9308,7 +9308,7 @@
               <img src="../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="min-width: 90px">{{ lang.ssQuestionColon }}</div>
+              <div style="min-width: 60px">{{ lang.ssQuestionColon }}</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -9353,7 +9353,7 @@
               <img src="../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="min-width: 90px">{{ lang.ssQuestionColon }}</div>
+              <div style="min-width: 60px">{{ lang.ssQuestionColon }}</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -11802,7 +11802,7 @@
     <el-dialog
       :title="lang.ssWordCloudTitle"
       :visible.sync="dialogVisibleWordCloud"
-      width="30%"
+      width="800px"
       class="dialog_diy"
       :before-close="handleClose">
       <choseWordCloud :cloudData="wordCloudData" :key="wordCloudKey" :dialogVisibleWordCloud="dialogVisibleWordCloud"></choseWordCloud>
@@ -21912,13 +21912,14 @@ export default {
 }
 
 .returnBtn {
-  width: 86px;
-  height: 36px;
+  /* width: 86px;
+  height: 36px; */
   background: #3681fc;
   border-radius: 4px;
   color: #fff;
   text-align: center;
-  line-height: 36px;
+  padding: 8px 10px;
+  /* line-height: 36px; */
   margin-right: 20px;
   cursor: pointer;
   font-size: 14px;
@@ -22208,7 +22209,7 @@ export default {
   width: 100%;
   flex-direction: row;
   justify-content: flex-start;
-  align-items: center;
+  align-items: self-start;
   box-sizing: border-box;
 }
 
@@ -22271,7 +22272,7 @@ export default {
   margin-left: 5px;
   font-size: 25px;
   display: flex;
-  align-items: center;
+  /* align-items: center; */
 }
 .queTitle > div:nth-child(1){
   width: 120px;
@@ -23959,7 +23960,7 @@ export default {
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
-  min-width: 85px;
+  min-width: 95px;
   background: #fff;
   color: #0061ff;
   border: 1px solid #0061ff;
@@ -24428,7 +24429,7 @@ ol {
 .scoreBox .t,
 .scoreDetailBox .t {
   margin-right: 10px;
-  width: 100px;
+  min-width: 100px;
   text-align: right;
 }
 
@@ -25274,7 +25275,7 @@ ol {
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
-  padding: 10px 0 10px 40px;
+  padding: 10px 0 10px 25px;
   box-sizing: border-box;
   font-size: 14px;
   cursor: pointer;

+ 9 - 8
src/components/studySutdentClass/studyStudent.vue

@@ -12553,7 +12553,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="min-width: 90px">{{ lang.ssQuestionTitleColon }}</div>
+              <div style="min-width: 60px">{{ lang.ssQuestionTitleColon }}</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -12598,7 +12598,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style=" min-width: 90px">{{ lang.ssQuestionTitleColon }}</div>
+              <div style=" min-width: 60px">{{ lang.ssQuestionTitleColon }}</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>
@@ -25998,13 +25998,14 @@ export default {
 }
 
 .returnBtn {
-  width: 86px;
-  height: 36px;
+  /* width: 86px;
+  height: 36px; */
   background: #3681fc;
   border-radius: 4px;
   color: #fff;
   text-align: center;
-  line-height: 36px;
+  padding: 8px 10px;
+  /* line-height: 36px; */
   margin-right: 20px;
   cursor: pointer;
   font-size: 14px;
@@ -28059,7 +28060,7 @@ export default {
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
-  min-width: 85px;
+  min-width: 95px;
   background: #fff;
   color: #0061ff;
   border: 1px solid #0061ff;
@@ -28530,7 +28531,7 @@ ol {
 .scoreBox .t,
 .scoreDetailBox .t {
   margin-right: 10px;
-  width: 100px;
+  min-width: 100px;
   text-align: right;
 }
 
@@ -29352,7 +29353,7 @@ ol {
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
-  padding: 10px 0 10px 40px;
+  padding: 10px 0 10px 25px;
   box-sizing: border-box;
   font-size: 14px;
   cursor: pointer;

+ 4 - 4
src/components/横板极简和任务模式/easy2/studyStudent.vue

@@ -2130,7 +2130,7 @@
                         class="workImg"
                         style="
                           border-radius: 15px;
-                          box-shadow: #eee 0px 0px 5px 5px;
+                          box-shadow: #eee 0px 0px 5px 5px;
                         "
                       >
                         <!-- <img
@@ -4296,7 +4296,7 @@
                         class="workImg"
                         style="
                           border-radius: 15px;
-                          box-shadow: #eee 0px 0px 5px 5px;
+                          box-shadow: #eee 0px 0px 5px 5px;
                         "
                       >
                         <!-- <img
@@ -6632,7 +6632,7 @@
                         class="workImg"
                         style="
                           border-radius: 15px;
-                          box-shadow: #eee 0px 0px 5px 5px;
+                          box-shadow: #eee 0px 0px 5px 5px;
                         "
                       >
                         <!-- <img
@@ -11251,7 +11251,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="width: 90px; min-width: 90px">提问:</div>
+              <div style="min-width: 60px">提问:</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>

+ 4 - 4
src/components/横板极简和任务模式/easy3/studyStudent.vue

@@ -2140,7 +2140,7 @@
                         class="workImg"
                         style="
                           border-radius: 15px;
-                          box-shadow: #eee 0px 0px 5px 5px;
+                          box-shadow: #eee 0px 0px 5px 5px;
                         "
                       >
                         <!-- <img
@@ -4306,7 +4306,7 @@
                         class="workImg"
                         style="
                           border-radius: 15px;
-                          box-shadow: #eee 0px 0px 5px 5px;
+                          box-shadow: #eee 0px 0px 5px 5px;
                         "
                       >
                         <!-- <img
@@ -6641,7 +6641,7 @@
                         class="workImg"
                         style="
                           border-radius: 15px;
-                          box-shadow: #eee 0px 0px 5px 5px;
+                          box-shadow: #eee 0px 0px 5px 5px;
                         "
                       >
                         <!-- <img
@@ -9922,7 +9922,7 @@
               <img src="../../assets/icon/question.png" alt />
             </div>
             <div class="queTitle">
-              <div style="width: 90px; min-width: 90px">提问:</div>
+              <div style="min-width: 60px">提问:</div>
               <div>{{ answerQ }}</div>
             </div>
           </div>