From 1695fcd442fe2cefb6d3b63869ad8a72ebd5210a Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 04 七月 2025 23:57:18 +0800 Subject: [PATCH] 测试图书 7.4 --- src/books/hydraulicTransmission/assets/mian.less | 87 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 82 insertions(+), 5 deletions(-) diff --git a/src/books/hydraulicTransmission/assets/mian.less b/src/books/hydraulicTransmission/assets/mian.less index d552abb..3c9167d 100644 --- a/src/books/hydraulicTransmission/assets/mian.less +++ b/src/books/hydraulicTransmission/assets/mian.less @@ -31,6 +31,10 @@ margin: 0; } + .pd-0 { + padding: 0; + } + .mt-10 { margin-top: 10px !important; } @@ -67,6 +71,11 @@ margin: 0% !important; } + // 瑙e喅鏁板鍏紡涓殑寮哄埗涓嶆崲琛� + .mjx-chtml { + white-space: normal !important; + } + .pd-5 { padding: 0 5px; } @@ -81,6 +90,10 @@ .w70 { width: 70%; + } + + .w40 { + width: 40%; } .w25 { @@ -131,6 +144,16 @@ text-indent: 1em !important; } + .td-3 { + text-indent: 3em !important; + } + + /*鏂滀綋*/ + .italic { + font-style: italic; + } + + td { padding: 5px 10px; @@ -138,6 +161,10 @@ .fl { display: flex; + } + + .jc-sb { + justify-content: space-between; } .ju-cn { @@ -242,7 +269,7 @@ justify-content: space-between; margin: 0 6%; margin-bottom: 10px; - padding-left: 0; + padding-left: 0; padding-top: 10px; padding-bottom: 5px; border-bottom: 2px solid #000; @@ -462,6 +489,23 @@ } } + + .img-rights-phone { + width: 310px; + float: right; + height: auto; + margin: auto; + margin-left: 20px; + + img { + width: 100%; + } + + p { + margin: 0 !important; + } + } + .w430 { width: 430px; } @@ -472,6 +516,10 @@ .w350 { width: 350px; + } + + .w330 { + width: 330px; } .w290 { @@ -707,7 +755,7 @@ .video-box { margin: 10px 0 20px 0; - border: 2px dashed #1c9e3a; + border: 2px solid #30ab93; padding: 3% 2% 2% 2%; position: relative; } @@ -731,6 +779,7 @@ display: flex; justify-content: center; align-items: center; + color: #30ab93; span { margin-right: 20px; @@ -741,6 +790,7 @@ cursor: pointer; width: 20px; height: 20px; + max-width: 20px; } .collect-btn1 { @@ -1349,6 +1399,10 @@ width: 15%; } + .w12 { + width: 12%; + } + .img-i { width: 10%; @@ -1705,19 +1759,22 @@ } +.fs-19 { + font-size: 1.056em; +} + .dialogQuestion { - background-color: #1c9e3a; + background-color: #5192c6; height: 50px; width: 100%; display: flex; align-items: center; - justify-content: space-between; cursor: pointer; span { color: #fff; font-size: 16px; - padding: 0 40px 0 20px; + padding: 0 10px 0 20px; display: flex; justify-content: center; } @@ -1978,6 +2035,26 @@ td { padding: 5px 10px; } + + .img-rights-phone { + width: 100%; + text-indent: 0em !important; + align-items: center; + margin: 0 !important; + float: none; + + img { + width: 100%; + } + + p { + margin: 0 !important; + } + } + + .w330 { + display: block; + } } } -- Gitblit v1.9.1