From b8e76c47abeebb8e7531c4ae6272699d1ab81f3a Mon Sep 17 00:00:00 2001
From: user1 <10901603+no-distractions1@user.noreply.gitee.com>
Date: 星期三, 19 六月 2024 10:08:05 +0800
Subject: [PATCH] 艺术戏剧(连线题优化)

---
 src/books/artAndDrama/assets/main.less |   81 ++++++++++++++++++++++++++++------------
 1 files changed, 57 insertions(+), 24 deletions(-)

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index e000d1d..2b241da 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -1,7 +1,7 @@
 .ans-drama {
     width: 100%;
     height: 100%;
-    font-family: "STKaiti", SimSun, sans-serif;
+    font-family: "瀹嬩綋","STKaiti", SimSun, sans-serif;
 span.un1{
     -webkit-text-emphasis-style:dot;
    -moz-text-emphasis-style:dot;
@@ -20,8 +20,6 @@
   li {
       list-style-type:none;
   }
-
-
 .ls1{
       font-family:"HiFont Hei GB";
   color:#30AAD1;
@@ -50,7 +48,7 @@
 div.bodystyle {
   font-size:18px;
   text-align:justify;
-  margin:5% 15%;
+  margin:5% 12%;
   line-height:30px;
 
 }
@@ -80,9 +78,8 @@
 
 .note{
 font-size:0.85em;
+padding: 0 9%;
 }
-
-
 .img{
   text-align:center;
   font-size:0.8em;
@@ -100,16 +97,14 @@
   text-indent:0em;
 }
 
-
 p
 {
-  // margin-top:1em;
+  //margin-top:1em;
   margin: 0;
   text-indent:2em;
   line-height:30px;
   font-size:18px;
   text-align:justify;
-
 }
 .cover {
   width:100%;
@@ -121,7 +116,6 @@
   margin-right:0%;
   text-indent:0em;
 }
-
 .center1
 {
   font-family:"STKaiti";
@@ -141,7 +135,7 @@
 }
 
 .left1 {
-  font-family:"STKaiti";
+  // font-family:"STKaiti";
   text-indent:0em;
   margin-left:0%;
   margin-right:0%;
@@ -183,12 +177,11 @@
 
 
 h2 {
-
   font-family:"STKaiti";
   text-align:center;
   font-size:1.5em;
-  margin-top:1.5em;
-  margin-bottom:1.5em;
+  margin-top:0%;
+  margin-bottom:1.8em;
   text-indent:0em;
 }
 
@@ -217,7 +210,8 @@
 
   text-align:left;
   margin-top:0.2em;
-  margin-bottom:0.2em;
+  margin-bottom:1.2em;
+  margin-left: 2em;
   text-indent:0em;
 }
 
@@ -254,7 +248,6 @@
 
 .img-0{	
 width:100%;
-height: auto;
 }
 .imz{
    width:96%;
@@ -325,6 +318,7 @@
 {
   font-family:"STKaiti";
   font-size:1.15em;
+  font-weight: 400;
 }
 
 .block1
@@ -344,8 +338,7 @@
   text-indent:0em;
 }
 
-.block3
-{
+.block3{
   font-weight:bold;
   font-family:"STKaiti";
   font-size:1.2em;
@@ -398,7 +391,7 @@
 }
 .img-gn{	
   height:2em;
-  margin-bottom:-0.4em;
+  margin-bottom:-1.9em;
 }
 
 .img-gn1{        
@@ -409,11 +402,12 @@
   background:#C6DFA5;
   padding:0.2em 0.5em 0.2em 0.5em;
   margin-top:1em;
-  margin-left:0.5em;
-  margin-right:0.5em;
+  margin-left:1em;
+  margin-right:1em;
   border-radius:1em;
   margin-bottom:1.5em;
   font-size:1.1em;
+  padding-left: 1em;
 }
 
  // 鑷畾涔�
@@ -426,7 +420,46 @@
     background-color: #fff;
     padding-bottom: 117px;
   }
-
+  // .front{
+  //   font-family:"SimSun";
+  //   font-weight: bold;
+  //   font-size: 18px;
+  // }
+  .text{
+  margin: 0 8%;
+  font-family: "STkaiti";
+  font-size: 19px;
+  }
+  .text1{
+  margin-bottom: 3%;
+  font-family: "STkaiti";
+  font-size: 22px;
+  }
+  //搴曢儴鍙傝�冩枃鐚殑鏍峰紡
+  .references{
+    font-family: "STkaiti";
+    font-size: 15px;
+  }
+  //瑙嗛搴曢儴瀛椾綋鍙婂浘鐗囨牱寮�
+  .videoname{
+    display: flex;
+    justify-content: center;
+  }
+  .collect-btn {
+    cursor: pointer;
+    width: 20px;
+    height: 20px;
+    margin-left: 10px;
+    margin-top: 0.8%;
+  }
+  .problem{
+    font-family:"kaiti";
+    font-size:1.6em;
+    font-weight: normal;
+  }
+  .lesson1{
+    margin-top: 0%;
+  }
   ul {
     list-style: none;
     margin: 0;
@@ -516,8 +549,8 @@
     }
   }
   // 鏁磋鐨刬nput鏍囩
-  .input-w-66{
-    width: 66%;
+  .input-w-60{
+    width: 60%;
   }
   .headerimg{
     margin-left: 5%;

--
Gitblit v1.9.1