From d29b8917dc2fd0a0f751480cbbf6ed8dba36d436 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 31 五月 2024 15:56:15 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/css/default.less | 144 ++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 120 insertions(+), 24 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index 1c96f4b..d12a3ef 100644 --- a/src/books/lifeCare/css/default.less +++ b/src/books/lifeCare/css/default.less @@ -4,12 +4,17 @@ overflow: auto; } -.public-books { +.public-lifeCare { max-width: 816px; min-width: 375px; margin: 0 auto; border-color: #f49a4c; height: 100%; + + .swiper-button-prev, + .swiper-button-next { + color: #F49A4C; + } textarea:focus, input:focus { @@ -21,8 +26,14 @@ textarea { width: 100%; text-indent: 2em; - max-width: 653px; + max-width: 630px; min-height: 100px; + } + + .coverImg { + position: absolute; + top: 0; + left: 0; } .prefaceImg { @@ -30,6 +41,46 @@ position: absolute; left: 4%; top: 4%; + } + + + .border-xxfs { + border-radius: 0 !important; + position: relative; + padding: 10px; + padding-top: 20px !important; + border: 2px dotted #00aeef !important; + + + .bj3 { + display: flex; + justify-content: flex-start; + align-items: center; + width: 105px; + height: 30px; + position: absolute; + padding: 0 !important; + padding-left: 5px !important; + box-sizing: border-box; + top: 0; + background-color: #00aeef !important; + color: #fff !important; + border-bottom-right-radius: 25px; + + .cirlce { + width: 40px; + height: 40px; + border: 2px solid #00aeef; + border-radius: 50%; + position: absolute; + left: -38px; + background: url('../image/xxfs.png'); + background-position: center; + background-size: 70% 70%; + background-repeat: no-repeat; + background-color: #fff; + } + } } input { @@ -58,7 +109,7 @@ .drawflow-node { background-color: #fff; - border:0px solid #f49a4c; + border: 0px solid #f49a4c; box-shadow: 1px 1px 5px 0 #f49a4c; .contentWall { @@ -101,10 +152,12 @@ position: absolute; top: 10px; right: 10px; - color: white; + color: #333; font-weight: bold; - border: 1px solid #0e5ba3; - background: #4ea9ff; + // 0e5ba3 + border: 1px solid #ccc; + // 4ea9ff + background: #fff; padding: 5px 10px; border-radius: 4px; cursor: pointer; @@ -118,19 +171,36 @@ right: 85px; color: white; font-weight: bold; - border: 1px solid #96015b; - background: #e3195a; + // 96015b + border: 1px solid #f49a4c; + // e3195a + background: #f49a4c; padding: 5px 10px; border-radius: 4px; cursor: pointer; z-index: 5; + } + + .btn-export:hover { + color: #f49a4c; + border: 1px solid #f49a4c; + } + + .btn-clear:hover { + background-color: #fff; + color: #f49a4c; + border: 1px solid #f49a4c; } } } .drawContent_wall { width: 100%; - height: 890px; + height: 765px; + .drawflow { + display: flex; + flex-direction: column; + } } .chapter { @@ -224,7 +294,6 @@ } } - .pageHeader-second { width: 100%; display: flex; @@ -316,6 +385,8 @@ background-color: #a5c24f; } } + + } .textareaInput { @@ -325,7 +396,12 @@ border: 1px solid #999; font-size: 15px; color: #000; - background-color: #eee; + background-color: #f9f9f9; + } + + .imgBox-003 { + width: 100%; + height: 220px; } .chapter01Table { @@ -438,9 +514,40 @@ } } + .btnUpload-list { + display: flex; + justify-content: center; + align-items: center; + width: 35px; + height: 30px; + border-radius: 5px; + background-color: #f49a4c; + border: 1px solid #f49a4c; + cursor: pointer; + + svg { + fill: #fff; + } + } + + .btnUpload-list:hover { + background-color: #fff; + + svg { + fill: #F49A4C; + } + } + + .pic-wall { + display: flex; + justify-content: flex-start; + align-items: center; + } + .bk-inputUpload { width: 100%; - height: 200px; + display: block; + min-height: 100px; input { width: 250px; @@ -456,17 +563,6 @@ justify-content: center; align-items: center; font-size: 50px; - cursor: pointer; - } - - .btnUpload-list { - width: 40px; - height: 40px; - border: 2px dashed #f49a4c; - display: flex; - justify-content: center; - align-items: center; - font-size: 40px; cursor: pointer; } } @@ -1379,7 +1475,7 @@ width: 100%; border: 0 !important; font-size: 16px; - border-radius: 20px; + border-radius: 5px; } } -- Gitblit v1.9.1