From af72504eabce937eb80c101c82cfcf7ed409d926 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期三, 29 五月 2024 22:17:16 +0800
Subject: [PATCH] 体育与健康专题1、2

---
 src/books/sportsAndHealth/css/default.less |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index 2918561..7edd69b 100644
--- a/src/books/sportsAndHealth/css/default.less
+++ b/src/books/sportsAndHealth/css/default.less
@@ -42,6 +42,7 @@
       justify-content: center;
 
       table {
+        width: 100%;
         border: 1px solid #95b2dc;
         border-collapse: collapse;
         padding: 0;
@@ -119,6 +120,56 @@
       color: #cd141c;
     }
 
+    .xyx-text {
+      p {
+        font-size: 16px;
+      }
+
+      .finishiText {
+        border: 0;
+        background-color: transparent;
+        text-align: center;
+      }
+
+      .finishiText:focus {
+        border: 0;
+        outline: none;
+      }
+      
+      .textInputarea {
+        width: 100%;
+        max-width: 336px;
+        border: 0;
+        background-color: transparent;
+      }
+      .textInputarea:focus {
+        outline: none;
+      }
+
+      .xyx-fu {
+        color: #0087af;
+        font-size: 18px;
+        font-weight: bold;
+      }
+
+      .xyx-fu-ss {
+        color: #f49a4c;
+        font-weight: 600;
+      }
+
+      .xyx-fu-title {
+        font-family: "STKaiti";
+        text-align: center;
+        color: #cd141c;
+      }
+
+      .xyx-tips {
+        color: #0087af;
+        font-size: 18px;
+        font-weight: bolder;
+      }
+    }
+
     .xyx-con {
       padding: 0 15px;
     }
@@ -127,6 +178,20 @@
       font-size: 16px;
     }
 
+    .assess {
+      width: 200px;
+      height: 25px;
+      border: 0;
+      background-color: transparent;
+      border-bottom: 1px solid #000;
+    }
+
+    .assess:focus {
+      border: 0;
+      outline: none;
+      border-bottom: 1px solid #000;
+    }
+
     .ls1 {
       font-family: "HiFont Hei GB";
       color: #30aad1;

--
Gitblit v1.9.1