From 23ebc0d9ee7d4b06916478f84b411d0406f11a3a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 05 六月 2024 18:49:07 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/css/default.less | 331 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 295 insertions(+), 36 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index 75f27dc..ffd2c14 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,15 @@ textarea { width: 100%; text-indent: 2em; - max-width: 653px; - min-height: 100px; + // max-width: 652px; + // min-height: 100px; + font-size: 16px; + } + + .coverImg { + position: absolute; + top: 0; + left: 0; } .prefaceImg { @@ -30,6 +42,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 { @@ -43,8 +95,22 @@ } .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 +125,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; } } @@ -76,12 +150,14 @@ .btn-export { float: right; position: absolute; - top: 10px; + top: 4px; 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; @@ -91,20 +167,47 @@ .btn-clear { float: right; position: absolute; - top: 10px; + top: 4px; 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: 765px; + + .drawflow { + display: flex; + flex-direction: column; + + .content { + border-top-width: 1px; + border-top-style: solid; + } + } + } .chapter { font-family: "瀹嬩綋"; @@ -187,16 +290,15 @@ margin-top: -12%; .title { - font-size: 18px; + font-size: 16px; } .pageStr { - font-size: 18px; + font-size: 16px; } } } } - .pageHeader-second { width: 100%; @@ -262,10 +364,10 @@ @media (max-width: 756px) { .second-con { - font-size: 18px; + font-size: 16px; .pageNum { - font-size: 18px !important; + font-size: 16px !important; } } } @@ -289,6 +391,8 @@ background-color: #a5c24f; } } + + } .textareaInput { @@ -298,7 +402,12 @@ border: 1px solid #999; font-size: 15px; color: #000; - background-color: #eee; + background-color: #f9f9f9; + } + + .imgBox-003 { + width: 100%; + height: 220px; } .chapter01Table { @@ -329,6 +438,10 @@ padding: 8px; overflow: hidden; white-space: pre-line; + + input { + font-size: 14px; + } textarea { width: 100%; @@ -411,9 +524,43 @@ } } + .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: flex; + flex-direction: column; + justify-content: flex-start; + align-items: flex-start; + min-height: 100px; input { width: 250px; @@ -422,25 +569,21 @@ } .btnUpload { - width: 60px; - height: 60px; - border: 2px dashed #f49a4c; + width: 30px; + height: 30px; display: flex; justify-content: center; align-items: center; font-size: 50px; cursor: pointer; + margin-left: 10px; } - .btnUpload-list { - width: 40px; - height: 40px; - border: 2px dashed #f49a4c; - display: flex; - justify-content: center; - align-items: center; - font-size: 40px; - cursor: pointer; + .upload_text { + color: #000; + font-size: 14px; + font-weight: 700; + font-family: "榛戜綋"; } } @@ -942,7 +1085,7 @@ } h4 { - font-family: "瀹嬩綋"; + font-family: "FZLTZHJW"; font-weight: bold; color: #f49a4c; font-size: 1.1em; @@ -970,7 +1113,7 @@ } .imz { - width: 96%; + width: 100%; text-align: center; } @@ -1352,7 +1495,9 @@ width: 100%; border: 0 !important; font-size: 16px; - border-radius: 20px; + border-radius: 5px; + max-width: 620px; + min-width: 500px; } } @@ -1386,10 +1531,10 @@ position: relative; .block { - font-size: 18px; + font-size: 16px; line-height: 25px; font-family: "浠垮畫"; - font-weight: 600; + font-weight: 700; color: #666; } } @@ -1409,6 +1554,120 @@ top: -2em; } } + + @media screen and (max-width:800px) { + .public-lifeCare .coverImg { + position: absolute; + top: 25%; + left: 0; + } + + .chapter { + + .prefaceImg { + width: 100% !important; + position: absolute; + left: 0%; + top: 4%; + } + + .pdf-content { + padding: 20% 5%; + box-sizing: border-box; + } + + div.bk-tx { + textarea { + min-width: 275px; + } + } + + p { + margin-top: 0; + line-height: 25px; + font-size: 16px; + font-family: 'FZLTXIHJW' + } + + .header .pageHeader-second .second-con .second-right img { + height: 30px; + position: absolute; + left: -35px; + top: 0; + } + + div.bj1 { + padding: 0.01em 1em 0.01em 1em; + margin-top: -2em; + margin-left: -4em; + margin-right: -1em; + } + + .img-gn { + height: 40px; + margin-bottom: -0.4em; + } + + h3 { + font-family: "FZLTZHJW"; + font-weight: bold; + font-size: 16px; + margin-top: 2em; + /* margin-bottom: 2em; */ + text-indent: 0em; + } + + h4 { + text-align: left; + font-family: "FZLTZHJW"; + font-weight: bold; + color: #f49a4c; + font-size: 16px; + margin-top: 0.2em; + margin-bottom: 2em; + text-indent: 0em; + + .fontsz1 { + width: auto; + } + + } + + .bj-tip { + top: -25px; + left: 10px; + font-size: 16px; + font-weight: normal; + font-family: 'FZLTZHJW'; + + div { + width: 30px; + height: 27px; + } + } + + p.bj1-qjms { + top: -1em; + } + + .table111, + .table112 { + width: 100%; + border-collapse: collapse; + + tr th { + width: auto !important; + } + } + + + .drawContent_wall { + margin-bottom: 2em; + } + + + } + } } body { -- Gitblit v1.9.1