Przeglądaj źródła

修改新版本的提示选择框

plg 2 miesięcy temu
rodzic
commit
622a9c680a
2 zmienionych plików z 10 dodań i 10 usunięć
  1. 9 9
      src/components/CpdmTask.vue
  2. 1 1
      src/views/Cognize.vue

+ 9 - 9
src/components/CpdmTask.vue

@@ -94,7 +94,7 @@ defineExpose({ open })
 <template>
 <template>
 
 
     <div>
     <div>
-        <el-dialog v-model="taskVisible" style="border-radius: 40px;" width="60%" top="15vh" @closed="giveUp">
+        <el-dialog v-model="taskVisible" style="border-radius: 5px;" width="60%" top="15vh" @closed="giveUp">
             <template #header="{ close, titleId, titleClass }">
             <template #header="{ close, titleId, titleClass }">
                 <div class="com_title">选做题</div>
                 <div class="com_title">选做题</div>
                 <div class="select_min">
                 <div class="select_min">
@@ -149,10 +149,10 @@ defineExpose({ open })
 
 
 :deep(.el-radio-button__inner) {
 :deep(.el-radio-button__inner) {
     // width: 100%;
     // width: 100%;
-    border-radius: 40px !important;
+    border-radius: 4px !important;
     margin-top: 10px;
     margin-top: 10px;
-    border: 4px solid #B2F2D2;
-    border-left: 4px solid #B2F2D2 !important;
+    border: 1px solid #89DF32;
+    border-left: 1px solid #89DF32 !important;
     padding: 10px 10px;
     padding: 10px 10px;
     font-size: 14px;
     font-size: 14px;
     font-weight: 700;
     font-weight: 700;
@@ -162,17 +162,17 @@ defineExpose({ open })
 
 
 :deep(.el-radio-button__inner:hover) {
 :deep(.el-radio-button__inner:hover) {
     // width: 100%;
     // width: 100%;
-    border-radius: 40px !important;
+    border-radius: 4px !important;
     margin-top: 10px;
     margin-top: 10px;
-    border: 4px solid #B2F2D2;
-    border-left: 4px solid #B2F2D2 !important;
+    border: 1px solid #89DF32;
+    border-left: 1px solid #89DF32 !important;
     padding: 10px 10px;
     padding: 10px 10px;
     font-size: 14px;
     font-size: 14px;
     font-weight: 700;
     font-weight: 700;
     text-align: left;
     text-align: left;
 
 
     color: #000000;
     color: #000000;
-    background-color: #48D68E;
+    background-color: #00DE7E;
     color: #ffffff;
     color: #ffffff;
 
 
 }
 }
@@ -212,7 +212,7 @@ defineExpose({ open })
         cursor: pointer;
         cursor: pointer;
         // width: 100px;
         // width: 100px;
         border-radius: 12px;
         border-radius: 12px;
-        border: 3px solid #48D68E;
+        border: 1px solid #00DE7E;
         color: #ffffff;
         color: #ffffff;
         background-color: #000000;
         background-color: #000000;
 
 

+ 1 - 1
src/views/Cognize.vue

@@ -277,7 +277,7 @@ onUnmounted(() => {
 
 
                         <div class="cognize_video">
                         <div class="cognize_video">
                             <!-- poster="../assets/cognize/bg_ty.png" -->
                             <!-- poster="../assets/cognize/bg_ty.png" -->
-                            <video width="100%" height="100%" controls style="border-radius: 40px;">
+                            <video width="100%" height="100%" controls style="border-radius: 40px;padding-right: 1px;">
                                 <source src="../assets/cognize/rl.mp4" type="video/mp4" v-if="flag == 'ETB01'">
                                 <source src="../assets/cognize/rl.mp4" type="video/mp4" v-if="flag == 'ETB01'">
                                 <!-- <source src="../assets/cognize/Stroop.mp4" type="video/mp4"> -->
                                 <!-- <source src="../assets/cognize/Stroop.mp4" type="video/mp4"> -->
                                 <!-- <source :src="requireVideo" type="video/mp4"> -->
                                 <!-- <source :src="requireVideo" type="video/mp4"> -->