Kaynağa Gözat

修改宽度

namejr 4 yıl önce
ebeveyn
işleme
00940549e9

+ 1 - 1
EBook.Web/Common/tasklib_book.css

@@ -173,7 +173,7 @@ table{
     background-color:rgba(10,169,251,1);
     margin-top: 15px;
     margin-bottom: 5px;
-    border-radius:10px;
+    border-radius:5px;
 }
 .ListenDiv[data-status='1']{
     height:80px;

+ 2 - 2
EBook.Web/Common/tasklib_book.js

@@ -912,7 +912,7 @@ function bindEventTeaOrignalYS() {
                         uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
                     }
                     else {
-                        uHtml.style = "width:15px;display:inline-block;";
+                        uHtml.style = "width:10px;display:inline-block;";
                     }
                     uHtml.setAttribute("answer-anstext", "");
                 }
@@ -1054,7 +1054,7 @@ function bindEventYS() {
                         uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
                     }
                     else {
-                        uHtml.style = "width:15px;display:inline-block;";
+                        uHtml.style = "width:10px;display:inline-block;";
                     }
                     uHtml.setAttribute("answer-anstext", "");
                 }