From 82b8a2b9b3974b8c9640fe0b56155088be41acf5 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期四, 30 五月 2024 14:09:25 +0800 Subject: [PATCH] 新书 --- src/books/sportsAndHealth/css/default.less | 70 +++++++++++++++++++++------------- 1 files changed, 43 insertions(+), 27 deletions(-) diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less index 68a0d60..4957561 100644 --- a/src/books/sportsAndHealth/css/default.less +++ b/src/books/sportsAndHealth/css/default.less @@ -192,7 +192,7 @@ border-radius: 15px; .icon { - width: 30px; + width: 25px; height: 25px; border-radius: 5px; background-color: #007aff; @@ -218,38 +218,54 @@ } } - .pdf-con { - width: 100%; - display: flex; - justify-content: flex-start; - align-items: center; - .pdf-view { + .pdf-text { + display: flex; + justify-content: space-between; + align-items: center; + p { + width: 500px; + } + .pdf-con { display: flex; flex-direction: column; - justify-content: center; - align-items: center; - img{ - width: 80px; - } - span { - font-size: 14px; - } - span:hover { - color: #5877ba; - cursor: pointer; - text-decoration: underline; - -webkit-user-select: none; - /* Safari 3.1+ */ - -moz-user-select: none; - /* Firefox 2+ */ - -ms-user-select: none; - /* IE 10+ */ - user-select: none; - /* 鏍囧噯璇硶 */ + justify-content: flex-start; + align-items: flex-start; + border: 2px dotted #5d78bb; + padding: 10px 0px; + box-sizing: border-box; + border-radius: 10px; + margin-left: 10px; + + .pdf-view { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + img{ + width: 80px; + } + span { + font-size: 14px; + text-align: center; + } + span:hover { + color: #5877ba; + cursor: pointer; + text-decoration: underline; + -webkit-user-select: none; + /* Safari 3.1+ */ + -moz-user-select: none; + /* Firefox 2+ */ + -ms-user-select: none; + /* IE 10+ */ + user-select: none; + /* 鏍囧噯璇硶 */ + } } } } + .xyx-title { font-family: "STKaiti"; -- Gitblit v1.9.1