From d89711152df6f372e6de0ff2292f62688b441b39 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 11 六月 2024 19:08:30 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/sportsAndHealth/css/default.less | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 56 insertions(+), 2 deletions(-) diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less index 0ae4290..94cd6a1 100644 --- a/src/books/sportsAndHealth/css/default.less +++ b/src/books/sportsAndHealth/css/default.less @@ -212,12 +212,13 @@ span { display: block; - height: 25px; - line-height: 15px; + height: 30px; + line-height: 19px; border: 1px solid #89a0d0; padding: 5px 15px; box-sizing: border-box; border-radius: 5px; + font-size: 14px; cursor: pointer; -webkit-user-select: none; /* Safari 3.1+ */ @@ -296,6 +297,58 @@ width: 60%; height: 50%; padding-top: 60%; + padding-right: 10%; + } + } + + .bj-img02 { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + background: url('../image/dy2.jpg'); + background-position: top; + background-size: 100% 50%; + background-repeat: no-repeat; + display: flex; + justify-content: flex-start; + + .bj-empyt-chapter02 { + width: 40%; + height: 100%; + } + + .bj-text02 { + width: 60%; + height: 50%; + padding-top: 60%; + padding-right: 10%; + } + } + + .bj-img03 { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 98%; + background: url('../image/dy3.jpg'); + background-position: top; + background-size: 100% 45%; + background-repeat: no-repeat; + display: flex; + justify-content: flex-start; + + .bj-empyt-chapter03 { + width: 40%; + height: 100%; + } + + .bj-text03 { + width: 60%; + height: 50%; + padding-top: 50%; padding-right: 10%; } } @@ -503,6 +556,7 @@ margin: 0; // font-weight: 900; margin-bottom: 10px; + text-indent: 2em; } -- Gitblit v1.9.1