linwu hai 1 día
pai
achega
0d46d229df
Modificáronse 1 ficheiros con 9 adicións e 5 borrados
  1. 9 5
      app/mobile/view/grade/index.html

+ 9 - 5
app/mobile/view/grade/index.html

@@ -1,24 +1,28 @@
 {extend name="public/base"/}
 {block name="css"}
 <style>
+    body {
+        --van-cell-font-size: 18px;
+        --van-grid-item-text-font-size: 14px;
+    }
     .text-success {
         color: var(--blue);
-        font-size: 20px;
+        font-size: 24px;
         text-align: center;
         padding: 20px 0;
         background: white;
-        border-bottom: 1px solid #eee;
+        font-weight: bold;
     }
     .text-error {
         color: var(--red);
-        font-size: 20px;
+        font-size: 24px;
         text-align: center;
         padding: 20px 0;
         background: white;
-        border-bottom: 1px solid #eee;
+        font-weight: bold;
     }
     .score {
-        font-size: 20px;
+        font-size: 24px;
         padding-bottom: 5px;
         font-weight: bold;
         color: var(--red);