From d82733fc757f080c8910049ae12567454ee1aeac Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 29 五月 2024 17:02:30 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/English/view/components/header.vue |   33 +++++----------------------------
 1 files changed, 5 insertions(+), 28 deletions(-)

diff --git a/src/books/English/view/components/header.vue b/src/books/English/view/components/header.vue
index 63a297b..815e40e 100644
--- a/src/books/English/view/components/header.vue
+++ b/src/books/English/view/components/header.vue
@@ -26,8 +26,7 @@
         <p class="tl fz-14 mb-0" style="margin-top: 136px">
           <b>鍥句功鎰忚鍙嶉 gaozhifk@bnupg.com 010-58805079</b>
         </p>
-        <p class="tl fz-14 m0">钀ラ攢涓績鐢佃瘽 010-58802755 58800035</p>
-        <p class="tl fz-14 m0">缂栬緫閮ㄧ數璇濓細010-58802883</p>
+        <p class="tl fz-14 mt-100">钀ラ攢涓績鐢佃瘽 010-58802755 58800035</p>
         <hr class="line" style="height: 1px" />
         <p class="tl fz-14 m0">鍑虹増鍙戣锛氬寳浜笀鑼冨ぇ瀛﹀嚭鐗堢ぞ www.bnupg.com</p>
         <p class="tl fz-14 m0">銆�銆�銆�銆�銆�鍖椾含甯傝タ鍩庡尯鏂拌鍙e澶ц12-3鍙�</p>
@@ -94,7 +93,7 @@
       </div>
     </div>
     <!-- 4 -->
-    <div class="page-box">
+    <div class="page-box" page="4">
       <div class="mb-20" style="padding-right: 20px;">
         <div class="primary-bc fl al-end" style="height: 100px;padding-left: 40px;">
           <div class="preface-header-box y-bc">
@@ -138,7 +137,7 @@
       </div>
     </div>
     <!-- 5 -->
-    <div class="page-box">
+    <div class="page-box" page="5">
       <ul class="preface-odd-header w100 fl ju-bt">
         <li class="left primary-bc "></li>
         <li>
@@ -197,29 +196,7 @@
   font-size: 26px !important;
   color: #000 !important;
 }
-.preface-odd-header {
-  height: 104px;
-  display: flex;
-  align-items: center;
-  li:first-child {
-    width: 15px;
-    height: 100%;
-  }
-  li:last-child {
-    display: flex;
-    align-items: center;
-    span:first-child {
-      display: inline-block;
-      padding: 5px 10px;
-      border-radius: 8px 0 0 8px;
-      color: #fff;
-      font-weight: bold;
-    }
-    span:last-child {
-      width: 40px;
-      height: 30px;
-      display: inline-block;
-    }
-  }
+.mt-100 {
+  margin-top: 100px !important;
 }
 </style>

--
Gitblit v1.9.1