소스 검색

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;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
SourceCode/WeApp.Web/Content/Css/ExerciseV2_1/screen.min.css


BIN
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;
+                }
             }
         }
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.