瀏覽代碼

Update 优化图标

YueYunyun 1 年之前
父節點
當前提交
c5d65104d5

+ 4 - 0
SourceCode/WeApp.Web/Content/Css/ExerciseV2_1/screen.css

@@ -808,6 +808,10 @@ body {
   bottom: 20px;
   right: 20px;
 }
+.stu-question-box .questions-box .question-form .send-btn:disabled {
+  background: #D3D9DF;
+  color: #fff;
+}
 .stu-question-box .questions-box .empty {
   width: 100%;
   height: 300px;

File diff suppressed because it is too large
+ 0 - 0
SourceCode/WeApp.Web/Content/Css/ExerciseV2_1/screen.min.css


二進制
SourceCode/WeApp.Web/Content/Image/ExerciseV2/stu-answer.png


+ 5 - 0
SourceCode/WeApp.Web/Content/Scss/ExerciseV2_1/screen.scss

@@ -785,6 +785,11 @@ body {
                 position: absolute;
                 bottom: 20px;
                 right: 20px;
+
+                &:disabled {
+                    background: #D3D9DF;
+                    color: #fff;
+                }
             }
         }
 

Some files were not shown because too many files changed in this diff