From 7987a2c3494767b8089f3ed0a0d44f9f60585d01 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 06 六月 2024 11:57:44 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/sportsAndHealth/css/default.less | 188 +++++++++++++++++++++++++--------------------- 1 files changed, 101 insertions(+), 87 deletions(-) diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less index ecfdf66..a5e8a3a 100644 --- a/src/books/sportsAndHealth/css/default.less +++ b/src/books/sportsAndHealth/css/default.less @@ -94,46 +94,49 @@ } .pdf-tips-con { - position: relative; display: flex; + flex-direction: column; justify-content: flex-start; - align-items: center; + align-items: flex-start; + // b898c7 .pdf-wall { - max-width: 180px; - position: absolute; - right: 0; - top: 25px; - border: 2px dotted #5d78bb; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; - border: 2px dotted #5d78bb; - padding: 10px; - box-sizing: border-box; - border-radius: 10px; + margin-left: 30px; .pdf-item { display: flex; - flex-direction: column; justify-content: flex-start; align-items: center; - - img { - width: 80px; - } + border: 2px dashed #b898c7; + margin: 10px; + padding: 2px 10px; + border-radius: 5px; + box-sizing: border-box; span { - min-width: 150px; font-size: 14px; text-align: center; font-family: 'FZLTXIHJW'; - line-height: 20px; + display: flex; + align-items: center; + justify-content: flex-start; + + svg { + fill: #b898c7; + } + } + + span:nth-child(2) { + padding-top: 5px; + box-sizing: border-box; } span:hover { - color: #5877ba; + color: #b898c7; cursor: pointer; text-decoration: underline; -webkit-user-select: none; @@ -350,11 +353,13 @@ min-width: 100px; display: flex; justify-content: center; + align-items: center; position: absolute; top: -20px; left: 10px; background-color: #d6dbee; - padding: 5px; + border: 0.15em dotted #d6dbee; + padding: 2px 8px 3px 2px; box-sizing: border-box; color: #5877ba; font-family: "FZLTXIHJW"; @@ -366,8 +371,8 @@ width: 25px; height: 25px; border-radius: 5px; - background-color: #007aff; - border: 1px solid #007aff; + background-color: #b898c7; + border: 1px solid #b898c7; display: flex; justify-content: center; align-items: center; @@ -428,8 +433,9 @@ .pdf-text { display: flex; + flex-direction: column; justify-content: space-between; - align-items: center; + align-items: flex-start; margin-bottom: 20px; p { @@ -439,35 +445,42 @@ .pdf-con { display: flex; - flex-direction: column; justify-content: flex-start; - align-items: flex-start; - border: 2px dotted #5d78bb; - padding: 10px; + align-items: center; + padding: 10px 0; box-sizing: border-box; border-radius: 10px; - margin-left: 10px; - margin-top: -140px; .pdf-view { min-width: 160px; display: flex; - flex-direction: column; justify-content: center; align-items: center; - - img { - width: 80px; - } + border: 0.15em dashed #b898c7; + margin-right: 15px; + padding: 0 15px; + border-radius: 5px; span { font-size: 14px; text-align: center; font-family: 'FZLTXIHJW'; + display: flex; + align-items: center; + justify-content: flex-start; + + svg { + fill: #b898c7; + } + } + + span:nth-child(2) { + padding-top: 5px; + box-sizing: border-box; } span:hover { - color: #5877ba; + color: #b898c7; cursor: pointer; text-decoration: underline; -webkit-user-select: none; @@ -1390,7 +1403,7 @@ div.bk-xyx { background-color: #f9f7fc; - border: 0.15em dotted #95b2dc; + border: 0.15em dotted #b898c7; padding: 0.5em 1.2em; margin-bottom: 2em; margin-top: 0.5em; @@ -1572,72 +1585,73 @@ } @media screen and (max-width: 800px) { - .chapter{ - .pdf-tips-con { - width: 100%; - min-width: 200px; - display: flex; - flex-direction: column; - justify-content: flex-start; - align-items: flex-start; - padding: 20px 0; - - .pdf-wall { - max-width: 180px; - position: relative; - left: 30px; - top: 25px; - border: 2px dotted #5d78bb; + .chapter { + .pdf-tips-con { + width: 100%; + min-width: 200px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; - border: 2px dotted #5d78bb; - padding: 10px; - box-sizing: border-box; - border-radius: 10px; + padding: 20px 0; - .pdf-item { + .pdf-wall { + max-width: 180px; + position: relative; + left: 30px; + top: 25px; + border: 2px dotted #5d78bb; display: flex; flex-direction: column; justify-content: flex-start; - align-items: center; + align-items: flex-start; + border: 2px dotted #5d78bb; + padding: 10px; + box-sizing: border-box; + border-radius: 10px; - img { - width: 80px; - } + .pdf-item { + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: center; - span { - min-width: 150px; - font-size: 14px; - text-align: center; - font-family: 'FZLTXIHJW'; - line-height: 20px; - } + img { + width: 80px; + } - 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; - /* 鏍囧噯璇硶 */ + span { + min-width: 150px; + font-size: 14px; + text-align: center; + font-family: 'FZLTXIHJW'; + line-height: 20px; + } + + 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; + /* 鏍囧噯璇硶 */ + } } } } + + .parentVideo { + width: 100%; + display: flex; + justify-content: center; + flex-wrap: wrap; + } } - .parentVideo { - width: 100%; - display: flex; - justify-content: center; - flex-wrap: wrap; - } - } } } -- Gitblit v1.9.1