From a55f456b3d31ae5b6168f9b48a1c6ab53a5414f0 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sun, 15 Oct 2023 17:54:44 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E7=88=AC=E8=99=AB?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F=E4=B8=BB=E9=A2=98=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/css/base.css | 1088 ++++++++++++++--- .../src/main/resources/static/css/user.css | 746 +++++++++-- .../layui/css/modules/layer/default/layer.css | 4 +- .../templates/crawl/crawlSource_list.html | 74 +- .../templates/crawl/crawlSource_test.html | 19 +- .../src/main/resources/templates/login.html | 45 +- 6 files changed, 1623 insertions(+), 353 deletions(-) diff --git a/novel-crawl/src/main/resources/static/css/base.css b/novel-crawl/src/main/resources/static/css/base.css index efd47bc..2a405a3 100644 --- a/novel-crawl/src/main/resources/static/css/base.css +++ b/novel-crawl/src/main/resources/static/css/base.css @@ -1,210 +1,942 @@ @charset "utf-8"; -body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th { margin: 0; padding: 0 } -h1, h2, h3, h4, h5, h6 { font-size: 14px } -ol, ul, li { list-style: none outside none } -table { border-collapse: collapsse; border-spacing: 0 } -fieldset, img { border: 0 none } +body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th { + margin: 0; + padding: 0 +} + +h1, h2, h3, h4, h5, h6 { + font-size: 14px +} + +ol, ul, li { + list-style: none outside none +} + +table { + border-collapse: collapsse; + border-spacing: 0 +} + +fieldset, img { + border: 0 none +} + /*html { background: ##f5f5f5 }*/ -body { background: #f5f5f5; color: #333; font: 12px/1.5 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif,"宋体"; text-align: left } +body { + background: #f5f5f5; + color: #333; + font: 12px/1.5 PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif, "宋体"; + text-align: left +} + input::-moz-focus-inner { -border:none; -padding:0 + border: none; + padding: 0 } -a img { border: none } -a { outline: none; color: #333; text-decoration: none } -a:hover, .topBar a:hover, .red, .record_list li:hover .read_link a { color: #f70 } -.red1 { color: #ff4040 } -.unlink { text-decoration: underline } -.blue { color: #5fc3f3 } -.green { color: #360 } -.black { color: #000 } -.black3 { color: #333 } -.black6 { color: #666 } -.black9 { color: #999 } -.ccc { color: #ccc } -.orange { color: #f60 } -.font12 { font-size: 12px!important } -.font14 { font-size: 14px!important } -.font16 { font-size: 16px!important } -.font18 { font-size: 18px!important } -.font20 { font-size: 20px!important } -.font26 { font-size: 26px!important } -.ellipsis {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all } -textarea { resize: none; outline: none; border: 1px solid #CCC; font: 12px/1.8 "microsoft yahei", Arial; padding-left: 5px } -input { outline: none; border: none; /* padding-left: 5px; font-size: 13px;*/ font-family: "microsoft yahei", Arial; *background:none + +a img { + border: none } -i, em, cite { font-style: normal } -.layui-inline, input, label { vertical-align: middle } -button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline: 0 } -button, select { text-transform: none } + +a { + outline: none; + color: #333; + text-decoration: none +} + +a:hover, .topBar a:hover, .red, .record_list li:hover .read_link a { + color: #3eaf7c +} + +.red1 { + color: #ff4040 +} + +.unlink { + text-decoration: underline +} + +.blue { + color: #5fc3f3 +} + +.green { + color: #360 +} + +.black { + color: #000 +} + +.black3 { + color: #333 +} + +.black6 { + color: #666 +} + +.black9 { + color: #999 +} + +.ccc { + color: #ccc +} + +.orange { + color: #f60 +} + +.font12 { + font-size: 12px !important +} + +.font14 { + font-size: 14px !important +} + +.font16 { + font-size: 16px !important +} + +.font18 { + font-size: 18px !important +} + +.font20 { + font-size: 20px !important +} + +.font26 { + font-size: 26px !important +} + +.ellipsis { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-break: keep-all +} + +textarea { + resize: none; + outline: none; + border: 1px solid #CCC; + font: 12px/1.8 "microsoft yahei", Arial; + padding-left: 5px +} + +input { + outline: none; + border: none; /* padding-left: 5px; font-size: 13px;*/ + font-family: "microsoft yahei", Arial; + *background: none +} + +i, em, cite { + font-style: normal +} + +.layui-inline, input, label { + vertical-align: middle +} + +button, input, optgroup, select, textarea { + color: inherit; + font: inherit; + margin: 0; + outline: 0 +} + +button, select { + text-transform: none +} + /*select { -webkit-appearance: none; border: none }*/ -input { line-height: normal } -input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } -input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height:auto } -input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } -input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance:none } -input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none } -:-moz-placeholder { color: #999 } -::-moz-placeholder { color: #999 } -input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999 } -input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999 } -.cf { zoom: 1 } -.cf:before, .cf:after { content: ""; display: table; display: block; font-size: 0; height: 0; line-height: 0; clear: both; visibility: hidden } -.cf:after { clear: both } -.clear { clear: both } -.tl { text-align: left } -.tc { text-align: center } -.tr { text-align: right } -.fl { float: left } -.fr { float: right } -.block { display: block } -.none, .hidden { display: none } +input { + line-height: normal +} + +input[type=checkbox], input[type=radio] { + box-sizing: border-box; + padding: 0 +} + +input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { + height: auto +} + +input[type=search] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box +} + +input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { + -webkit-appearance: none +} + +input[type="submit"], input[type="reset"], input[type="button"], button { + -webkit-appearance: none +} + +:-moz-placeholder { + color: #999 +} + +::-moz-placeholder { + color: #999 +} + +input:-ms-input-placeholder, textarea:-ms-input-placeholder { + color: #999 +} + +input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { + color: #999 +} + +.cf { + zoom: 1 +} + +.cf:before, .cf:after { + content: ""; + display: table; + display: block; + font-size: 0; + height: 0; + line-height: 0; + clear: both; + visibility: hidden +} + +.cf:after { + clear: both +} + +.clear { + clear: both +} + +.tl { + text-align: left +} + +.tc { + text-align: center +} + +.tr { + text-align: right +} + +.fl { + float: left +} + +.fr { + float: right +} + +.block { + display: block +} + +.none, .hidden { + display: none +} + /*base end*/ -.channelWrap { background: #fff; border-radius: 6px; padding: 20px; margin-bottom: 20px } -.channelWrap.channelBanner { padding-bottom: 14px } -.wrap_left { width: 750px } -.wrap_right { width: 250px } -.wrap_inner { padding: 20px; border-radius: 6px; background: #fff; } -.wrap_bg { border-radius: 6px; background: #fff; } -.pad20 { padding: 20px } -.pad20_nobt { padding: 20px 20px 0 } -.topBar { width: 100%; background: #fbfaf8; border-bottom: 1px solid #eae6e2; height: 35px; line-height: 35px } -.box_center { width: 1020px; margin: 0 auto } -.top_l { float: left } -.top_r { float: right } -.topBar .line { display: inline-block; padding: 0 12px; color: #e5d9da } -.topBar a { display: inline-block; color: #8C8C8C } -.topBar a.on { color: #333 } -.topMain { height: 92px; background: #fff; overflow: hidden } -.logo { width: 198px; float: left; padding: 23px 130px 0 0; display: block } -.logo img { width: auto; height: 48px } -.searchBar { width: 342px; margin-top: 27px; overflow: hidden } -.searchBar .search/*, .searchBar .hotword*/ { width: 342px; overflow: hidden } -.searchBar .s_int { width: 250px; padding: 0 14px 0 18px; height: 36px; line-height: 36px\9; vertical-align: middle; border: 1px solid #f80; border-right: none; color: #333; float: left; border-radius: 20px 0 0 20px; font-size: 14px; /*background: #fff;*/ background: 0 0 } +.channelWrap { + background: #fff; + border-radius: 6px; + padding: 20px; + margin-bottom: 20px +} + +.channelWrap.channelBanner { + padding-bottom: 14px +} + +.wrap_left { + width: 750px +} + +.wrap_right { + width: 250px +} + +.wrap_inner { + padding: 20px; + border-radius: 6px; + background: #fff; +} + +.wrap_bg { + border-radius: 6px; + background: #fff; +} + +.pad20 { + padding: 20px +} + +.pad20_nobt { + padding: 20px 20px 0 +} + +.topBar { + width: 100%; + background: #fbfaf8; + border-bottom: 1px solid #eae6e2; + height: 35px; + line-height: 35px +} + +.box_center { + width: 1020px; + margin: 0 auto +} + +.top_l { + float: left +} + +.top_r { + float: right +} + +.topBar .line { + display: inline-block; + padding: 0 12px; + color: #e5d9da +} + +.topBar a { + display: inline-block; + color: #8C8C8C +} + +.topBar a.on { + color: #333 +} + +.topMain { + height: 92px; + background: #fff; + overflow: hidden +} + +.logo { + width: 198px; + float: left; + padding: 23px 130px 0 0; + display: block +} + +.logo img { + width: auto; + height: 48px +} + +.searchBar { + width: 342px; + margin-top: 27px; + overflow: hidden +} + +.searchBar .search /*, .searchBar .hotword*/ +{ + width: 342px; + overflow: hidden +} + +.searchBar .s_int { + width: 250px; + padding: 0 14px 0 18px; + height: 36px; + line-height: 36px \9; + vertical-align: middle; + border: 1px solid #3eaf7c; + border-right: none; + color: #333; + float: left; + border-radius: 20px 0 0 20px; + font-size: 14px; /*background: #fff;*/ + background: 0 0 +} + /*.searchBar .s_btn { width: 78px; height: 38px; line-height: 38px; background: #f65167; color: #fff; font-size: 16px; text-align: center; float: left; cursor: pointer; padding: 0 } .searchBar .s_btn:hover { background:#E23249 }*/ -.searchBar .search_btn { float: left; +.searchBar .search_btn { + float: left; width: 58px; height: 38px; text-align: center; border-radius: 0 20px 20px 0; - background-color: #f80; cursor: pointer; } -.searchBar .search_btn .icon { width: 18px; height: 18px; display: block; margin: 9px auto 0; background: url(../images/search.png) no-repeat; background-size:cover; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search.png', sizingMethod='scale'); } + background-color: #3eaf7c; + cursor: pointer; +} + +.searchBar .search_btn .icon { + width: 18px; + height: 18px; + display: block; + margin: 9px auto 0; + background: url(../images/search.png) no-repeat; + background-size: cover; + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search.png', sizingMethod='scale'); +} /*.hotword { padding-top: 3px } .hotword a, .hotword span { color: #999; margin: 0 6px 0 5px } .hotword a:hover { color: #666 }*/ -.bookShelf { margin-top: 27px; padding-left: 20px; overflow: hidden } -.bookShelf .sj_link { height: 38px; line-height: 38px; padding-left: 30px; font-size: 15px; color: #404040; background: url(../images/icon_sj.png) no-repeat 6px 50%; float: left } -.bookShelf .user_link { height: 38px; line-height: 38px; padding-left: 20px; font-size: 15px; color: #404040; float: right } -.bookShelf .user_head { width: 26px; height: 26px; border-radius: 50%; float: left; margin: 6px 5px 0 0 } -.bookShelf .user_name { max-width: 100px; display: inline-block } -.bookShelf .line { float: left; color: #ccc } +.bookShelf { + margin-top: 27px; + padding-left: 20px; + overflow: hidden +} + +.bookShelf .sj_link { + height: 38px; + line-height: 38px; + padding-left: 30px; + font-size: 15px; + color: #404040; + background: url(../images/icon_sj.png) no-repeat 6px 50%; + float: left +} + +.bookShelf .user_link { + height: 38px; + line-height: 38px; + padding-left: 20px; + font-size: 15px; + color: #404040; + float: right +} + +.bookShelf .user_head { + width: 26px; + height: 26px; + border-radius: 50%; + float: left; + margin: 6px 5px 0 0 +} + +.bookShelf .user_name { + max-width: 100px; + display: inline-block +} + +.bookShelf .line { + float: left; + color: #ccc +} + /*.bookShelf img { position: absolute; top: 17px; left: 17px; z-index: 10 }*/ -.mainNav { width: 100%; height: 48px; background: #f80; margin-bottom: 20px } -.mainNav .nav li { float: left } -.mainNav .nav li a { float: left; height: 44px; line-height: 48px; color: #fff; font-size: 16px; margin: 0 34px; border-bottom: 2px solid #f80; transition: color .3s,background-color .3s,border .3s } -.mainNav .nav li.on a, .mainNav .nav li a:hover { border-bottom: 2px solid rgba(255,255,255,.8) } -.footer { padding: 0 0 20px; /*margin-top: 20px; background: #fbfaf8; border-top: 1px solid #e0e0e0; */text-align: center; font-size: 12px } -.copyright ul li { color: #999; line-height: 26px } -.copyright .menu { padding: 2px 0 6px; font-size: 12px } -.copyright .line { display: inline-block; padding: 0 12px; color: #e5d9da } -.copyright p { margin-top: 10px; color: #999 } -.code_bar img { margin-left: 66px } -.rBar { float: right; width: 268px } -.btn_gray, .btn_red, .btn_ora, .btn_ora_white, .btn_red1 { border-radius: 20px; font-size: 15px; display: inline-block; text-align: center; cursor: pointer; /*padding: 0 34px; height: 34px; line-height: 34px;*/ padding: 11px 36px; line-height: 1; } -.btn_gray { border: 1px solid #dedede; background: #fafafa; } -.btn_red, .btn_ora { border: 1px solid #f80; background: #f80; color: #fff } -.btn_red1 { border: 1px solid #ff4040; background: #ff4040; color: #fff } -.btn_ora_white { border: 1px solid #f80; color: #f80 } -.btn_ora_white:hover { background: #fefaf6 } -.btn_link { padding: 2px 6px; background: #f80; color: #fff; border-radius: 2px } -.btn_gray:hover { background: #f0f0f0; color: #333 } -.btn_ora:hover, .btn_red:hover, .btn_link:hover { background: #f70; color: #fff } -.btn_red1:hover { background: #fc2525; color: #fff } +.mainNav { + width: 100%; + height: 48px; + background: #3eaf7c; + margin-bottom: 20px +} + +.mainNav .nav li { + float: left +} + +.mainNav .nav li a { + float: left; + height: 44px; + line-height: 48px; + color: #fff; + font-size: 16px; + margin: 0 34px; + border-bottom: 2px solid #3eaf7c; + transition: color .3s, background-color .3s, border .3s +} + +.mainNav .nav li.on a, .mainNav .nav li a:hover { + border-bottom: 2px solid rgba(255, 255, 255, .8) +} + +.footer { + padding: 0 0 20px; /*margin-top: 20px; background: #fbfaf8; border-top: 1px solid #e0e0e0; */ + text-align: center; + font-size: 12px +} + +.copyright ul li { + color: #999; + line-height: 26px +} + +.copyright .menu { + padding: 2px 0 6px; + font-size: 12px +} + +.copyright .line { + display: inline-block; + padding: 0 12px; + color: #e5d9da +} + +.copyright p { + margin-top: 10px; + color: #999 +} + +.code_bar img { + margin-left: 66px +} + +.rBar { + float: right; + width: 268px +} + +.btn_gray, .btn_red, .btn_ora, .btn_ora_white, .btn_red1 { + border-radius: 20px; + font-size: 15px; + display: inline-block; + text-align: center; + cursor: pointer; /*padding: 0 34px; height: 34px; line-height: 34px;*/ + padding: 11px 36px; + line-height: 1; +} + +.btn_gray { + border: 1px solid #dedede; + background: #fafafa; +} + +.btn_red, .btn_ora { + border: 1px solid #3eaf7c; + background: #3eaf7c; + color: #fff +} + +.btn_red1 { + border: 1px solid #ff4040; + background: #ff4040; + color: #fff +} + +.btn_ora_white { + border: 1px solid #3eaf7c; + color: #3eaf7c +} + +.btn_ora_white:hover { + background: #fefaf6 +} + +.btn_link { + padding: 2px 6px; + background: #3eaf7c; + color: #fff; + border-radius: 2px +} + +.btn_gray:hover { + background: #f0f0f0; + color: #333 +} + +.btn_ora:hover, .btn_red:hover, .btn_link:hover { + background: #3eaf7c; + color: #fff +} + +.btn_red1:hover { + background: #fc2525; + color: #fff +} + .pay_Checkout .btn_red, .btn_big { font-size: 16px; padding: 15px 0; border-radius: 4px; - width: 196px; } -i.vip { width: 26px; height: 14px; text-align: center; line-height: 14px; font-size: 11px; color: #fff; background: #fe8034; border-radius: 2px; margin: 13px 0 0 3px; display: inline-block; transform: scale(0.88); } -i.vip_b { width: 36px; height: 22px; text-align: center; line-height: 22px; font-size: 15px; color: #fff; background: #f70; border-radius: 4px; margin-left: 5px; display: inline-block; vertical-align: 3px } -.pageBox { text-align: center; padding: 20px 0 } -.pageBox a, .pageBox span { display: inline-block; color: #999; padding: 6px 10px; margin: 0 5px; border-radius: 4px; font-size: 14px; line-height: 1 } -.pageBox .current, .pageBox a:hover { background: #f80; color: #fff } -.top_nearread { display: inline-block; position: relative; margin-right: 10px; float:left } -.top_nearread .nearread { padding: 0 9px } -.top_nearread .nearread.on { border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; background: #FFF; padding: 0 8px; height: 36px; position: relative; z-index: 8 } -.icon_down { display: inline-block; vertical-align: middle; margin: 2px 0 0 5px; width: 0px; height: 0px; overflow: hidden; border-width: 4px; border-style: solid dashed dashed; border-color: #7f7f7f transparent transparent; } -.book_record { width: 382px; position: absolute; top: 0; right: 0; z-index: 9 } -.record_box { width: 380px; background: #fff; margin-top:35px; border: 1px solid #d9d9d9 } -.book_record .sp { width:77px; height:6px; background:#fff; position:absolute; top:32px; right:1px } -.record_title { padding: 14px 10px } -.record_title a { border: 1px solid #dedede; background: #fafafa; border-radius: 2px; font-size: 12px; padding: 6px 12px; line-height: 1; margin-right: 14px } -.record_title a.on { border: 1px solid #f65167; background: #f65167; color: #fff } -.record_box .all { display: block; height: 28px; line-height: 28px; text-align: center; background: #f6f6f6 } -.record_list ul { margin-bottom: 10px } -.record_list li { clear: both; padding: 10px; line-height: 1; overflow: hidden } -.record_list li:hover { background: #f6f6f6 } -.record_list li .cover { width: 50px; height: 63px; background: #f6f6f6 } -.record_list li .cover img { width: 100%; height: 100%; } -.record_list a { display: inline; color: #333 } -.record_list .book_intro { width: 300px; height: 65px; padding-left: 10px; position: relative; } -.record_list .book_intro p { height: 20px; line-height: 20px; overflow: hidden; color: #999; } -.record_list .book_intro .p1 { font-size: 14px; } -.record_list .book_intro .p2 { margin: 2px 0; white-space: nowrap; text-overflow: ellipsis } -.record_list .book_intro .p3 { } -.record_list .book_intro i.vip { margin:0 0 0 3px } -.record_list .read_link a { color: #fff } -.manBody {} -.manBody .mainNav { background:#3e3d43 } -.manBody .searchBar .s_int { border: 1px solid #878689; border-right:none; background-position:8px -22px } -.manBody .mainNav .nav li.on a, .manBody .mainNav .nav li a:hover { background:#313035 } -.nav_sub { margin-bottom: 16px } -.nav_sub a { padding: 0 6px } + width: 196px; +} -.copyright .menu a { color: #666; font-size: 12px } -.copyright .menu a:hover, .bookShelf .sj_link:hover { color: #f70 } +i.vip { + width: 26px; + height: 14px; + text-align: center; + line-height: 14px; + font-size: 11px; + color: #fff; + background: #fe8034; + border-radius: 2px; + margin: 13px 0 0 3px; + display: inline-block; + transform: scale(0.88); +} -.rightList .more, .more_bar { margin: 1px 0; height: 34px; line-height: 34px; border-radius: 1px; background-color: #f7f7f7; text-align: center } -.rightList .more a, .more_bar a { display: block; color: #666 } -.header, .footer { min-width: 1020px } +i.vip_b { + width: 36px; + height: 22px; + text-align: center; + line-height: 22px; + font-size: 15px; + color: #fff; + background: #3eaf7c; + border-radius: 4px; + margin-left: 5px; + display: inline-block; + vertical-align: 3px +} + +.pageBox { + text-align: center; + padding: 20px 0 +} + +.pageBox a, .pageBox span { + display: inline-block; + color: #999; + padding: 6px 10px; + margin: 0 5px; + border-radius: 4px; + font-size: 14px; + line-height: 1 +} + +.pageBox .current, .pageBox a:hover { + background: #3eaf7c; + color: #fff +} + +.top_nearread { + display: inline-block; + position: relative; + margin-right: 10px; + float: left +} + +.top_nearread .nearread { + padding: 0 9px +} + +.top_nearread .nearread.on { + border-left: 1px solid #d9d9d9; + border-right: 1px solid #d9d9d9; + background: #FFF; + padding: 0 8px; + height: 36px; + position: relative; + z-index: 8 +} + +.icon_down { + display: inline-block; + vertical-align: middle; + margin: 2px 0 0 5px; + width: 0px; + height: 0px; + overflow: hidden; + border-width: 4px; + border-style: solid dashed dashed; + border-color: #7f7f7f transparent transparent; +} + +.book_record { + width: 382px; + position: absolute; + top: 0; + right: 0; + z-index: 9 +} + +.record_box { + width: 380px; + background: #fff; + margin-top: 35px; + border: 1px solid #d9d9d9 +} + +.book_record .sp { + width: 77px; + height: 6px; + background: #fff; + position: absolute; + top: 32px; + right: 1px +} + +.record_title { + padding: 14px 10px +} + +.record_title a { + border: 1px solid #dedede; + background: #fafafa; + border-radius: 2px; + font-size: 12px; + padding: 6px 12px; + line-height: 1; + margin-right: 14px +} + +.record_title a.on { + border: 1px solid #f65167; + background: #f65167; + color: #fff +} + +.record_box .all { + display: block; + height: 28px; + line-height: 28px; + text-align: center; + background: #f6f6f6 +} + +.record_list ul { + margin-bottom: 10px +} + +.record_list li { + clear: both; + padding: 10px; + line-height: 1; + overflow: hidden +} + +.record_list li:hover { + background: #f6f6f6 +} + +.record_list li .cover { + width: 50px; + height: 63px; + background: #f6f6f6 +} + +.record_list li .cover img { + width: 100%; + height: 100%; +} + +.record_list a { + display: inline; + color: #333 +} + +.record_list .book_intro { + width: 300px; + height: 65px; + padding-left: 10px; + position: relative; +} + +.record_list .book_intro p { + height: 20px; + line-height: 20px; + overflow: hidden; + color: #999; +} + +.record_list .book_intro .p1 { + font-size: 14px; +} + +.record_list .book_intro .p2 { + margin: 2px 0; + white-space: nowrap; + text-overflow: ellipsis +} + +.record_list .book_intro .p3 { +} + +.record_list .book_intro i.vip { + margin: 0 0 0 3px +} + +.record_list .read_link a { + color: #fff +} + +.manBody { +} + +.manBody .mainNav { + background: #3e3d43 +} + +.manBody .searchBar .s_int { + border: 1px solid #878689; + border-right: none; + background-position: 8px -22px +} + +.manBody .mainNav .nav li.on a, .manBody .mainNav .nav li a:hover { + background: #313035 +} + +.nav_sub { + margin-bottom: 16px +} + +.nav_sub a { + padding: 0 6px +} + +.copyright .menu a { + color: #666; + font-size: 12px +} + +.copyright .menu a:hover, .bookShelf .sj_link:hover { + color: #3eaf7c +} + +.rightList .more, .more_bar { + margin: 1px 0; + height: 34px; + line-height: 34px; + border-radius: 1px; + background-color: #f7f7f7; + text-align: center +} + +.rightList .more a, .more_bar a { + display: block; + color: #666 +} + +.header, .footer { + min-width: 1020px +} /*base*/ -.noborder { border: 0!important } -.nomargin { margin: 0!important } -.ml { margin-left: 12px } -.mr { margin-right: 12px } -.ml5 { margin-left: 5px } -.ml10 { margin-left: 10px } -.ml15 { margin-left: 15px } -.ml20 { margin-left: 20px } -.mr5 { margin-right: 5px } -.mr10 { margin-right: 10px } -.mr15 { margin-right: 15px } -.mr20 { margin-right: 20px } -.mt5 { margin-top: 5px } -.mt10 { margin-top: 10px } -.mt15 { margin-top: 15px } -.mt20 { margin-top: 20px } -.mb5 { margin-bottom: 5px } -.mb10 { margin-bottom: 10px } -.mb15 { margin-bottom: 15px } -.mb20 { margin-bottom: 20px } -.mb50 { margin-bottom: 50px } -.pointer { cursor: pointer } -.notindent { text-indent: inherit!important } -.vm { vertical-align: middle!important } -.border_t { border-top: 1px solid #eee } -.border_b { border-bottom: 1px solid #eee } -.border_l { border-left: 1px solid #eee } -.border_r { border-right: 1px solid #eee } -.layui-laypage-curr{ - background: #f80; +.noborder { + border: 0 !important } + +.nomargin { + margin: 0 !important +} + +.ml { + margin-left: 12px +} + +.mr { + margin-right: 12px +} + +.ml5 { + margin-left: 5px +} + +.ml10 { + margin-left: 10px +} + +.ml15 { + margin-left: 15px +} + +.ml20 { + margin-left: 20px +} + +.mr5 { + margin-right: 5px +} + +.mr10 { + margin-right: 10px +} + +.mr15 { + margin-right: 15px +} + +.mr20 { + margin-right: 20px +} + +.mt5 { + margin-top: 5px +} + +.mt10 { + margin-top: 10px +} + +.mt15 { + margin-top: 15px +} + +.mt20 { + margin-top: 20px +} + +.mb5 { + margin-bottom: 5px +} + +.mb10 { + margin-bottom: 10px +} + +.mb15 { + margin-bottom: 15px +} + +.mb20 { + margin-bottom: 20px +} + +.mb50 { + margin-bottom: 50px +} + +.pointer { + cursor: pointer +} + +.notindent { + text-indent: inherit !important +} + +.vm { + vertical-align: middle !important +} + +.border_t { + border-top: 1px solid #eee +} + +.border_b { + border-bottom: 1px solid #eee +} + +.border_l { + border-left: 1px solid #eee +} + +.border_r { + border-right: 1px solid #eee +} + +.layui-laypage-curr { + background: #3eaf7c; +} + .layui-laypage-curr em { - color: #fff; + color: #fff; } + .layui-disabled, .layui-disabled:hover { color: #d2d2d2 !important; cursor: not-allowed !important diff --git a/novel-crawl/src/main/resources/static/css/user.css b/novel-crawl/src/main/resources/static/css/user.css index 76624c7..1664a3d 100644 --- a/novel-crawl/src/main/resources/static/css/user.css +++ b/novel-crawl/src/main/resources/static/css/user.css @@ -1,100 +1,511 @@ @charset "utf-8"; -.updateTable .style a { color:#999 } -.updateTable .author a { color:#999; cursor:text } -.bind, .updateTable .style a:hover { color:#f65167 } -.userBox { /*width: 998px; border: 1px solid #eaeaea;*/ margin:0 auto 50px; background: #fff; border-radius: 6px } -.channelViewhistory .userBox { margin: 0 auto } -.user_l { width:350px; float:left; padding:50px 50px } -.user_l h3 { font-size:23px; font-weight:normal; line-height:1; text-align: center } -.user_l #LabErr { color:#ff4040; display:block; height:40px; line-height:40px; text-align: center; font-size: 14px } -.user_l .log_list { width:350px } -.user_l .s_input { margin-bottom:25px; font-size:14px } -.s_input { width:348px; height:30px; line-height:38px\9; vertical-align:middle; border:1px solid #ddd; border-radius:2px } -.icon_name, .icon_key, .icon_code { width:312px; padding-left:36px} -.icon_key { background-position: 13px -51px } -.icon_code { background-position: 13px -117px; width:200px; float:left } -.code_pic { height:38px; float:right } -.btn_phone { height:40px; width:100px; float:right; cursor:pointer; padding:0; text-align:center; border-radius:2px; background:#dfdfdf } -.log_code { *padding-bottom:25px } -.user_l .btn_red { width:100%; font-size:19px; padding:12px } -.autologin { color:#999; line-height:1; margin-bottom:18px } -.autologin em { vertical-align:2px; margin-left:4px } -.user_r { width:259px; margin:80px 0; padding:20px 70px; border-left:1px dotted #e3e3e3; float:right; text-align:center } -.user_r .tit { font-size:16px; line-height:1; padding: 6px 0 25px } -.user_r .btn_ora { padding:10px 34px } -.fast_login { padding:60px 0 0 } -.fast_list { text-align:center; padding:0.5rem } -.fast_list li { display:inline-block; *display:inline; zoom:1 } -.fast_list li .img { width:48px; height:48px; margin:20px 0 5px } -.fast_list li a:hover { opacity:0.8; filter: alpha(opacity=80); -moz-opacity: 0.8 } -.fast_list li span { display:block } -.fast_list .login_qq { margin:0 42px } -.fast_list .login_wb a { color:#f55c5b } -.fast_list .login_qq a { color:#51b7ff } -.fast_list .login_wx a { color:#66d65e } -.fast_tit { position:relative; overflow:hidden } -.fast_tit .lines { position:absolute; top:50%; left:0; width:100%; height:1px; line-height:1; background:#eaeaea } -.fast_tit .title { background:#fff; font-size:16px; padding:3px 14px; position:relative; display:inline-block; z-index:999 } -/*userinfo*/ -.my_l { width:198px; float:left; font-size: 13px; padding-top: 20px; } -.my_l li a { display:block; height:42px; line-height:42px; padding-left:62px; border-left:4px solid #fff; margin-bottom:5px; color: #666 } -.my_l li .on { background-color:#fafafa; border-left:2px solid #f80; color:#000; border-radius: 0 2px 2px 0 } -.my_l .link_1 { background-position:32px -188px } -.my_l .link_2 { background-position:32px -230px } -.my_l .link_3 { background-position:32px -272px } -.my_l .link_4 { background-position:32px -314px } -.my_l .link_5 { background-position:32px -356px } -.my_l .link_6 { background-position:32px -397px } -.my_l .link_7 { background-position:32px -440px } -.my_l .link_8 { background-position:32px -481px } -.my_r { width:739px; padding:0 30px 30px; float:right; border-left:1px solid #efefef; min-height:470px } -.my_info { padding:30px 0 5px } -.user_big_head { /*width:110px; height:110px; padding:4px; border:1px solid #eaeaea;*/ margin-right:30px; float:left; width: 80px; - height: 80px; - border-radius: 50%; } -.my_r .my_name { font-size:18px; line-height:1; padding:5px 0 12px 0 } -.my_r .s_input { width:318px; padding:0 10px } -.my_list li { line-height:28px } -.my_list li i, .my_list li em.red { margin-right:6px } -.my_list .binded { color:#999; margin-left:6px } -.my_list .btn_link { margin-left:12px } -.mytab_list li { line-height:30px; padding:10px 0; font-size:14px } -.mytab_list li .tit { width:70px; color: #aaa; text-align:right; display:inline-block; margin-right:18px } -.mytab_list .user_img { width:48px; height:48px; vertical-align:middle; border-radius:50% } -.my_bookshelf .title { padding:20px 0 15px; line-height:30px } -.my_bookshelf h4 { font-size:14px; color:#666 } -.my_bookshelf h2 { font-size:18px; font-weight:normal } -.updateTable { width: 739px; color: #999 } -.updateTable table { width: 100%; margin-bottom:14px } -.updateTable th, .updateTable td { height: 40px; line-height: 40px; vertical-align: middle; padding-left: 6px; font-weight:normal; text-align:left } -.updateTable th { background:#f9f9f9; color:#333; border-top:1px solid #eee } -.updateTable td { height:40px; line-height:40px } -.updateTable .style { width:80px; padding-left:10px } -.updateTable .name { width: 178px; padding-right: 10px } -.updateTable .name a, .updateTable .chapter a { max-width: 168px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } -.updateTable .chapter { padding-right: 5px } -.updateTable .chapter a { max-width:220px; float: left } -.updateTable .author { width: 72px; text-align: left } -.updateTable .goread { width: 80px; text-align:center } -.updateTable .time { width: 86px } -.updateTable .word { width: 64px; padding-right:10px; text-align: right } -.updateTable .rank { width: 30px; padding-right:10px; text-align: center } -.updateTable .name a, .updateTable .chapter a, .updateTable .author a { height: 40px; line-height: 40px; display: inline-block; overflow: hidden } -.updateTable tr:nth-child(2n) td { background:#fafafa } -.dataTable { width: 739px } -.dataTable table { width: 100%; margin-bottom:14px; border-collapse:collapse } -.dataTable th, .dataTable td { height: 40px; line-height: 40px; vertical-align: middle; padding:0 10px; font-weight:normal; text-align:center; border:1px solid #eaeaea } -.dataTable th { background:#f8f8f8 } -.nodate { border-top: 1px solid #eaeaea; padding:60px 0 } -.viewhistoryBox { /*padding: 0 30px 30px; */ padding: 0 20px 10px } -.viewhistoryBox .updateTable { width:100% } -/*.btn_gray, .btn_red, .btn_ora { font-size:14px; padding:8px 28px }*/ -.book_tit { height: 48px; line-height:48px; margin: 0 14px; border-bottom: 1px solid #eaeaea; overflow:hidden } -.book_tit .fl { font-size:14px; color:#999 } -.book_tit .fl h3 { font-size:18px; color:#333; font-weight:normal; margin-right:5px; display:inline } -.book_tit .fr { font-size:14px } +.updateTable .style a { + color: #999 +} + +.updateTable .author a { + color: #999; + cursor: text +} + +.bind, .updateTable .style a:hover { + color: #f65167 +} + +.userBox { /*width: 998px; border: 1px solid #eaeaea;*/ + margin: 0 auto 50px; + background: #fff; + border-radius: 6px +} + +.channelViewhistory .userBox { + margin: 0 auto +} + +.user_l { + width: 350px; + float: left; + padding: 50px 50px +} + +.user_l h3 { + font-size: 23px; + font-weight: normal; + line-height: 1; + text-align: center +} + +.user_l #LabErr { + color: #ff4040; + display: block; + height: 40px; + line-height: 40px; + text-align: center; + font-size: 14px +} + +.user_l .log_list { + width: 350px +} + +.user_l .s_input { + margin-bottom: 25px; + font-size: 14px +} + +.s_input { + width: 348px; + height: 30px; + line-height: 38px \9; + vertical-align: middle; + border: 1px solid #ddd; + border-radius: 2px +} + +.icon_name, .icon_key, .icon_code { + width: 312px; + padding-left: 36px +} + +.icon_key { + background-position: 13px -51px +} + +.icon_code { + background-position: 13px -117px; + width: 200px; + float: left +} + +.code_pic { + height: 38px; + float: right +} + +.btn_phone { + height: 40px; + width: 100px; + float: right; + cursor: pointer; + padding: 0; + text-align: center; + border-radius: 2px; + background: #dfdfdf +} + +.log_code { + *padding-bottom: 25px +} + +.user_l .btn_red { + width: 100%; + font-size: 19px; + padding: 12px +} + +.autologin { + color: #999; + line-height: 1; + margin-bottom: 18px +} + +.autologin em { + vertical-align: 2px; + margin-left: 4px +} + +.user_r { + width: 259px; + margin: 80px 0; + padding: 20px 70px; + border-left: 1px dotted #e3e3e3; + float: right; + text-align: center +} + +.user_r .tit { + font-size: 16px; + line-height: 1; + padding: 6px 0 25px +} + +.user_r .btn_ora { + padding: 10px 34px +} + +.fast_login { + padding: 60px 0 0 +} + +.fast_list { + text-align: center; + padding: 0.5rem +} + +.fast_list li { + display: inline-block; + *display: inline; + zoom: 1 +} + +.fast_list li .img { + width: 48px; + height: 48px; + margin: 20px 0 5px +} + +.fast_list li a:hover { + opacity: 0.8; + filter: alpha(opacity=80); + -moz-opacity: 0.8 +} + +.fast_list li span { + display: block +} + +.fast_list .login_qq { + margin: 0 42px +} + +.fast_list .login_wb a { + color: #f55c5b +} + +.fast_list .login_qq a { + color: #51b7ff +} + +.fast_list .login_wx a { + color: #66d65e +} + +.fast_tit { + position: relative; + overflow: hidden +} + +.fast_tit .lines { + position: absolute; + top: 50%; + left: 0; + width: 100%; + height: 1px; + line-height: 1; + background: #eaeaea +} + +.fast_tit .title { + background: #fff; + font-size: 16px; + padding: 3px 14px; + position: relative; + display: inline-block; + z-index: 999 +} + +/*userinfo*/ +.my_l { + width: 198px; + float: left; + font-size: 13px; + padding-top: 20px; +} + +.my_l li a { + display: block; + height: 42px; + line-height: 42px; + padding-left: 62px; + border-left: 4px solid #fff; + margin-bottom: 5px; + color: #666 +} + +.my_l li .on { + background-color: #fafafa; + border-left: 2px solid #3eaf7c; + color: #000; + border-radius: 0 2px 2px 0 +} + +.my_l .link_1 { + background-position: 32px -188px +} + +.my_l .link_2 { + background-position: 32px -230px +} + +.my_l .link_3 { + background-position: 32px -272px +} + +.my_l .link_4 { + background-position: 32px -314px +} + +.my_l .link_5 { + background-position: 32px -356px +} + +.my_l .link_6 { + background-position: 32px -397px +} + +.my_l .link_7 { + background-position: 32px -440px +} + +.my_l .link_8 { + background-position: 32px -481px +} + +.my_r { + width: 739px; + padding: 0 30px 30px; + float: right; + border-left: 1px solid #efefef; + min-height: 470px +} + +.my_info { + padding: 30px 0 5px +} + +.user_big_head { /*width:110px; height:110px; padding:4px; border:1px solid #eaeaea;*/ + margin-right: 30px; + float: left; + width: 80px; + height: 80px; + border-radius: 50%; +} + +.my_r .my_name { + font-size: 18px; + line-height: 1; + padding: 5px 0 12px 0 +} + +.my_r .s_input { + width: 318px; + padding: 0 10px +} + +.my_list li { + line-height: 28px +} + +.my_list li i, .my_list li em.red { + margin-right: 6px +} + +.my_list .binded { + color: #999; + margin-left: 6px +} + +.my_list .btn_link { + margin-left: 12px +} + +.mytab_list li { + line-height: 30px; + padding: 10px 0; + font-size: 14px +} + +.mytab_list li .tit { + width: 70px; + color: #aaa; + text-align: right; + display: inline-block; + margin-right: 18px +} + +.mytab_list .user_img { + width: 48px; + height: 48px; + vertical-align: middle; + border-radius: 50% +} + +.my_bookshelf .title { + padding: 20px 0 15px; + line-height: 30px +} + +.my_bookshelf h4 { + font-size: 14px; + color: #666 +} + +.my_bookshelf h2 { + font-size: 18px; + font-weight: normal +} + +.updateTable { + width: 739px; + color: #999 +} + +.updateTable table { + width: 100%; + margin-bottom: 14px +} + +.updateTable th, .updateTable td { + height: 40px; + line-height: 40px; + vertical-align: middle; + padding-left: 6px; + font-weight: normal; + text-align: left +} + +.updateTable th { + background: #f9f9f9; + color: #333; + border-top: 1px solid #eee +} + +.updateTable td { + height: 40px; + line-height: 40px +} + +.updateTable .style { + width: 80px; + padding-left: 10px +} + +.updateTable .name { + width: 178px; + padding-right: 10px +} + +.updateTable .name a, .updateTable .chapter a { + max-width: 168px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.updateTable .chapter { + padding-right: 5px +} + +.updateTable .chapter a { + max-width: 220px; + float: left +} + +.updateTable .author { + width: 72px; + text-align: left +} + +.updateTable .goread { + width: 80px; + text-align: center +} + +.updateTable .time { + width: 86px +} + +.updateTable .word { + width: 64px; + padding-right: 10px; + text-align: right +} + +.updateTable .rank { + width: 30px; + padding-right: 10px; + text-align: center +} + +.updateTable .name a, .updateTable .chapter a, .updateTable .author a { + height: 40px; + line-height: 40px; + display: inline-block; + overflow: hidden +} + +.updateTable tr:nth-child(2n) td { + background: #fafafa +} + +.dataTable { + width: 739px +} + +.dataTable table { + width: 100%; + margin-bottom: 14px; + border-collapse: collapse +} + +.dataTable th, .dataTable td { + height: 40px; + line-height: 40px; + vertical-align: middle; + padding: 0 10px; + font-weight: normal; + text-align: center; + border: 1px solid #eaeaea +} + +.dataTable th { + background: #f8f8f8 +} + +.nodate { + border-top: 1px solid #eaeaea; + padding: 60px 0 +} + +.viewhistoryBox { /*padding: 0 30px 30px; */ + padding: 0 20px 10px +} + +.viewhistoryBox .updateTable { + width: 100% +} + +/*.btn_gray, .btn_red, .btn_ora { font-size:14px; padding:8px 28px }*/ +.book_tit { + height: 48px; + line-height: 48px; + margin: 0 14px; + border-bottom: 1px solid #eaeaea; + overflow: hidden +} + +.book_tit .fl { + font-size: 14px; + color: #999 +} + +.book_tit .fl h3 { + font-size: 18px; + color: #333; + font-weight: normal; + margin-right: 5px; + display: inline +} + +.book_tit .fr { + font-size: 14px +} + +.commentBar, .feedback_list { + border-top: 1px solid #eee; + margin-bottom: 15px +} -.commentBar, .feedback_list { border-top:1px solid #eee; margin-bottom:15px } /*.comment_list { padding: 16px 0; border-bottom: 1px solid #eee } .comment_list .user_head { width:54px; height:54px; border-radius:50%; float: left; margin-right: 14px } .comment_list .li_1 { overflow: hidden } @@ -105,33 +516,128 @@ .comment_list .num { color: #ed4259; margin: 0 3px } .comment_list .li_4 { line-height:34px; padding-top:8px; margin-top:15px; border-top:1px solid #eaeaea } .comment_list .li_4 .more { background:#f7f7f7; border-radius:2px; color:#ed4259; text-align:center }*/ -.no_contet { padding:190px 0 40px; text-align:center; color:#999; border-top:1px solid #eee } -.no_comment { background:url(../images/no_comment.png) no-repeat center 80px } +.no_contet { + padding: 190px 0 40px; + text-align: center; + color: #999; + border-top: 1px solid #eee +} + +.no_comment { + background: url(../images/no_comment.png) no-repeat center 80px +} + +.comment_list { + padding: 20px 0; + border-bottom: 1px solid #eee +} + +.comment_list:last-child { + border: none +} + +.comment_list .user_heads { /*width: 54px; height: 54px; float: left;*/ + position: relative; + margin-right: 20px +} + +.comment_list .user_head { + width: 50px; + height: 50px; + border-radius: 50%; + background: #f6f6f6 +} + +.comment_list .user_heads span { + display: block; + margin: 0; + position: absolute; + left: 12px; + bottom: 0 +} + +.comment_list ul { /*width: 640px;*/ + width: 660px; +} + +.comment_list .li_0 { + font-family: "宋体" +} + +.comment_list .li_0 strong { + font-size: 14px; + color: #f00 +} + +.comment_list .li_1 { + overflow: hidden +} + +.comment_list .user_name { + color: #ed4259 +} + +.comment_list .li_2 { + padding: 6px 0 +} + +.comment_list .li_3 { + color: #999 +} + +.comment_list .reply { + padding-left: 12px +} + +.comment_list .num { + color: #ed4259; + margin: 0 3px +} + +.comment_list .li_4 { + line-height: 34px; + padding-top: 8px; + margin-top: 15px; + border-top: 1px solid #eaeaea +} + +.pl_bar li { + display: block +} + +.pl_bar .name { + color: #666; + padding-top: 2px; + font-size: 14px +} + +.pl_bar .dec { + font-size: 14px; + line-height: 1.8; + padding: 12px 0 +} + +.pl_bar .other { + line-height: 24px; + color: #999; + font-size: 13px +} + +.pl_bar .other a { + display: inline-block; + color: #999 +} + +.pl_bar .reply { + padding-left: 22px; + background: url(../images/icon_reply.png) no-repeat 0 2px +} -.comment_list { padding: 20px 0; border-bottom: 1px solid #eee } -.comment_list:last-child { border: none } -.comment_list .user_heads { /*width: 54px; height: 54px; float: left;*/ position:relative; margin-right: 20px } -.comment_list .user_head { width: 50px; height: 50px; border-radius: 50%; background: #f6f6f6 } -.comment_list .user_heads span { display: block; margin: 0; position: absolute; left: 12px; bottom: 0 } -.comment_list ul { /*width: 640px;*/ width: 660px; } -.comment_list .li_0 { font-family: "宋体" } -.comment_list .li_0 strong { font-size: 14px; color: #f00 } -.comment_list .li_1 { overflow: hidden } -.comment_list .user_name { color: #ed4259 } -.comment_list .li_2 { padding: 6px 0 } -.comment_list .li_3 { color: #999 } -.comment_list .reply { padding-left: 12px } -.comment_list .num { color: #ed4259; margin: 0 3px } -.comment_list .li_4 { line-height: 34px; padding-top: 8px; margin-top: 15px; border-top: 1px solid #eaeaea } -.pl_bar li { display: block } -.pl_bar .name { color: #666; padding-top: 2px; font-size: 14px } -.pl_bar .dec { font-size: 14px; line-height: 1.8; padding: 12px 0 } -.pl_bar .other { line-height: 24px; color: #999; font-size: 13px } -.pl_bar .other a { display: inline-block; color: #999 } -.pl_bar .reply { padding-left: 22px; background: url(../images/icon_reply.png) no-repeat 0 2px } /*.no_comment { padding: 70px 14px 115px; color: #CCCCCC; text-align: center; font-size: 14px; }*/ .reply_bar { background: #f9f9f9; - border: 1px solid #eee; border-radius: 6px; + border: 1px solid #eee; + border-radius: 6px; padding: 10px; - line-height: 1.8;} + line-height: 1.8; +} diff --git a/novel-crawl/src/main/resources/static/layui/css/modules/layer/default/layer.css b/novel-crawl/src/main/resources/static/layui/css/modules/layer/default/layer.css index 09612b2..cae9600 100644 --- a/novel-crawl/src/main/resources/static/layui/css/modules/layer/default/layer.css +++ b/novel-crawl/src/main/resources/static/layui/css/modules/layer/default/layer.css @@ -457,8 +457,8 @@ html #layuicss-layer { } .layui-layer-btn .layui-layer-btn0 { - border-color: #f70; - background-color: #f70; + border-color: #3eaf7c; + background-color: #3eaf7c; color: #fff } diff --git a/novel-crawl/src/main/resources/templates/crawl/crawlSource_list.html b/novel-crawl/src/main/resources/templates/crawl/crawlSource_list.html index 272eabd..c3523b0 100644 --- a/novel-crawl/src/main/resources/templates/crawl/crawlSource_list.html +++ b/novel-crawl/src/main/resources/templates/crawl/crawlSource_list.html @@ -1,5 +1,5 @@ - - +
@@ -7,16 +7,17 @@