From 073cd6f5a6389dea387ee58e28d354ad6180234f Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期三, 22 一月 2025 15:55:50 +0800
Subject: [PATCH] 更新

---
 src/books/kindergartenLanguageActivity/css/default.less |   64 +++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 1 deletions(-)

diff --git a/src/books/kindergartenLanguageActivity/css/default.less b/src/books/kindergartenLanguageActivity/css/default.less
index 5847b28..8c8f886 100644
--- a/src/books/kindergartenLanguageActivity/css/default.less
+++ b/src/books/kindergartenLanguageActivity/css/default.less
@@ -17,6 +17,60 @@
       height: 100%;
       font-size: 18px;
 
+      .page-header-box {
+        width: 100%;
+        display: flex;
+        justify-content: space-between;
+        align-items: center;
+        height: 50px;
+        .evenBox {
+          position: relative;
+          height: 100%;
+          display: flex;
+          flex-direction: column;
+          justify-content: space-between;
+          .evenIcon{
+            height: 50px;
+          }
+          .evenContent {
+            position: absolute;
+            top: 5px;
+            left: 0;
+            font-size: 16px;
+            font-weight: 700;
+            font-family: '妤蜂綋';
+
+            span:nth-child(1) {
+              padding: 0 10px;
+              border-right: 1px solid #00ADEF;
+              margin-right: 10px;
+            }
+          }
+        }
+        .oddBox {
+          width: 100%;
+          display: flex;
+          justify-content: flex-end;
+          align-items: center;
+          font-size: 16px;
+          font-weight: 700;
+          font-family: '妤蜂綋';
+          span:nth-child(1) {
+            margin-right: 10px;
+          }
+
+          span:nth-child(3) {
+            padding: 0 10px;
+            border-left: 1px solid #00ADEF;
+            margin-left: 10px;
+          }
+          .oddIcon {
+            width: 18px;
+            margin-right: 5px;
+          }
+        }
+      }
+
       .page-box {
         box-sizing: border-box;
         min-height: 1150px;
@@ -34,17 +88,24 @@
 
         .videoBox {
           width: 100%;
+          padding: 30px 20px;
+          padding-top: 60px;
+          box-sizing: border-box;
           display: flex;
           justify-content: space-around;
           flex-wrap: wrap;
           align-items: center;
+          background-image: url('../images/bj-v.png');
+          background-repeat: no-repeat;
+          background-position: center center;
+          background-size: 100% 100%;
 
           .videoItem {
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
-        
+
             .video-border {
               width: 230px;
               height: 180px;
@@ -78,6 +139,7 @@
 
           textarea:focus {
             outline: none;
+            border-color: #000;
           }
         }
 

--
Gitblit v1.9.1