From dee91930a69ba69502d9506cae3d58d72e7a152b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 07 六月 2024 16:50:59 +0800
Subject: [PATCH] 阅读器取选中页首字改为50

---
 src/books/English/assets/main.less |   93 ++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 85 insertions(+), 8 deletions(-)

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index 73549f3..b9457af 100644
--- a/src/books/English/assets/main.less
+++ b/src/books/English/assets/main.less
@@ -287,10 +287,10 @@
     -moz-text-emphasis-style: dot;
     -ms-text-emphasis-style: dot;
     text-emphasis-style: dot;
-    -webkit-text-emphasis-position: under;
-    -moz-text-emphasis-position: under;
-    -ms-text-emphasis-position: under;
-    text-emphasis-position: under;
+    -webkit-text-emphasis-position: under left;
+    -moz-text-emphasis-position: under left;
+    -ms-text-emphasis-position: under left;
+    text-emphasis-position: under left;
   }
 
   .fieldset {
@@ -586,7 +586,7 @@
     margin-top: 0.5em;
   }
   .bjh3 {
-    border: 10px dotted #faeec6;
+    border: 5px dotted #faeec6;
     background: #0da785;
     padding: 0.2em 0.4em 0.2em 0.4em;
     color: #ffffff;
@@ -651,7 +651,7 @@
   // 鑷畾涔夊唴瀹�
   .page-box {
     box-sizing: border-box;
-    min-height: 1150px !important;
+    min-height: 1128px;
     margin-bottom: 20px;
     box-shadow: 0 3px 6px 1px #00000029;
     background-color: #fff;
@@ -675,6 +675,9 @@
   }
   .fl {
     display: flex;
+  }
+  .fw-wr {
+    flex-wrap: wrap;
   }
   .ju-bt {
     justify-content: space-between;
@@ -706,16 +709,25 @@
   .m0 {
     margin: 0 !important;
   }
+
   .mb-0 {
     margin-bottom: 0;
   }
   .mb-20 {
     margin-bottom: 20px;
   }
+  .mt-20 {
+    margin-top: 20px;
+  }
+  .mt-40 {
+    margin-top: 40px;
+  }
   .wh-nr {
     white-space: nowrap;
   }
-
+  .tl-le {
+    text-align: left;
+  }
   .pb-104 {
     padding-bottom: 104px;
   }
@@ -837,12 +849,15 @@
     }
   }
   .parimary-btn {
+    min-width: 80px;
+    height: 30px;
+    font-size: 14px;
     margin-left: 5px;
     background-color: #0bab87;
     border-color: #0bab87;
+    border-width: 1px;
     color: #fff;
     border-radius: 6px;
-    font-size: 16px;
     &:hover {
       background-color: #a1afc8;
       border-color: #a1afc8;
@@ -855,6 +870,7 @@
     color: red;
   }
   .icon-box {
+    margin-left: 8px;
     display: inline-block;
     width: 18px;
     height: 18px;
@@ -895,9 +911,49 @@
   }
   button {
     cursor: pointer;
+    border-radius: 6px;
+  }
+  button:focus {
+    outline: none;
   }
   .pd-5 {
     padding: 0 5px;
+  }
+  .resource-primary-border {
+    border: 3px dotted #f49a4c;
+    border-radius: 1em;
+  }
+  .btn-border {
+    border-color: #0bab87;
+  }
+  svg {
+    fill:#fff ;
+  }
+  .btn-box {
+    margin-left: 5px;
+    cursor: pointer;
+    text-indent: 0;
+    display: inline-block;
+    border:1px solid #0bab87;
+    height: 22px;
+    padding: 5px;
+    background-color:#0bab87 ;
+    border-radius: 5px;
+    &:hover {
+      background-color: #fff;
+      svg {
+        fill:#0bab87 ;
+      }
+    }
+  }
+  .textarea-box {
+    border: none;
+    text-align: center;
+    width: 84px;
+    height: 36px;
+    overflow: auto;
+    word-break: break-all;
+    resize: none;
   }
 }
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
@@ -922,3 +978,24 @@
     }
   }
 }
+::-webkit-scrollbar {
+  width: 8px;
+  height: 10px;
+}
+
+::-webkit-scrollbar-track-piece {
+  background-color: rgba(0, 0, 0, 0.1);
+  -webkit-border-radius: 6px;
+}
+
+::-webkit-scrollbar-thumb:vertical {
+  height: 5px;
+  background-color: rgba(125, 125, 125, 0.3);
+  -webkit-border-radius: 6px;
+}
+
+::-webkit-scrollbar-thumb:horizontal {
+  width: 5px;
+  background-color: rgba(125, 125, 125, 0.3);
+  -webkit-border-radius: 6px;
+}

--
Gitblit v1.9.1