From 39c730d41c7217db5f424ce16b76415a50292c10 Mon Sep 17 00:00:00 2001 From: qinhua <352484005@qq.com> Date: Sat, 27 Nov 2021 23:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/joe.archives.less | 2 +- source/css/min/joe.archives.min.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/joe.archives.less b/source/css/joe.archives.less index 92cd60c..2f74dbb 100644 --- a/source/css/joe.archives.less +++ b/source/css/joe.archives.less @@ -200,7 +200,7 @@ font-size: 14px; color: var(--routine); background: var(--classH); - border: 1px solid var(--classA); + border: 1px solid var(--classB); // transition: background 0.2s; a { diff --git a/source/css/min/joe.archives.min.css b/source/css/min/joe.archives.min.css index 01bb762..f16098f 100644 --- a/source/css/min/joe.archives.min.css +++ b/source/css/min/joe.archives.min.css @@ -1 +1 @@ -.joe_archives-title{height:40px;margin-bottom:20px;line-height:40px;color:var(--main);border-bottom:1px solid var(--classC)}.joe_archives-title i{margin-right:3px;vertical-align:bottom}.joe_archives-title em{font-style:normal;color:var(--minor)}.joe_archives__basic{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;margin-bottom:15px}.joe_archives__basic-item.list{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px}.joe_archives__basic-item.list .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-inner) var(--radius-wrap) var(--radius-wrap) var(--radius-inner);padding:15px 15px 12px}.joe_archives__basic-item.list .list .count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.joe_archives__basic-item.list .list .count h6{font-size:12px;margin-bottom:10px;color:var(--seat)}.joe_archives__basic-item.list .list .count p{font-size:28px;font-weight:700}.joe_archives__basic-item.list .list .icon{fill:var(--classA)}.joe_archives__basic-item.list .list:nth-child(1){border-left:5px solid #1cc88a;color:#1cc88a}.joe_archives__basic-item.list .list:nth-child(2){border-left:5px solid #36b9cc;color:#36b9cc}.joe_archives__basic-item.list .list:nth-child(3){border-left:5px solid #2196f3;color:#2196f3}.joe_archives__basic-item.list .list:nth-child(4){border-left:5px solid #9c27b0;color:#9c27b0}.joe_archives__basic-item.category{background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-wrap)}.joe_archives__basic-item.category #category{height:230px}.joe_archives__lately{background:var(--background);margin-bottom:15px;border-radius:var(--radius-wrap);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.joe_archives__lately .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;padding:0 12px;border-bottom:1px solid var(--classC);color:var(--main);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_archives__lately .content{padding:15px}.joe_archives__lately .content #lately{height:300px}.joe_archives__server{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;margin-bottom:15px}.joe_archives__server-item{background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-wrap)}.joe_archives__server-item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;padding:0 12px;border-bottom:1px solid var(--classC);color:var(--main);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_archives__server-item .title .count{color:var(--minor);font-size:12px}.joe_archives__server-item .title .count .split{margin:0 5px}.joe_archives__server-item .content{padding:15px}.joe_archives__server-item .content #work,.joe_archives__server-item .content #flow{height:315px}.joe_archives__filing{background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-wrap)}.joe_archives__filing .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;font-weight:bold;padding:0 12px;border-bottom:1px solid var(--classC);color:var(--theme);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_archives__filing .content{padding:15px;overflow:hidden}.joe_archives__category{margin-bottom:20px}.joe_archives__category .joe_category-list{overflow:hidden}.joe_archives__category .joe_category-list .item{float:left;border-radius:3px;margin-right:10px;margin-bottom:10px;font-size:14px;color:var(--routine);background:var(--classH);border:1px solid var(--classA)}.joe_archives__category .joe_category-list .item a{display:block;padding:0 6px;height:24px;line-height:24px;font-size:0;color:var(--routine)}.joe_archives__category .joe_category-list .item a span{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.joe_archives__category .joe_category-list .item a em{display:inline-block;padding-left:5px;vertical-align:top;font-size:14px;font-style:normal;color:var(--theme)}.joe_archives__category .joe_category-list .item:hover{background:var(--theme);border-color:var(--theme)}.joe_archives__category .joe_category-list .item:hover a{color:var(--classD)}.joe_archives__category .joe_category-list .item:hover a em{color:var(--classD)}.joe_archives__timeline{-webkit-animation-delay:.2s;animation-delay:.2s}.joe_archives__timeline .item{position:relative}.joe_archives__timeline .item:last-child .wrapper{padding-bottom:0}.joe_archives__timeline .item:before{position:absolute;content:"";top:14px;width:13px;height:13px;background:var(--classC);border-radius:50%}.joe_archives__timeline .item:after{position:absolute;content:"";left:6px;top:22px;width:1px;height:100%;background:var(--classC)}.joe_archives__timeline .item .wrapper{padding-left:30px;padding-bottom:15px;overflow:hidden;-webkit-transition:height .25s ease;transition:height .25s ease}.joe_archives__timeline .item .wrapper .panel{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:var(--theme);cursor:pointer;background:var(--classD);padding:10px;height:40px;border-radius:4px}.joe_archives__timeline .item .wrapper .panel .joe-font{fill:var(--minor);-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.joe_archives__timeline .item .wrapper .panel.in .joe-font{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.joe_archives__timeline .item .wrapper .panel.in+.panel-body{opacity:1}.joe_archives__timeline .item .wrapper .panel::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-8px;width:0;height:0;border-right:8px solid var(--classD);border-top:8px solid transparent;border-bottom:8px solid transparent}.joe_archives__timeline .item .wrapper .panel-body{opacity:0;padding:15px 15px 0 15px;-webkit-transition:opacity .25s;transition:opacity .25s}.joe_archives__timeline .item .wrapper .panel-body li{margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--routine)}.joe_archives__timeline .item .wrapper .panel-body li:last-child{margin-bottom:0}.joe_archives__timeline .item .wrapper .panel-body li a{color:var(--routine)}.joe_archives__timeline .item .wrapper .panel-body li a:hover{color:var(--theme)}.joe_archives__timeline .item.load{padding-top:15px}.joe_archives__timeline .item.load .head{top:25px;background:#2db7f5}.joe_archives__timeline .item.load .button{position:relative;margin-left:30px;border:none;background:#2db7f5;color:#fff;border-radius:4px;padding:0 12px;height:34px;font-size:13px}.joe_archives__timeline .item.load .button::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-8px;width:0;height:0;border-right:8px solid #2db7f5;border-top:8px solid transparent;border-bottom:8px solid transparent} \ No newline at end of file +.joe_archives-title{height:40px;margin-bottom:20px;line-height:40px;color:var(--main);border-bottom:1px solid var(--classC)}.joe_archives-title i{margin-right:3px;vertical-align:bottom}.joe_archives-title em{font-style:normal;color:var(--minor)}.joe_archives__basic{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;margin-bottom:15px}.joe_archives__basic-item.list{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px}.joe_archives__basic-item.list .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-inner) var(--radius-wrap) var(--radius-wrap) var(--radius-inner);padding:15px 15px 12px}.joe_archives__basic-item.list .list .count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.joe_archives__basic-item.list .list .count h6{font-size:12px;margin-bottom:10px;color:var(--seat)}.joe_archives__basic-item.list .list .count p{font-size:28px;font-weight:700}.joe_archives__basic-item.list .list .icon{fill:var(--classA)}.joe_archives__basic-item.list .list:nth-child(1){border-left:5px solid #1cc88a;color:#1cc88a}.joe_archives__basic-item.list .list:nth-child(2){border-left:5px solid #36b9cc;color:#36b9cc}.joe_archives__basic-item.list .list:nth-child(3){border-left:5px solid #2196f3;color:#2196f3}.joe_archives__basic-item.list .list:nth-child(4){border-left:5px solid #9c27b0;color:#9c27b0}.joe_archives__basic-item.category{background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-wrap)}.joe_archives__basic-item.category #category{height:230px}.joe_archives__lately{background:var(--background);margin-bottom:15px;border-radius:var(--radius-wrap);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.joe_archives__lately .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;padding:0 12px;border-bottom:1px solid var(--classC);color:var(--main);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_archives__lately .content{padding:15px}.joe_archives__lately .content #lately{height:300px}.joe_archives__server{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;margin-bottom:15px}.joe_archives__server-item{background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-wrap)}.joe_archives__server-item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;padding:0 12px;border-bottom:1px solid var(--classC);color:var(--main);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_archives__server-item .title .count{color:var(--minor);font-size:12px}.joe_archives__server-item .title .count .split{margin:0 5px}.joe_archives__server-item .content{padding:15px}.joe_archives__server-item .content #work,.joe_archives__server-item .content #flow{height:315px}.joe_archives__filing{background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--radius-wrap)}.joe_archives__filing .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;font-weight:bold;padding:0 12px;border-bottom:1px solid var(--classC);color:var(--theme);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_archives__filing .content{padding:15px;overflow:hidden}.joe_archives__category{margin-bottom:20px}.joe_archives__category .joe_category-list{overflow:hidden}.joe_archives__category .joe_category-list .item{float:left;border-radius:3px;margin-right:10px;margin-bottom:10px;font-size:14px;color:var(--routine);background:var(--classH);border:1px solid var(--classB)}.joe_archives__category .joe_category-list .item a{display:block;padding:0 6px;height:24px;line-height:24px;font-size:0;color:var(--routine)}.joe_archives__category .joe_category-list .item a span{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.joe_archives__category .joe_category-list .item a em{display:inline-block;padding-left:5px;vertical-align:top;font-size:14px;font-style:normal;color:var(--theme)}.joe_archives__category .joe_category-list .item:hover{background:var(--theme);border-color:var(--theme)}.joe_archives__category .joe_category-list .item:hover a{color:var(--classD)}.joe_archives__category .joe_category-list .item:hover a em{color:var(--classD)}.joe_archives__timeline{-webkit-animation-delay:.2s;animation-delay:.2s}.joe_archives__timeline .item{position:relative}.joe_archives__timeline .item:last-child .wrapper{padding-bottom:0}.joe_archives__timeline .item:before{position:absolute;content:"";top:14px;width:13px;height:13px;background:var(--classC);border-radius:50%}.joe_archives__timeline .item:after{position:absolute;content:"";left:6px;top:22px;width:1px;height:100%;background:var(--classC)}.joe_archives__timeline .item .wrapper{padding-left:30px;padding-bottom:15px;overflow:hidden;-webkit-transition:height .25s ease;transition:height .25s ease}.joe_archives__timeline .item .wrapper .panel{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:var(--theme);cursor:pointer;background:var(--classD);padding:10px;height:40px;border-radius:4px}.joe_archives__timeline .item .wrapper .panel .joe-font{fill:var(--minor);-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.joe_archives__timeline .item .wrapper .panel.in .joe-font{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.joe_archives__timeline .item .wrapper .panel.in+.panel-body{opacity:1}.joe_archives__timeline .item .wrapper .panel::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-8px;width:0;height:0;border-right:8px solid var(--classD);border-top:8px solid transparent;border-bottom:8px solid transparent}.joe_archives__timeline .item .wrapper .panel-body{opacity:0;padding:15px 15px 0 15px;-webkit-transition:opacity .25s;transition:opacity .25s}.joe_archives__timeline .item .wrapper .panel-body li{margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--routine)}.joe_archives__timeline .item .wrapper .panel-body li:last-child{margin-bottom:0}.joe_archives__timeline .item .wrapper .panel-body li a{color:var(--routine)}.joe_archives__timeline .item .wrapper .panel-body li a:hover{color:var(--theme)}.joe_archives__timeline .item.load{padding-top:15px}.joe_archives__timeline .item.load .head{top:25px;background:#2db7f5}.joe_archives__timeline .item.load .button{position:relative;margin-left:30px;border:none;background:#2db7f5;color:#fff;border-radius:4px;padding:0 12px;height:34px;font-size:13px}.joe_archives__timeline .item.load .button::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-8px;width:0;height:0;border-right:8px solid #2db7f5;border-top:8px solid transparent;border-bottom:8px solid transparent} \ No newline at end of file