From d11b7bf0ecbf1662ca96c127beda0581ecfd6853 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期六, 19 七月 2025 00:07:27 +0800 Subject: [PATCH] 7.19 --- src/books/hotelEnglishTrainingBrochure2nd/assets/main.less | 158 ++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 122 insertions(+), 36 deletions(-) diff --git a/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less b/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less index 0760098..dea4025 100644 --- a/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less +++ b/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less @@ -1,6 +1,9 @@ .hotelEnglishTrainingBrochure2nd { width: 100%; height: 100%; + // position: relative; + + // 鑷畾涔夊唴瀹� .page-box { @@ -11,11 +14,8 @@ background-color: #fff; } - .page-main { - width: 100% !important; - height: 100% !important; - overflow: auto; - position: relative; + .translation { + font-size: 16px; } @@ -373,9 +373,14 @@ } .table-tr-bc { - background-color: #c6eafa; + background-color: transparent; color: #000; - font-family: "kaiti"; + + + p { + font-size: 0.9em; + margin: 0; + } } .table-textarea { @@ -634,6 +639,7 @@ } .select-border { + cursor: pointer; width: 60px; border: 0; border-bottom: 1px solid #767676; @@ -879,6 +885,19 @@ .unit4Text { color: #9EAA60; font-size: 16px; + } + + .page4-content { + display: inline-block; + font-size: 24px; + margin-bottom: 0; + color: #00b0f0; + line-height: 25px; + margin-left: 20px; + } + + .content-text { + font-size: 20px; } @@ -1355,6 +1374,11 @@ text-align: center; } + .tl-l { + text-align: left; + } + + .img { text-align: center; font-size: 14px; @@ -1578,7 +1602,9 @@ font-family: "kaiti"; line-height: 20px; } + } + .tableClass1 { table { border-color: none !important; } @@ -1603,6 +1629,44 @@ outline: none; } } + } + + .tableClass2 { + table { + border-color: none !important; + } + + .table-th-bc { + background-color: #0dbff2; + color: #fff; + } + + .table-tr-bc { + background-color: #c6eafa; + color: #000; + font-family: "kaiti"; + } + + .table-textarea { + font-size: 14px; + font-family: "Times New Roman", "瀹嬩綋"; + resize: none; + + &:focus { + outline: none; + } + } + + .textarea-box { + border: none; + text-align: center; + width: 84px; + height: 36px; + overflow: auto; + word-break: break-all; + resize: none; + } + } .series { @@ -1658,7 +1722,7 @@ font-size: 1.2em; line-height: 1.3em; text-align: center; - font-weight: 800; + font-weight: 600; padding: 0 5%; } @@ -1773,9 +1837,6 @@ } } } - - - .firstLevel-t { text-indent: 2em; @@ -1918,7 +1979,7 @@ font-family: "鏂规鍏颁涵缁嗛粦"; } - .bold { + .ts-word { color: #00aeef; font-weight: bold; cursor: pointer; @@ -2114,30 +2175,6 @@ border-spacing: 0px; //璁剧疆琛屼笌鍗曞厓鏍艰竟妗嗙殑闂磋窛銆� } -// @font-face { -// font-family: '鏂规浠垮畫'; -// src: url('./Fonts/FZFSK.TTF'); -// } - -// @font-face { -// font-family: '鏂规瀹嬩綋'; -// src: url('./Fonts/FZSSK.TTF'); -// } - -// @font-face { -// font-family: '鏂规瀹嬮粦'; -// src: url('./Fonts/FZSHJW.TTF'); -// } - -// @font-face { -// font-family: '鏂规浠垮畫'; -// src: url('./Fonts/FZFSK.TTF'); -// } - -// @font-face { -// font-family: '鏂规鍏颁涵缁嗛粦'; -// src: url('./Fonts/FZLTXIHK.TTF'); -// } .input-bottom-border { border: 0; @@ -2211,6 +2248,19 @@ @media (max-width: 660px) { .hotelEnglishTrainingBrochure2nd { + .unit-title-text { + font-size: 10px ; + } + + .unit-title-box { + div { + p { + font-size: 13px; + } + } + + } + .pad-l-80 { padding-left: 10px; } @@ -2259,6 +2309,28 @@ padding: 5px 10px; } + .translation { + font-size: 8px; + } + + + .view-translation { + position: relative; + z-index: 0; + + p { + color: #fff; + position: absolute; + top: -8%; + left: 8%; + cursor: pointer; + + &:hover { + text-decoration: underline; + } + } + } + .copyright-left { padding-right: 5%; border-right: 1px solid #000; @@ -2287,6 +2359,20 @@ @media (min-width: 660px) { .hotelEnglishTrainingBrochure2nd { + + .unit-title-text { + font-size: 10px; + } + + .unit-title-box { + div { + p { + font-size: 13px; + } + } + + } + .padding-93 { padding: 0 93px 0px 93px; } -- Gitblit v1.9.1