From 7563745d85fbab0d69bf1fb69a32109de778bd9b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 31 五月 2024 14:26:33 +0800 Subject: [PATCH] ppt --- src/books/lifeCare/css/default.less | 98 ++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 81 insertions(+), 17 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index 75f27dc..9b068d6 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 { @@ -23,6 +28,12 @@ text-indent: 2em; max-width: 653px; min-height: 100px; + } + + .coverImg { + position: absolute; + top: 0; + left: 0; } .prefaceImg { @@ -43,8 +54,23 @@ } .drawflow { + .main-path { + stroke: #f49a4c; + } + + .drawflow-delete { + width: 25px; + height: 25px; + line-height: 21px; + background-color: #f49a4c; + font-size: 20px; + + } + .drawflow-node { background-color: #fff; + border: 0px solid #f49a4c; + box-shadow: 1px 1px 5px 0 #f49a4c; .contentWall { width: 100%; @@ -59,16 +85,24 @@ .contentText { textarea { - text-indent: 0; + width: auto; min-height: 50px; margin: 0; outline: none; + border-color: #f49a4c; + border-radius: 5px; } textarea:focus { - border: 1px solid #000 !important; + border: 1px solid #fabf2e !important; } } + } + + .input, + .output { + border-color: #f49a4c; + border-width: 1px; } } @@ -105,6 +139,10 @@ } } + .drawContent_wall { + width: 100%; + height: 890px; + } .chapter { font-family: "瀹嬩綋"; @@ -197,7 +235,6 @@ } } - .pageHeader-second { width: 100%; display: flex; @@ -289,6 +326,8 @@ background-color: #a5c24f; } } + + } .textareaInput { @@ -299,6 +338,11 @@ font-size: 15px; color: #000; background-color: #eee; + } + + .imgBox-003 { + width: 100%; + height: 220px; } .chapter01Table { @@ -411,9 +455,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; @@ -429,17 +504,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; } } @@ -942,7 +1006,7 @@ } h4 { - font-family: "瀹嬩綋"; + font-family: "FZLTZHJW"; font-weight: bold; color: #f49a4c; font-size: 1.1em; -- Gitblit v1.9.1