From 00cc9585e75f0818e256d0a5ce7261010c54d287 Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Wed, 27 Jan 2021 19:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/joe.global.css | 2 +- assets/css/joe.global.scss | 3 +++ assets/img/lazyload_avatar.jpg | Bin 0 -> 61244 bytes friends.php | 2 +- public/comment.php | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 assets/img/lazyload_avatar.jpg diff --git a/assets/css/joe.global.css b/assets/css/joe.global.css index bdb7bd7..0bc1cb7 100644 --- a/assets/css/joe.global.css +++ b/assets/css/joe.global.css @@ -1 +1 @@ -html{--theme: #409eff;--background: #fff;--main: #303133;--routine: #606266;--minor: #909399;--seat: #c0c4cc;--classA: #dcdfe6;--classB: #e4e7ed;--classC: #ebeef5;--classD: #f2f6fc;--radius-wrap: 8px;--radius-inner: 4px;--text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);--box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22)}html[data-night='night']{--background: #333;--theme: #54b5db;--main: #808080;--routine: #7b7b7b;--minor: #6d6d6d;--seat: #666;--classA: #444;--classB: #444;--classC: #444;--classD: #444;--text-shadow: none;--box-shadow: none}html[data-night='night'] body::before{background:#202122;z-index:-500}html[data-night='night'] .joe_header__above-logo img{display:none}html[data-night='night'] .joe_header__above-logo svg{display:block}.joe_dropdown{position:relative}.joe_dropdown__link{display:flex;align-items:center}.joe_dropdown__link-icon{transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s}.joe_dropdown__menu{position:absolute;left:50%;visibility:hidden;z-index:999;border-top:3px solid var(--theme);-webkit-transform-origin:top;transform-origin:top;background:var(--background);box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:0 0 var(--radius-inner) var(--radius-inner);padding:10px 0;opacity:0;-webkit-transform:translateX(-50%) perspective(600px) rotateX(-45deg);transform:translateX(-50%) perspective(600px) rotateX(-45deg);transition:opacity 0.35s, visibility 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, visibility 0.35s, transform 0.35s;transition:opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-transform 0.35s}.joe_dropdown__menu::before{content:'';position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid var(--theme)}.joe_dropdown.active .joe_dropdown__link-icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.joe_dropdown.active .joe_dropdown__menu{visibility:visible;opacity:1;-webkit-transform:translateX(-50%) perspective(600px) rotateX(0);transform:translateX(-50%) perspective(600px) rotateX(0)}.joe_header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:var(--background);box-shadow:0 2px 10px 0 rgba(0,0,0,0.1)}.joe_header__above-logo{position:relative;display:flex;align-items:center;height:60px;padding-right:15px;margin-right:15px}.joe_header__above-logo img{max-width:150px;max-height:50px;-o-object-fit:cover;object-fit:cover}.joe_header__above-logo svg{display:none}.joe_header__above-logo::after{content:'';position:absolute;top:50%;right:0;width:1px;height:20px;background:var(--classC);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.joe_header__above-nav{display:flex;align-items:center}.joe_header__above-nav .item{position:relative;height:60px;line-height:60px;font-size:15px;padding:0 8px;margin-right:15px;transition:color 0.35s;white-space:nowrap;color:var(--main)}.joe_header__above-nav .item:last-child{margin-right:0}.joe_header__above-nav .item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;transition:opacity 0.5s, -webkit-transform 0.5s;transition:opacity 0.5s, transform 0.5s;transition:opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;border-radius:6px 6px 0 0;opacity:0;-webkit-transform:scaleX(0.25);transform:scaleX(0.25);background:var(--theme)}.joe_header__above-nav .item.active,.joe_header__above-nav .item:hover{color:var(--theme)}.joe_header__above-nav .item.active::after,.joe_header__above-nav .item:hover::after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.joe_header__above-nav .joe_dropdown__link a{height:60px;line-height:60px;font-size:15px;padding-left:8px;padding-right:3px;transition:color 0.35s;white-space:nowrap;color:var(--main)}.joe_header__above-nav .joe_dropdown__menu{width:110px;text-align:center}.joe_header__above-nav .joe_dropdown__menu a{display:block;line-height:34px;height:34px;transition:color 0.35s, background 0.35s;color:var(--minor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 15px}.joe_header__above-nav .joe_dropdown__menu a:hover,.joe_header__above-nav .joe_dropdown__menu a.active{color:var(--theme);background:var(--classD)}.joe_header__above-search{position:relative;margin-left:auto;display:flex;align-items:center}.joe_header__above-search .input{background:var(--classC);width:170px;height:34px;border:1px solid transparent;padding:0 18px;color:var(--routine);transition:background 0.35s, border-color 0.35s, padding-right 0.35s;border-radius:17px 0 0 17px}.joe_header__above-search .input:focus{background:var(--background);border-color:var(--theme);padding-right:28px}.joe_header__above-search .input:focus ~ .icon{-webkit-transform:translate3d(0, -50%, 0) rotateY(180deg);transform:translate3d(0, -50%, 0) rotateY(180deg)}.joe_header__above-search .submit{position:relative;z-index:1;height:34px;border:none;background:var(--theme);color:#fff;border-radius:0 17px 17px 0;padding:0 10px}.joe_header__above-search .icon{position:absolute;top:50%;left:142px;width:28px;height:38px;background:url(https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/search.png);background-size:100% 100%;transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(100%, -50%, 0) rotateY(180deg);transform:translate3d(100%, -50%, 0) rotateY(180deg)}.joe_header__above-search .result{position:absolute;z-index:2;top:60px;left:0;right:0;background:var(--background);box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:var(--radius-inner);visibility:hidden;opacity:0;transition:visibility 0.35s, opacity 0.35s, -webkit-transform 0.35s;transition:visibility 0.35s, opacity 0.35s, transform 0.35s;transition:visibility 0.35s, opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(0, 15px, 0);transform:translate3d(0, 15px, 0)}.joe_header__above-search .result.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1;visibility:visible}.joe_header__above-search .result .item{height:40px;line-height:40px;border-bottom:1px solid var(--classD);display:flex;align-items:center;overflow:hidden;padding:0 8px;transition:background 0.35s}.joe_header__above-search .result .item:last-child{border-bottom:none}.joe_header__above-search .result .item:nth-child(1) .sort{background:#fe2d46}.joe_header__above-search .result .item:nth-child(2) .sort{background:#f60}.joe_header__above-search .result .item:nth-child(3) .sort{background:#faa90e}.joe_header__above-search .result .item:hover{background:var(--classD)}.joe_header__above-search .result .item .sort{color:#fff;background:#7f7f8c;width:18px;height:18px;line-height:18px;border-radius:50%;text-align:center;margin-right:8px;font-weight:500}.joe_header__above-search .result .item .text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--routine);font-size:12px}.joe_header__above-search .result .item .views{color:var(--seat);font-size:12px;margin-left:3px}.joe_header__below{position:relative;border-top:1px solid var(--classC);height:45px}.joe_header__below-class{display:flex}.joe_header__below-class .item{margin-right:15px;color:var(--minor);height:45px;line-height:45px;transition:color 0.35s;white-space:nowrap}.joe_header__below-class .item:hover,.joe_header__below-class .item.active{color:var(--theme)}.joe_header__below-class .joe_dropdown{margin-right:15px}.joe_header__below-class .joe_dropdown__link .item{margin-right:3px}.joe_header__below-class .joe_dropdown__menu{width:110px;text-align:center}.joe_header__below-class .joe_dropdown__menu a{display:block;height:34px;line-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--minor);transition:color 0.35s, background 0.35s}.joe_header__below-class .joe_dropdown__menu a:hover,.joe_header__below-class .joe_dropdown__menu a.active{color:var(--theme);background:var(--classD)}.joe_header__below-progress{position:absolute;z-index:1;left:0;bottom:-3px;height:3px;border-radius:1.5px;background:linear-gradient(to right, #4cd964, #5ac8fa, #007aff);transition:width 0.35s}.joe_aside{padding:15px 0;margin-left:15px}.joe_aside__item{position:relative;width:250px;margin-bottom:15px;border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);overflow:hidden}.joe_aside__item:last-child{position:-webkit-sticky;position:sticky;margin-bottom:0}.joe_aside__item-title{display:flex;align-items:center;border-bottom:1px solid var(--classC);font-size:16px;font-weight:500;height:45px;line-height:45px;padding:0 15px;color:var(--main)}.joe_aside__item-title .icon{width:18px;height:18px;margin-right:8px;fill:var(--main)}.joe_aside__item-title .line{width:10px;height:1px;background:#54b5db;margin-left:12px}.joe_aside__item-contain{position:relative;padding:15px}.joe_aside__item.author{background:var(--background);padding:45px 15px 15px}.joe_aside__item.author::before{content:'';position:absolute;top:90px;left:0;width:100%;height:30px;z-index:2;background:linear-gradient(to bottom, rgba(255,255,255,0), var(--background))}.joe_aside__item.author::after{display:none;content:'';position:absolute;top:0;left:0;width:100%;height:273px;background:url("https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/snow.gif") no-repeat;background-size:cover;z-index:3;pointer-events:none}.joe_aside__item.author:hover::after{display:block}.joe_aside__item.author .image{position:absolute;top:0;left:0;width:100%;height:120px;-o-object-fit:cover;object-fit:cover;z-index:1}.joe_aside__item.author .user{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;padding-bottom:15px}.joe_aside__item.author .user .avatar{width:75px;height:75px;border-radius:50%;overflow:hidden;margin-bottom:10px;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform 0.75s;transition:transform 0.75s;transition:transform 0.75s, -webkit-transform 0.75s;background:var(--background);padding:5px}.joe_aside__item.author .user .avatar:hover{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.joe_aside__item.author .user .link{color:var(--theme);margin-bottom:10px;font-size:16px;font-weight:500}.joe_aside__item.author .user .link:hover{text-decoration:underline}.joe_aside__item.author .user .motto{color:var(--main);text-align:center}.joe_aside__item.author .count{width:100%;padding-bottom:15px;display:flex;align-items:center;border-bottom:1px solid var(--classC)}.joe_aside__item.author .count .item{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;color:var(--routine);font-size:12px}.joe_aside__item.author .count .item:first-child{border-right:1px solid var(--classC)}.joe_aside__item.author .count .item .num{max-width:70px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:22px;color:var(--main);margin-bottom:3px;text-shadow:var(--text_shadow)}.joe_aside__item.author .list{padding-top:15px}.joe_aside__item.author .list .item{display:flex;align-items:center;justify-content:space-between;line-height:30px}.joe_aside__item.author .list .item .link{position:relative;color:var(--routine);max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_aside__item.author .list .item .link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--theme);transition:all 0.35s}.joe_aside__item.author .list .item .link:hover{color:var(--theme)}.joe_aside__item.author .list .item .link:hover::after{width:100%}.joe_aside__item.author .list .item .icon{fill:var(--routine)}.joe_aside__item.timelife{background:var(--background)}.joe_aside__item.timelife .item{margin-bottom:15px}.joe_aside__item.timelife .item:last-child{margin-bottom:0}.joe_aside__item.timelife .item .title{font-size:12px;color:var(--minor);margin-bottom:5px;display:flex;align-items:center}.joe_aside__item.timelife .item .title .text{color:var(--theme);font-weight:500;font-size:14px;margin:0 5px}.joe_aside__item.timelife .item .progress{display:flex;align-items:center}.joe_aside__item.timelife .item .progress-bar{height:10px;border-radius:5px;overflow:hidden;background:var(--classC);width:0;min-width:0;flex:1;margin-right:5px}.joe_aside__item.timelife .item .progress-bar-inner{width:0;height:100%;border-radius:5px;transition:width 0.35s;-webkit-animation:progress 750ms linear infinite;animation:progress 750ms linear infinite}.joe_aside__item.timelife .item .progress-bar-inner-0{background:#bde6ff;background-image:linear-gradient(135deg, #50bfff 25%, transparent 25%, transparent 50%, #50bfff 50%, #50bfff 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-bar-inner-1{background:#ffd980;background-image:linear-gradient(135deg, #f7ba2a 25%, transparent 25%, transparent 50%, #f7ba2a 50%, #f7ba2a 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-bar-inner-2{background:#ffa9a9;background-image:linear-gradient(135deg, #ff4949 25%, transparent 25%, transparent 50%, #ff4949 50%, #ff4949 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-bar-inner-3{background:#67c23a;background-image:linear-gradient(135deg, #4f9e28 25%, transparent 25%, transparent 50%, #4f9e28 50%, #4f9e28 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-percentage{color:var(--minor)}.joe_aside__item.weather{background:var(--background)}.joe_aside__item.weather .joe_aside__item-contain{min-height:300px}.joe_aside__item.hot{background:var(--background)}.joe_aside__item.hot .empty{text-align:center;color:var(--routine)}.joe_aside__item.hot .item{margin-bottom:15px}.joe_aside__item.hot .item:last-child{margin-bottom:0}.joe_aside__item.hot .item:nth-child(1) .link .sort{background:#ff183e}.joe_aside__item.hot .item:nth-child(2) .link .sort{background:#ff5c38}.joe_aside__item.hot .item:nth-child(3) .link .sort{background:#ffb821}.joe_aside__item.hot .item .link{position:relative;display:block;border-radius:var(--radius-inner);overflow:hidden}.joe_aside__item.hot .item .link:hover .image{-webkit-transform:scale(1.2);transform:scale(1.2)}.joe_aside__item.hot .item .link .sort{position:absolute;top:5px;right:-20px;background:#7f7f8c;color:#fff;width:65px;text-align:center;font-size:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);font-weight:500;z-index:1;font-style:normal}.joe_aside__item.hot .item .link .image{width:100%;height:130px;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s}.joe_aside__item.hot .item .link .describe{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.75));font-size:12px;color:var(--seat)}.joe_aside__item.hot .item .link .describe h6{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;line-height:24px;font-size:14px}.joe_aside__item.ranking{background:var(--background)}.joe_aside__item.ranking .item{display:flex;align-items:center;line-height:32px;overflow:hidden}.joe_aside__item.ranking .item:nth-child(1) .sort{color:#fe2d46}.joe_aside__item.ranking .item:nth-child(2) .sort{color:#f60}.joe_aside__item.ranking .item:nth-child(3) .sort{color:#faa90e}.joe_aside__item.ranking .item .sort{color:var(--minor);font-weight:700;font-size:18px;width:18px;min-width:18px;max-width:18px}.joe_aside__item.ranking .item .link{position:relative;color:var(--routine);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joe_aside__item.ranking .item .link::after{position:absolute;content:'';bottom:0;left:0;width:0;height:1px;background:var(--theme);transition:width 0.5s}.joe_aside__item.ranking .item .link:hover{color:var(--theme)}.joe_aside__item.ranking .item .link:hover::after{width:100%}.joe_aside__item.ranking .error{text-align:center;color:var(--routine)}.joe_aside__item.newreply{background:var(--background)}.joe_aside__item.newreply .empty{text-align:center;color:var(--routine)}.joe_aside__item.newreply .item{margin-bottom:15px;border-bottom:1px dashed var(--classC);padding-bottom:15px}.joe_aside__item.newreply .item:last-child{margin-bottom:0;border-bottom-color:transparent;padding-bottom:0}.joe_aside__item.newreply .item .user{display:flex;margin-bottom:12px}.joe_aside__item.newreply .item .user .avatar{width:40px;height:40px;min-width:40px;min-height:40px;margin-right:12px;border-radius:50%;border:1px solid var(--classA);padding:3px}.joe_aside__item.newreply .item .user .info{display:flex;flex-direction:column;justify-content:space-between}.joe_aside__item.newreply .item .user .info .author{color:var(--main);font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_aside__item.newreply .item .user .info .date{font-size:12px;color:var(--minor)}.joe_aside__item.newreply .item .reply{position:relative;background:var(--classD);border-radius:6px;padding:5px 10px}.joe_aside__item.newreply .item .reply::before{content:'';width:0;height:0;border-bottom:6px solid var(--classD);border-left:6px solid transparent;border-right:6px solid transparent;position:absolute;left:15px;bottom:100%}.joe_aside__item.newreply .item .reply .link{display:-webkit-box;-webkit-line-clamp:2;/*! autoprefixer: off */-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--minor);font-size:13px;font-weight:500;line-height:24px;transition:all 0.35s}.joe_aside__item.newreply .item .reply .link:hover{color:var(--theme)}.joe_aside__item.newreply .item .reply .link .owo_image{height:18px;vertical-align:-5px}.joe_list__item{display:flex;position:relative;width:100%;padding:15px 0;border-bottom:1px solid var(--classC)}.joe_list__item:last-child{border-bottom:none}.joe_list__item:hover .line{-webkit-transform:scaleY(1);transform:scaleY(1)}.joe_list__item:hover .thumbnail time{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.joe_list__item .line{position:absolute;z-index:1;top:15px;left:-15px;width:4px;height:25px;border-radius:2px;background:var(--theme);-webkit-transform:scaleY(0);transform:scaleY(0);transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s}.joe_list__item .thumbnail{position:relative;width:210px;height:140px;min-width:210px;min-height:140px;margin-right:15px;overflow:hidden}.joe_list__item .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-inner);transition:opacity 0.35s}.joe_list__item .thumbnail img:hover{opacity:0.85}.joe_list__item .thumbnail time{position:absolute;z-index:1;top:5px;right:5px;background:var(--theme);height:20px;line-height:20px;padding:0 8px;color:#fff;font-size:12px;border-radius:10px;transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(120%, 0, 0);transform:translate3d(120%, 0, 0)}.joe_list__item .thumbnail svg{position:absolute;z-index:1;top:5px;left:5px;width:20px;height:20px;fill:#fff}.joe_list__item .information{display:flex;flex-direction:column;flex:1;min-width:0}.joe_list__item .information .title{display:flex;align-items:center;margin-bottom:10px}.joe_list__item .information .title .badge{height:20px;line-height:20px;background-image:-webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);color:#fff;font-size:12px;margin-right:5px;border-radius:2px;padding:0 8px;white-space:nowrap}.joe_list__item .information .title h6{color:var(--main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;line-height:24px;transition:color 0.35s}.joe_list__item .information .title h6:hover{color:var(--theme)}.joe_list__item .information .abstract{display:-webkit-box;-webkit-line-clamp:2;/*! autoprefixer: off */-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--minor);transition:opacity 0.35s;word-break:break-all;line-height:24px}.joe_list__item .information .abstract:hover{opacity:0.8}.joe_list__item .information .meta{display:flex;align-items:center;margin-top:auto;color:var(--minor);font-size:13px}.joe_list__item .information .meta .items{display:flex;align-items:center}.joe_list__item .information .meta .items li::after{content:'/';color:#e1e1e1;padding:0 5px}.joe_list__item .information .meta .items li:last-child::after{display:none}.joe_list__item .information .meta .last{margin-left:auto;display:flex;align-items:center}.joe_list__item .information .meta .last .icon{margin-right:3px}.joe_list__item .information .meta .last .link{color:var(--minor)}.joe_list__item .information .meta .last .link:hover{color:var(--theme)}.joe_list__loading .item{display:flex;position:relative;width:100%;padding:15px 0;border-bottom:1px solid var(--classC)}.joe_list__loading .item:last-child{border-bottom:none}.joe_list__loading .item .thumbnail{position:relative;width:210px;height:140px;min-width:210px;min-height:140px;margin-right:15px;background:var(--classD);-webkit-animation:list_thumbnail_loading 0.5s infinite alternate;animation:list_thumbnail_loading 0.5s infinite alternate;border-radius:var(--radius-inner)}.joe_list__loading .item .information{flex:1;min-width:0}.joe_list__loading .item .information .title{height:24px;border-radius:var(--radius-inner);background:var(--classD);-webkit-animation:list_title_loading 0.75s infinite alternate;animation:list_title_loading 0.75s infinite alternate;margin-bottom:15px}.joe_list__loading .item .information .abstract p{height:18px;border-radius:var(--radius-inner);background:var(--classD);margin-bottom:5px;-webkit-animation:list_abstract_loading 0.8s infinite alternate;animation:list_abstract_loading 0.8s infinite alternate}.joe_load{margin:15px auto 0;width:120px;height:32px;line-height:32px;text-align:center;border-radius:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:var(--background);color:var(--routine);transition:-webkit-transform 0.25s;transition:transform 0.25s;transition:transform 0.25s, -webkit-transform 0.25s;box-shadow:var(--box-shadow)}.joe_load:active{-webkit-transform:scale(0.75);transform:scale(0.75)}.joe_detail{background:var(--background);border-radius:var(--radius-wrap);padding:15px;box-shadow:var(--box-shadow);margin-bottom:15px}.joe_detail__category{display:flex;align-items:center;margin-bottom:15px}.joe_detail__category .item{color:#fff;font-size:12px;padding:3px 8px;margin-right:5px;border-radius:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;transition:opacity 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, opacity 0.35s;transition:transform 0.35s, opacity 0.35s, -webkit-transform 0.35s}.joe_detail__category .item:hover{opacity:0.85;-webkit-transform:translate3d(0, -3px, 0);transform:translate3d(0, -3px, 0)}.joe_detail__category .item:last-child{margin-right:0}.joe_detail__category .item-0{background:#0396ff}.joe_detail__category .item-1{background:#ea5455}.joe_detail__category .item-2{background:#7367f0}.joe_detail__category .item-3{background:#28c76f}.joe_detail__category .item-4{background:#9f44d3}.joe_detail__category .edit{color:var(--minor);margin-left:auto}.joe_detail__category .edit:hover{color:var(--theme)}.joe_detail__title{font-size:24px;color:var(--main);text-shadow:var(--text-shadow);text-align:center;margin-bottom:15px;word-break:break-all}.joe_detail__count{position:relative;display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--classC)}.joe_detail__count::after{content:'';position:absolute;bottom:-1.5px;left:0;width:80px;height:3px;border-radius:1.5px;background:var(--theme)}.joe_detail__count-information{display:flex;align-items:center}.joe_detail__count-information .avatar{width:35px;height:35px;border-radius:50%;margin-right:10px;border:1px solid var(--classA);padding:3px}.joe_detail__count-information .meta{display:flex;flex-direction:column;height:35px;justify-content:space-between;font-size:12px}.joe_detail__count-information .meta .author .link{font-weight:500;color:var(--theme)}.joe_detail__count-information .meta .author .link:hover{text-decoration:underline}.joe_detail__count-information .meta .item{display:flex;align-items:center;color:var(--minor);line-height:16px}.joe_detail__count-information .meta .item .line{color:var(--seat);margin:0 7px;vertical-align:middle}.joe_detail__count-created{font-size:32px;line-height:42px;color:var(--routine);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-shadow:var(--text-shadow);font-family:consolas}.joe_detail__article{padding-top:15px;font-size:15px}.joe_detail__article h1,.joe_detail__article h2,.joe_detail__article h3,.joe_detail__article h4,.joe_detail__article h5,.joe_detail__article h6{color:var(--main);font-size:18px;line-height:24px;margin-bottom:15px;position:relative}.joe_detail__article h1{padding:0 15px 0 20px}.joe_detail__article h1::before{content:'#';color:var(--theme);font-weight:700;position:absolute;top:0;left:0;line-height:24px}.joe_detail__article h2{padding:0 15px}.joe_detail__article h2::before{content:'';position:absolute;top:10%;bottom:10%;left:0;width:4px;border-radius:2px;background:var(--theme)}.joe_detail__article h3{padding:0 15px}.joe_detail__article h3::before{content:'';position:absolute;top:8.5px;left:0;height:7px;width:7px;border-radius:50%;background:var(--theme)}.joe_detail__article h4::before{content:'「';color:var(--theme);font-weight:600;margin-right:5px}.joe_detail__article h4::after{content:'」';color:var(--theme);font-weight:600;margin-left:5px}.joe_detail__article h5{padding:0 15px 0 28px}.joe_detail__article h5::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC8klEQVRYR+3WP2gTURwH8O/vKnVRRHKXP52cBO3g4p/BqYNIhy4muajUQRBFKjQV1En6ZxJBcmlRCoJDRe3FDiJVwamLS3FwqbgIgss1l2ZQF5XeT3I1Z3NJ7u5dLlAwN9699/t97vfe7/EIO/yhHe5DD9jpCv3fFVTu856+Xzi62Y/35hj9CFPNrlUwWeRJAJfBGADwBcBNI0/PRZFdAdo4xlQLjCqKjBzogat7hZCRAgPghJGBgbFnxglAOvS7b/fLb+q+qnv5BHBCyEBAWTdnANy2IxOtWSC1qsY+1jOFwAVG+gIVvXyHQbcaKuZCxmf5iMQogXFQtEsBeO5JT6BcMu+Bcb1lUhcyqfExACUAB6JEtgUqi+U5JrrmmcyFHCjwSYtQO+tSUSFbAmXdnAdwJVASdyWLPAS2kbFA8xsHNS13EzCmlx8R6KJQcBcypfFpho3cKxRna3ADsgEo6+ZjAKMhgjZ1d2KWR2gTSyD0h4jnIB2gXDIXwciFCPZvSnMl0wwshYrJGDImaMUGKovlLBPVOrDjh8APzFx8zDkjNa7FzYoGZsKT9XEarQOHmei1aJA246cqOWW6/i2l8VMGzoWIPW/k6eq2Ja6UwCz8pw2JGZ8sS8pUz8fWau/jGp+SgLchcGBgZD1Py41NUuoI+ZloV8ZU93+ogZKzfBiWfXAPCgMJU8Y42avQdMzI4ZBfmSizocqrUeJaAmsvBZGGBCtTziXeRY1rCxRAViEhXckqK93AeQJ9kYTvlmVlqmcTdhNEtefc+9X3utVmuX+CkK6oyqtu4nwrWP8bF5IZdGYjJ79wDuMCz4D+XmhFWnZbt7ab5ltBB6mbkyAaBPFCJassuwMmNb4L4EZgXwBc4AoGTZrUeA6A9x1yK6tzzvnFDlxBv0D176kCP2TCpbbjBXCRV9DZk0VeAONCE1IQ1zWg3dlF1sFQHWQIXFeBNrLAw5BwHBZWjQl6E3SbbB8X+R4Mg/Ca0wN2WtFeBTut4B84mFI4VpekyAAAAABJRU5ErkJggg==");background-size:100% 100%}.joe_detail__article h6{padding:0 15px 0 28px}.joe_detail__article h6::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEI0lEQVRYR+3Xb2wTZRwH8G/vL22RPy5GW8fK6rJpGeFFY9RO3TRRE1HfmEAammEyjZmOSEg1RrPZaTD6xjhU/Ndlf0CZgwmD+qcgZBRIETeqY0Vcnc7pGonhRY2l3m2t5upqjq693l2vcy+8N81zz/NcPvf75fd7rjos8ku3yH34HyjK0PqlDLPzD56vMNL0VHxmpgXAoUIZXKgI3sMSpK+cNTAbylaj/9IkprnLM3+mkg8XQi4EsJ4lSL+ZNbAfVd+JG/XLcSERg3M8IAtZauBtDEkeNdN6fX9NfRqXueQiSwm00wQRMDMGw94snBJkqYBrSYIIXs/ojftqGq6IXHZRFIpkKYC2JSw9SJE663W0nthlqcMawwrJYpVCag1M48pNy1YNvLWRffGNIYSCv6Cnog7rjCtVIbUEXoG7qeqaNMj51F58dWoKPZY62JeWyUJG+ctcIplcIizWCpgTl9EIyODJn9BtceDWq/6B57tO/H4R688fFaZ7AWzWAiiJEyMDx39Ed6UDdyy7Ni/w1ekxbP95VJi/F8CRYoGycGLksaEJdFU6cPdy0zxkR/RbtE6FhPvHATQUm2JFODHSfyyCLmsd7lth/hf53q/jcE8OC+NTAG7PTKiNoCqcGPnpF+PotDrwwNXl+OC3H9A8cVqYPgPgFnFo1QCLwomRg4cvoPMGBzZHTgq3zwKwZ+ddKVATXAZhf+gdnPvuojAUqmJdrspRAtQU93pXEM+8clgwhQHU5itruUBNcTt6TsP9sl8weQC0S/VFOUBNcW/2folt2z+XhZPTZh6kSKJ79aqVRuFszRxfUm8sNbdz9xlsfekz2bhCQBvDMMM8z+ubN92Mjrb71brS+97dM4wtnk8U4SSBBEGErVarzeVywePxoHVLA1pb6lUh3+8bwZMv+BTjpIAVACa9Xq+uqakJ7e3tqpGd/WfR3Jr+81awIJS0mY0A+sLhMGw2W3qfGmTXvhAef/6gapxUBDuqqqoejUQiBvFbKUH2DHyNx54bLAqXF0jT9HBjY6Pd6/XOi7oc5K7936Dp2QNF4/IBrTqdLuLxeIi2tracRSGF/PDgKB55er8muHzATQB2m81m+P1+1NbmPoVyIfsOnUOj+2PNcPmAO1iWbeE4TmexWODz+WQhayrL4No2oCkuJ5Bl2VGO49ZmcisXObdeVSuRaq7ZZ3G10KBTqRQl3pQPGY1GEQgE4HQ6heVDAO5S1cklNmUDXQRB9KZSqXkfESaTCW63G7FYDKFQKDEyMoJoNKqfe/bbAJ7QGpcrxa8xDLOV5/k0kGXZv2ZnZ5FMJtNjmqYvURR1IpFInAcwAeD7ud/pUuDmAY1G41g8Hl9DkmScoqggx3FHAIyJMMlSQfI9V5zKagDC93dsoRFKimQx2dIWOV/U/yn6bx0WyDj8vgLOAAAAAElFTkSuQmCC");background-size:100% 100%}.joe_detail__article hr{border:none;height:1px;background-color:var(--classB);margin-bottom:15px}.joe_detail__article p{color:var(--routine);line-height:26px;white-space:pre-wrap;word-spacing:5px;letter-spacing:1px;word-break:break-all;margin-bottom:15px}.joe_detail__article blockquote{color:var(--routine);line-height:26px;white-space:pre-wrap;word-spacing:5px;letter-spacing:1px;word-break:break-all;margin-bottom:15px;background:#ecf8ff;border-left:5px solid #50bfff;padding:10px 15px;border-radius:0 var(--radius-inner) var(--radius-inner) 0;font-size:14px}.joe_detail__article blockquote p{margin:0}.joe_detail__article a{display:inline-block;line-height:26px;color:var(--theme);position:relative}.joe_detail__article a:hover::after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.joe_detail__article a::after{content:'';position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:var(--theme);-webkit-transform:scaleX(0.25);transform:scaleX(0.25);opacity:0;transition:opacity 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, opacity 0.35s;transition:transform 0.35s, opacity 0.35s, -webkit-transform 0.35s}.joe_detail__article code{display:inline-block;min-height:26px;line-height:26px;border-radius:var(--radius-inner);font-size:12px;background:#fdf6ec;padding:0 8px;color:#e6a23c}.joe_detail__article pre code{display:unset;vertical-align:unset;min-height:unset;line-height:unset;border-radius:unset;font-size:unset;background:unset;padding:unset;color:unset}.joe_detail__article pre[class*='language-']{position:relative;padding:15px;padding-top:35px;margin:0 0 15px;border-radius:var(--radius-inner)}.joe_detail__article pre[class*='language-']::after{content:'';position:absolute;top:0;left:0;width:100%;height:30px;background:#2d2d2d}.joe_detail__article pre[class*='language-']::before{content:'';position:absolute;top:9px;left:15px;width:12px;height:12px;border-radius:50%;background:#fc625d;box-shadow:20px 0 #fdbc40, 40px 0 #35cd4b;z-index:1}.joe_detail__article img{display:block;max-width:100%;border-radius:var(--radius-inner);transition:box-shadow 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, box-shadow 0.35s;transition:transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;cursor:zoom-in;margin:0 auto}.joe_detail__article img:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 34px 20px -24px rgba(136,161,206,0.3)}.joe_detail__article ol,.joe_detail__article ul{color:var(--routine);margin-bottom:15px;padding:0 30px}.joe_detail__article ol li,.joe_detail__article ul li{line-height:26px}.joe_detail__article ol li{list-style:decimal}.joe_detail__article ul li{list-style:disc}.joe_detail__article ul li::marker{color:var(--routine)}.joe_detail__article table{width:100%;max-width:100%;table-layout:fixed;color:var(--minor);margin-bottom:15px;font-size:13px;border-top:1px solid var(--classC);border-left:1px solid var(--classC)}.joe_detail__article table td,.joe_detail__article table th{padding:8px;border-bottom:1px solid var(--classC);border-right:1px solid var(--classC)}.joe_detail__article table thead th{font-weight:500;background:var(--classC)}.joe_detail__article table tbody tr{transition:background 0.35s}.joe_detail__article table tbody tr:hover{background:var(--classD)}.joe_detail__article span.block{display:block}.joe_detail__article-hide{background:repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);padding:15px 0;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.joe_detail__article-hide i{position:relative;font-style:normal;cursor:pointer;color:var(--theme)}.joe_detail__article-protected{display:flex;justify-content:center;background:repeating-linear-gradient(145deg, var(--classB), var(--classB) 15px, var(--background) 0, var(--background) 30px);padding:20px 0;margin-bottom:15px}.joe_detail__article-protected .contain{position:relative;box-shadow:var(--box-shadow)}.joe_detail__article-protected .contain .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:15px}.joe_detail__article-protected .contain .password{width:300px;height:44px;border:none;border-radius:var(--radius-inner);color:var(--routine);padding-left:50px;background:var(--background)}.joe_detail__article-protected .contain .submit{position:absolute;top:0;right:0;height:44px;line-height:44px;width:44px;cursor:pointer;text-align:center;font-size:13px;color:var(--main);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_detail__agree{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.joe_detail__agree .agree{text-align:center;font-size:12px;color:var(--minor);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_detail__agree .agree .icon{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#f56c6c;cursor:pointer;margin-bottom:8px}.joe_detail__agree .agree .icon.active{-webkit-animation:box_shadow 1s;animation:box_shadow 1s;box-shadow:0 0 0 20px rgba(255,255,255,0)}.joe_detail__agree .agree .icon svg{position:absolute;width:28px;height:28px;-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:opacity 0.85s, -webkit-transform 0.85s;transition:transform 0.85s, opacity 0.85s;transition:transform 0.85s, opacity 0.85s, -webkit-transform 0.85s}.joe_detail__agree .agree .icon svg.active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.joe_detail__copyright{padding-top:15px;border-top:1px solid var(--classC)}.joe_detail__copyright .content{background:var(--classD);padding:15px;border-radius:var(--radius-inner)}.joe_detail__copyright .content .item{display:flex;align-items:center;color:var(--minor);white-space:nowrap;margin-bottom:10px}.joe_detail__copyright .content .item:last-child{margin-bottom:0}.joe_detail__copyright .content .item .icon{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:5px}.joe_detail__copyright .content .item .link{color:var(--minor)}.joe_detail__copyright .content .item .link:hover{color:var(--theme)}.joe_detail__copyright .content .item .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joe_detail__friends{display:flex;flex-wrap:wrap;margin:0 -7.5px;margin-bottom:15px}.joe_detail__friends-item{width:25%;padding:7.5px}.joe_detail__friends-item .contain{display:block;border-radius:var(--radius-inner);overflow:hidden;padding:15px;color:#fff;word-break:break-all;transition:box-shadow 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, box-shadow 0.35s;transition:transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s}.joe_detail__friends-item .contain:hover{-webkit-transform:translateY(-5px) scale(1.025);transform:translateY(-5px) scale(1.025);box-shadow:0 34px 20px -24px rgba(136,161,206,0.3)}.joe_detail__friends-item .contain .title{position:relative}.joe_detail__friends-item .contain .title::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:1px;background:#fff}.joe_detail__friends-item .contain .content{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.joe_detail__friends-item .contain .content .desc{margin-right:10px}.joe_detail__friends-item .contain .content .avatar{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.joe_footer{border-top:1px solid var(--classB);color:var(--minor)}.joe_footer .joe_container{display:flex;align-items:center;justify-content:space-between;min-height:65px}.joe_footer .joe_container a{color:var(--minor);transition:all 0.35s}.joe_footer .joe_container a:hover{color:var(--theme)}.joe_pagination{display:flex;align-items:center;justify-content:flex-end;padding-top:15px}.joe_pagination li{margin-left:5px}.joe_pagination li.active a{background:var(--theme);color:#fff;font-weight:500}.joe_pagination li a{display:flex;align-items:center;height:32px;color:var(--main);padding:0 15px;background:var(--background);border-radius:2px;transition:background 0.35s, color 0.35s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_pagination li a:hover{background:var(--theme);color:#fff}.joe_pagination li a:hover .icon{fill:#fff}.joe_pagination li a .icon{width:12px;height:12px;fill:var(--routine);transition:fill 0.35s}.joe_pagination li a .icon-next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.joe_action{position:fixed;bottom:90px;right:30px;z-index:333}.joe_action_item{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--background);border-radius:50%;cursor:pointer;margin-top:15px;box-shadow:0 0 10px rgba(0,0,0,0.1),0 5px 20px rgba(0,0,0,0.2)}.joe_action_item svg{position:absolute;width:25px;height:25px;fill:var(--theme)}.joe_action_item.scroll{visibility:hidden;-webkit-transform:scale(0);transform:scale(0);transition:visibility 0.35s, -webkit-transform 0.35s;transition:visibility 0.35s, transform 0.35s;transition:visibility 0.35s, transform 0.35s, -webkit-transform 0.35s}.joe_action_item.scroll.active{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.joe_action_item.mode svg{-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:opacity 0.85s, -webkit-transform 0.85s;transition:transform 0.85s, opacity 0.85s;transition:transform 0.85s, opacity 0.85s, -webkit-transform 0.85s}.joe_action_item.mode svg.active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.joe_comment{background:var(--background);border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);padding:15px}.joe_comment__title{font-weight:500;text-align:center;font-size:24px;color:var(--main);text-shadow:var(--text-shadow);border-bottom:1px solid var(--classC);margin-bottom:15px;padding-bottom:15px}.joe_comment__close{display:flex;align-items:center;justify-content:center;color:var(--routine)}.joe_comment__close-icon{fill:var(--routine);margin-right:5px}.joe_comment__respond-type{display:flex;align-items:center;justify-content:flex-end}.joe_comment__respond-type .item{background:var(--classD);padding:0 15px;height:32px;color:var(--main);border:none;transition:color 0.35s, background 0.35s}.joe_comment__respond-type .item:first-child{border-top-left-radius:var(--radius-inner)}.joe_comment__respond-type .item:last-child{border-top-right-radius:var(--radius-inner)}.joe_comment__respond-type .item.active{color:#fff;background:var(--theme)}.joe_comment__respond-form{border-radius:6px 0 6px 6px;background:var(--classD)}.joe_comment__respond-form .head{display:flex;align-items:center;border-bottom:1px solid var(--classA)}.joe_comment__respond-form .head .list{flex:1}.joe_comment__respond-form .head .list input{width:100%;border:none;background:transparent;padding:0 15px;height:40px;color:var(--routine)}.joe_comment__respond-form .head .list:nth-child(2){position:relative}.joe_comment__respond-form .head .list:nth-child(2)::after,.joe_comment__respond-form .head .list:nth-child(2)::before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:15px;background:var(--classA)}.joe_comment__respond-form .head .list:nth-child(2)::before{left:0}.joe_comment__respond-form .head .list:nth-child(2)::after{right:0}.joe_comment__respond-form .body{padding:15px}.joe_comment__respond-form .body .text{width:100%;height:200px;border:none;resize:none;vertical-align:middle;color:var(--routine);background:transparent;font-size:15px}.joe_comment__respond-form .body .draw{position:relative;width:100%}.joe_comment__respond-form .body .draw .line{display:flex;align-items:center;position:absolute;top:10px;left:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_comment__respond-form .body .draw .line li{cursor:pointer;margin-right:10px;color:var(--main);transition:color 0.35s}.joe_comment__respond-form .body .draw .line li.active{color:var(--theme)}.joe_comment__respond-form .body .draw .color{display:flex;align-items:center;position:absolute;top:10px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.joe_comment__respond-form .body .draw .color li{width:20px;height:20px;border-radius:50%;margin:0 5px;cursor:pointer;transition:box-shadow 0.35s}.joe_comment__respond-form .body .draw .color li.active{box-shadow:0 4px 10px rgba(0,0,0,0.35)}.joe_comment__respond-form .body .draw .color li:nth-child(1){background:#303133}.joe_comment__respond-form .body .draw .color li:nth-child(2){background:#67c23a}.joe_comment__respond-form .body .draw .color li:nth-child(3){background:#e6a23c}.joe_comment__respond-form .body .draw .color li:nth-child(4){background:#f56c6c}.joe_comment__respond-form .body .draw .icon{position:absolute;right:10px;cursor:pointer;fill:var(--minor);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_comment__respond-form .body .draw .icon-undo{top:10px}.joe_comment__respond-form .body .draw .icon-animate{bottom:10px}.joe_comment__respond-form .body .draw canvas{background:var(--background);border-radius:var(--radius-inner)}.joe_comment__respond-form .foot{position:relative;display:flex;justify-content:flex-end;padding:0 15px 15px}.joe_comment__respond-form .foot .submit .cancle{display:none;color:var(--main);cursor:pointer;margin-right:10px;transition:color 0.35s}.joe_comment__respond-form .foot .submit .cancle:hover{color:var(--theme)}.joe_comment__respond-form .foot .submit button{border-radius:3px;height:32px;padding:0 15px;border:none;background:var(--theme);color:#fff;font-size:14px}.joe_comment .comment-list{padding-top:15px}.joe_comment .comment-list__item-contain .term{display:flex;margin-bottom:15px}.joe_comment .comment-list__item-contain .term .avatar{width:48px;height:48px;border-radius:50%;margin-right:15px;padding:3px;border:1px solid var(--classD)}.joe_comment .comment-list__item-contain .term .content{min-width:0;flex:1;border-bottom:1px solid var(--classC);padding-bottom:15px}.joe_comment .comment-list__item-contain .term .content .user{display:flex;align-items:center;margin-bottom:8px;line-height:20px;color:var(--main)}.joe_comment .comment-list__item-contain .term .content .user .author{margin-right:10px}.joe_comment .comment-list__item-contain .term .content .user .owner{background:var(--theme);color:#fff;padding:0 5px;border-radius:2px;font-style:normal}.joe_comment .comment-list__item-contain .term .content .user .agent{margin-left:auto;font-size:12px;color:var(--minor)}.joe_comment .comment-list__item-contain .term .content .user .waiting{color:#e6a23c;font-style:normal}.joe_comment .comment-list__item-contain .term .content .substance{width:100%;background:var(--classD);padding:12px 15px;border-radius:0 var(--radius-inner) var(--radius-inner) 10px;color:var(--main);margin-bottom:8px;word-break:break-all;line-height:24px}.joe_comment .comment-list__item-contain .term .content .substance .parent{color:#388bff;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500}.joe_comment .comment-list__item-contain .term .content .substance .owo_image{height:22px}.joe_comment .comment-list__item-contain .term .content .substance .draw_image{max-width:100%}.joe_comment .comment-list__item-contain .term .content .handle{display:flex;align-items:center;color:var(--minor)}.joe_comment .comment-list__item-contain .term .content .handle .date{margin-right:10px}.joe_comment .comment-list__item-contain .term .content .handle .reply{display:flex;align-items:center;color:var(--main);font-size:13px;cursor:pointer;transition:color 0.35s}.joe_comment .comment-list__item-contain .term .content .handle .reply .icon{margin-right:5px;fill:var(--main);transition:fill 0.35s}.joe_comment .comment-list__item-contain .term .content .handle .reply:hover{color:var(--theme)}.joe_comment .comment-list__item-contain .term .content .handle .reply:hover .icon{fill:var(--theme)}.joe_comment .comment-list__item-children{padding-left:63px}.joe_comment .comment-list__item-children .comment-list__item-children{padding-left:0}.joe_comment .comment-list__item .joe_comment__respond{margin-left:63px;margin-bottom:15px;-webkit-animation:showComment 0.5s;animation:showComment 0.5s}.joe_comment .comment-list .comment-list{padding-top:0}.joe_comment .joe_pagination{padding-top:0}.profile-color-modes-illu-frame{opacity:0}.profile-color-modes-illu-red{stroke:#da3633}.profile-color-modes-illu-orange{stroke:#f0883e}.profile-color-modes-illu-purple{stroke:#8957e5}.profile-color-modes-illu-green{stroke:#3fb950}.profile-color-modes-illu-blue{stroke:#388bfd}.profile-color-modes-illu-group{-webkit-animation:profile-color-modes-illu-anim 0.2s cubic-bezier(0.72, 0.08, 1, 0.68) backwards;animation:profile-color-modes-illu-anim 0.2s cubic-bezier(0.72, 0.08, 1, 0.68) backwards}.profile-color-modes-illu-frame{-webkit-animation:profile-color-modes-illu-anim-frame-show 0s forwards, profile-color-modes-illu-anim-frame-hide 0s forwards;animation:profile-color-modes-illu-anim-frame-show 0s forwards, profile-color-modes-illu-anim-frame-hide 0s forwards}.profile-color-modes-illu-frame:first-child{opacity:1;-webkit-animation:profile-color-modes-illu-anim-frame-hide 0s forwards;animation:profile-color-modes-illu-anim-frame-hide 0s forwards}.profile-color-modes-illu-frame:nth-child(8){-webkit-animation:profile-color-modes-illu-anim-frame-show 0s forwards;animation:profile-color-modes-illu-anim-frame-show 0s forwards}.profile-color-modes-illu-red{-webkit-animation-delay:0.4s;animation-delay:0.4s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-orange{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-purple{-webkit-animation-delay:0.6s;animation-delay:0.6s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-blue{-webkit-animation-delay:0.7s;animation-delay:0.7s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-green{-webkit-animation-delay:0.8s;animation-delay:0.8s;-webkit-animation-duration:0.2s;animation-duration:0.2s;-webkit-animation-timing-function:cubic-bezier(0.47, 2.92, 0.84, -1.5);animation-timing-function:cubic-bezier(0.47, 2.92, 0.84, -1.5)}.profile-color-modes-illu-frame:first-child{-webkit-animation-delay:1.8s;animation-delay:1.8s}.profile-color-modes-illu-frame:nth-child(2){-webkit-animation-delay:1.8s, 2.58s;animation-delay:1.8s, 2.58s}.profile-color-modes-illu-frame:nth-child(3){-webkit-animation-delay:2.58s, 2.66s;animation-delay:2.58s, 2.66s}.profile-color-modes-illu-frame:nth-child(4){-webkit-animation-delay:2.66s, 2.78s;animation-delay:2.66s, 2.78s}.profile-color-modes-illu-frame:nth-child(5){-webkit-animation-delay:2.78s, 2.84s;animation-delay:2.78s, 2.84s}.profile-color-modes-illu-frame:nth-child(6){-webkit-animation-delay:2.84s, 3.44s;animation-delay:2.84s, 3.44s}.profile-color-modes-illu-frame:nth-child(7){-webkit-animation-delay:3.44s, 3.56s;animation-delay:3.44s, 3.56s}.profile-color-modes-illu-frame:nth-child(8){-webkit-animation-delay:3.56s;animation-delay:3.56s}.profile-color-modes-illu-frame:nth-child(9),.profile-color-modes-illu-frame:nth-child(10){-webkit-animation:none;animation:none}@-webkit-keyframes showComment{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes showComment{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes box_shadow{0%{box-shadow:0 0 0 0 #f56c6c}}@keyframes box_shadow{0%{box-shadow:0 0 0 0 #f56c6c}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:30px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:30px 0}}@-webkit-keyframes list_thumbnail_loading{0%{-webkit-transform:scale(0.85);transform:scale(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes list_thumbnail_loading{0%{-webkit-transform:scale(0.85);transform:scale(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes list_title_loading{0%{width:80%}100%{width:95%}}@keyframes list_title_loading{0%{width:80%}100%{width:95%}}@-webkit-keyframes list_abstract_loading{0%{width:60%}100%{width:80%}}@keyframes list_abstract_loading{0%{width:60%}100%{width:80%}}@-webkit-keyframes profile-color-modes-illu-anim{0%{stroke:#666}}@keyframes profile-color-modes-illu-anim{0%{stroke:#666}}@-webkit-keyframes profile-color-modes-illu-anim-frame-show{0%{opacity:0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}to{opacity:1}}@keyframes profile-color-modes-illu-anim-frame-show{0%{opacity:0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}to{opacity:1}}@-webkit-keyframes profile-color-modes-illu-anim-frame-hide{0%{opacity:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{opacity:0}}@keyframes profile-color-modes-illu-anim-frame-hide{0%{opacity:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{opacity:0}} +html{--theme: #409eff;--background: #fff;--main: #303133;--routine: #606266;--minor: #909399;--seat: #c0c4cc;--classA: #dcdfe6;--classB: #e4e7ed;--classC: #ebeef5;--classD: #f2f6fc;--radius-wrap: 8px;--radius-inner: 4px;--text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);--box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22)}html[data-night='night']{--background: #333;--theme: #54b5db;--main: #808080;--routine: #7b7b7b;--minor: #6d6d6d;--seat: #666;--classA: #444;--classB: #444;--classC: #444;--classD: #444;--text-shadow: none;--box-shadow: none}html[data-night='night'] body::before{background:#202122;z-index:-500}html[data-night='night'] .joe_header__above-logo img{display:none}html[data-night='night'] .joe_header__above-logo svg{display:block}.joe_dropdown{position:relative}.joe_dropdown__link{display:flex;align-items:center}.joe_dropdown__link-icon{transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s}.joe_dropdown__menu{position:absolute;left:50%;visibility:hidden;z-index:999;border-top:3px solid var(--theme);-webkit-transform-origin:top;transform-origin:top;background:var(--background);box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:0 0 var(--radius-inner) var(--radius-inner);padding:10px 0;opacity:0;-webkit-transform:translateX(-50%) perspective(600px) rotateX(-45deg);transform:translateX(-50%) perspective(600px) rotateX(-45deg);transition:opacity 0.35s, visibility 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, visibility 0.35s, transform 0.35s;transition:opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-transform 0.35s}.joe_dropdown__menu::before{content:'';position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid var(--theme)}.joe_dropdown.active .joe_dropdown__link-icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.joe_dropdown.active .joe_dropdown__menu{visibility:visible;opacity:1;-webkit-transform:translateX(-50%) perspective(600px) rotateX(0);transform:translateX(-50%) perspective(600px) rotateX(0)}.joe_header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:var(--background);box-shadow:0 2px 10px 0 rgba(0,0,0,0.1)}.joe_header__above-logo{position:relative;display:flex;align-items:center;height:60px;padding-right:15px;margin-right:15px}.joe_header__above-logo img{max-width:150px;max-height:50px;-o-object-fit:cover;object-fit:cover}.joe_header__above-logo svg{display:none}.joe_header__above-logo::after{content:'';position:absolute;top:50%;right:0;width:1px;height:20px;background:var(--classC);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.joe_header__above-nav{display:flex;align-items:center}.joe_header__above-nav .item{position:relative;height:60px;line-height:60px;font-size:15px;padding:0 8px;margin-right:15px;transition:color 0.35s;white-space:nowrap;color:var(--main)}.joe_header__above-nav .item:last-child{margin-right:0}.joe_header__above-nav .item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;transition:opacity 0.5s, -webkit-transform 0.5s;transition:opacity 0.5s, transform 0.5s;transition:opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;border-radius:6px 6px 0 0;opacity:0;-webkit-transform:scaleX(0.25);transform:scaleX(0.25);background:var(--theme)}.joe_header__above-nav .item.active,.joe_header__above-nav .item:hover{color:var(--theme)}.joe_header__above-nav .item.active::after,.joe_header__above-nav .item:hover::after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.joe_header__above-nav .joe_dropdown__link a{height:60px;line-height:60px;font-size:15px;padding-left:8px;padding-right:3px;transition:color 0.35s;white-space:nowrap;color:var(--main)}.joe_header__above-nav .joe_dropdown__menu{width:110px;text-align:center}.joe_header__above-nav .joe_dropdown__menu a{display:block;line-height:34px;height:34px;transition:color 0.35s, background 0.35s;color:var(--minor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 15px}.joe_header__above-nav .joe_dropdown__menu a:hover,.joe_header__above-nav .joe_dropdown__menu a.active{color:var(--theme);background:var(--classD)}.joe_header__above-search{position:relative;margin-left:auto;display:flex;align-items:center}.joe_header__above-search .input{background:var(--classC);width:170px;height:34px;border:1px solid transparent;padding:0 18px;color:var(--routine);transition:background 0.35s, border-color 0.35s, padding-right 0.35s;border-radius:17px 0 0 17px}.joe_header__above-search .input:focus{background:var(--background);border-color:var(--theme);padding-right:28px}.joe_header__above-search .input:focus ~ .icon{-webkit-transform:translate3d(0, -50%, 0) rotateY(180deg);transform:translate3d(0, -50%, 0) rotateY(180deg)}.joe_header__above-search .submit{position:relative;z-index:1;height:34px;border:none;background:var(--theme);color:#fff;border-radius:0 17px 17px 0;padding:0 10px}.joe_header__above-search .icon{position:absolute;top:50%;left:142px;width:28px;height:38px;background:url(https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/search.png);background-size:100% 100%;transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(100%, -50%, 0) rotateY(180deg);transform:translate3d(100%, -50%, 0) rotateY(180deg)}.joe_header__above-search .result{position:absolute;z-index:2;top:60px;left:0;right:0;background:var(--background);box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:var(--radius-inner);visibility:hidden;opacity:0;transition:visibility 0.35s, opacity 0.35s, -webkit-transform 0.35s;transition:visibility 0.35s, opacity 0.35s, transform 0.35s;transition:visibility 0.35s, opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(0, 15px, 0);transform:translate3d(0, 15px, 0)}.joe_header__above-search .result.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1;visibility:visible}.joe_header__above-search .result .item{height:40px;line-height:40px;border-bottom:1px solid var(--classD);display:flex;align-items:center;overflow:hidden;padding:0 8px;transition:background 0.35s}.joe_header__above-search .result .item:last-child{border-bottom:none}.joe_header__above-search .result .item:nth-child(1) .sort{background:#fe2d46}.joe_header__above-search .result .item:nth-child(2) .sort{background:#f60}.joe_header__above-search .result .item:nth-child(3) .sort{background:#faa90e}.joe_header__above-search .result .item:hover{background:var(--classD)}.joe_header__above-search .result .item .sort{color:#fff;background:#7f7f8c;width:18px;height:18px;line-height:18px;border-radius:50%;text-align:center;margin-right:8px;font-weight:500}.joe_header__above-search .result .item .text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--routine);font-size:12px}.joe_header__above-search .result .item .views{color:var(--seat);font-size:12px;margin-left:3px}.joe_header__below{position:relative;border-top:1px solid var(--classC);height:45px}.joe_header__below-class{display:flex}.joe_header__below-class .item{margin-right:15px;color:var(--minor);height:45px;line-height:45px;transition:color 0.35s;white-space:nowrap}.joe_header__below-class .item:hover,.joe_header__below-class .item.active{color:var(--theme)}.joe_header__below-class .joe_dropdown{margin-right:15px}.joe_header__below-class .joe_dropdown__link .item{margin-right:3px}.joe_header__below-class .joe_dropdown__menu{width:110px;text-align:center}.joe_header__below-class .joe_dropdown__menu a{display:block;height:34px;line-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--minor);transition:color 0.35s, background 0.35s}.joe_header__below-class .joe_dropdown__menu a:hover,.joe_header__below-class .joe_dropdown__menu a.active{color:var(--theme);background:var(--classD)}.joe_header__below-progress{position:absolute;z-index:1;left:0;bottom:-3px;height:3px;border-radius:1.5px;background:linear-gradient(to right, #4cd964, #5ac8fa, #007aff);transition:width 0.35s}.joe_aside{padding:15px 0;margin-left:15px}.joe_aside__item{position:relative;width:250px;margin-bottom:15px;border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);overflow:hidden}.joe_aside__item:last-child{position:-webkit-sticky;position:sticky;margin-bottom:0}.joe_aside__item-title{display:flex;align-items:center;border-bottom:1px solid var(--classC);font-size:16px;font-weight:500;height:45px;line-height:45px;padding:0 15px;color:var(--main)}.joe_aside__item-title .icon{width:18px;height:18px;margin-right:8px;fill:var(--main)}.joe_aside__item-title .line{width:10px;height:1px;background:#54b5db;margin-left:12px}.joe_aside__item-contain{position:relative;padding:15px}.joe_aside__item.author{background:var(--background);padding:45px 15px 15px}.joe_aside__item.author::before{content:'';position:absolute;top:90px;left:0;width:100%;height:30px;z-index:2;background:linear-gradient(to bottom, rgba(255,255,255,0), var(--background))}.joe_aside__item.author::after{display:none;content:'';position:absolute;top:0;left:0;width:100%;height:273px;background:url("https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/snow.gif") no-repeat;background-size:cover;z-index:3;pointer-events:none}.joe_aside__item.author:hover::after{display:block}.joe_aside__item.author .image{position:absolute;top:0;left:0;width:100%;height:120px;-o-object-fit:cover;object-fit:cover;z-index:1}.joe_aside__item.author .user{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;padding-bottom:15px}.joe_aside__item.author .user .avatar{width:75px;height:75px;border-radius:50%;overflow:hidden;margin-bottom:10px;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform 0.75s;transition:transform 0.75s;transition:transform 0.75s, -webkit-transform 0.75s;background:var(--background);padding:5px}.joe_aside__item.author .user .avatar:hover{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.joe_aside__item.author .user .link{color:var(--theme);margin-bottom:10px;font-size:16px;font-weight:500}.joe_aside__item.author .user .link:hover{text-decoration:underline}.joe_aside__item.author .user .motto{color:var(--main);text-align:center}.joe_aside__item.author .count{width:100%;padding-bottom:15px;display:flex;align-items:center;border-bottom:1px solid var(--classC)}.joe_aside__item.author .count .item{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;color:var(--routine);font-size:12px}.joe_aside__item.author .count .item:first-child{border-right:1px solid var(--classC)}.joe_aside__item.author .count .item .num{max-width:70px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:22px;color:var(--main);margin-bottom:3px;text-shadow:var(--text_shadow)}.joe_aside__item.author .list{padding-top:15px}.joe_aside__item.author .list .item{display:flex;align-items:center;justify-content:space-between;line-height:30px}.joe_aside__item.author .list .item .link{position:relative;color:var(--routine);max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_aside__item.author .list .item .link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--theme);transition:all 0.35s}.joe_aside__item.author .list .item .link:hover{color:var(--theme)}.joe_aside__item.author .list .item .link:hover::after{width:100%}.joe_aside__item.author .list .item .icon{fill:var(--routine)}.joe_aside__item.timelife{background:var(--background)}.joe_aside__item.timelife .item{margin-bottom:15px}.joe_aside__item.timelife .item:last-child{margin-bottom:0}.joe_aside__item.timelife .item .title{font-size:12px;color:var(--minor);margin-bottom:5px;display:flex;align-items:center}.joe_aside__item.timelife .item .title .text{color:var(--theme);font-weight:500;font-size:14px;margin:0 5px}.joe_aside__item.timelife .item .progress{display:flex;align-items:center}.joe_aside__item.timelife .item .progress-bar{height:10px;border-radius:5px;overflow:hidden;background:var(--classC);width:0;min-width:0;flex:1;margin-right:5px}.joe_aside__item.timelife .item .progress-bar-inner{width:0;height:100%;border-radius:5px;transition:width 0.35s;-webkit-animation:progress 750ms linear infinite;animation:progress 750ms linear infinite}.joe_aside__item.timelife .item .progress-bar-inner-0{background:#bde6ff;background-image:linear-gradient(135deg, #50bfff 25%, transparent 25%, transparent 50%, #50bfff 50%, #50bfff 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-bar-inner-1{background:#ffd980;background-image:linear-gradient(135deg, #f7ba2a 25%, transparent 25%, transparent 50%, #f7ba2a 50%, #f7ba2a 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-bar-inner-2{background:#ffa9a9;background-image:linear-gradient(135deg, #ff4949 25%, transparent 25%, transparent 50%, #ff4949 50%, #ff4949 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-bar-inner-3{background:#67c23a;background-image:linear-gradient(135deg, #4f9e28 25%, transparent 25%, transparent 50%, #4f9e28 50%, #4f9e28 75%, transparent 75%, transparent 100%);background-size:30px 30px}.joe_aside__item.timelife .item .progress-percentage{color:var(--minor)}.joe_aside__item.weather{background:var(--background)}.joe_aside__item.weather .joe_aside__item-contain{min-height:300px}.joe_aside__item.hot{background:var(--background)}.joe_aside__item.hot .empty{text-align:center;color:var(--routine)}.joe_aside__item.hot .item{margin-bottom:15px}.joe_aside__item.hot .item:last-child{margin-bottom:0}.joe_aside__item.hot .item:nth-child(1) .link .sort{background:#ff183e}.joe_aside__item.hot .item:nth-child(2) .link .sort{background:#ff5c38}.joe_aside__item.hot .item:nth-child(3) .link .sort{background:#ffb821}.joe_aside__item.hot .item .link{position:relative;display:block;border-radius:var(--radius-inner);overflow:hidden}.joe_aside__item.hot .item .link:hover .image{-webkit-transform:scale(1.2);transform:scale(1.2)}.joe_aside__item.hot .item .link .sort{position:absolute;top:5px;right:-20px;background:#7f7f8c;color:#fff;width:65px;text-align:center;font-size:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);font-weight:500;z-index:1;font-style:normal}.joe_aside__item.hot .item .link .image{width:100%;height:130px;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s}.joe_aside__item.hot .item .link .describe{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.75));font-size:12px;color:var(--seat)}.joe_aside__item.hot .item .link .describe h6{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;line-height:24px;font-size:14px}.joe_aside__item.ranking{background:var(--background)}.joe_aside__item.ranking .item{display:flex;align-items:center;line-height:32px;overflow:hidden}.joe_aside__item.ranking .item:nth-child(1) .sort{color:#fe2d46}.joe_aside__item.ranking .item:nth-child(2) .sort{color:#f60}.joe_aside__item.ranking .item:nth-child(3) .sort{color:#faa90e}.joe_aside__item.ranking .item .sort{color:var(--minor);font-weight:700;font-size:18px;width:18px;min-width:18px;max-width:18px}.joe_aside__item.ranking .item .link{position:relative;color:var(--routine);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joe_aside__item.ranking .item .link::after{position:absolute;content:'';bottom:0;left:0;width:0;height:1px;background:var(--theme);transition:width 0.5s}.joe_aside__item.ranking .item .link:hover{color:var(--theme)}.joe_aside__item.ranking .item .link:hover::after{width:100%}.joe_aside__item.ranking .error{text-align:center;color:var(--routine)}.joe_aside__item.newreply{background:var(--background)}.joe_aside__item.newreply .empty{text-align:center;color:var(--routine)}.joe_aside__item.newreply .item{margin-bottom:15px;border-bottom:1px dashed var(--classC);padding-bottom:15px}.joe_aside__item.newreply .item:last-child{margin-bottom:0;border-bottom-color:transparent;padding-bottom:0}.joe_aside__item.newreply .item .user{display:flex;margin-bottom:12px}.joe_aside__item.newreply .item .user .avatar{width:40px;height:40px;min-width:40px;min-height:40px;margin-right:12px;border-radius:50%;border:1px solid var(--classA);padding:3px}.joe_aside__item.newreply .item .user .info{display:flex;flex-direction:column;justify-content:space-between}.joe_aside__item.newreply .item .user .info .author{color:var(--main);font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_aside__item.newreply .item .user .info .date{font-size:12px;color:var(--minor)}.joe_aside__item.newreply .item .reply{position:relative;background:var(--classD);border-radius:6px;padding:5px 10px}.joe_aside__item.newreply .item .reply::before{content:'';width:0;height:0;border-bottom:6px solid var(--classD);border-left:6px solid transparent;border-right:6px solid transparent;position:absolute;left:15px;bottom:100%}.joe_aside__item.newreply .item .reply .link{display:-webkit-box;-webkit-line-clamp:2;/*! autoprefixer: off */-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--minor);font-size:13px;font-weight:500;line-height:24px;transition:all 0.35s}.joe_aside__item.newreply .item .reply .link:hover{color:var(--theme)}.joe_aside__item.newreply .item .reply .link .owo_image{height:18px;vertical-align:-5px}.joe_list__item{display:flex;position:relative;width:100%;padding:15px 0;border-bottom:1px solid var(--classC)}.joe_list__item:last-child{border-bottom:none}.joe_list__item:hover .line{-webkit-transform:scaleY(1);transform:scaleY(1)}.joe_list__item:hover .thumbnail time{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.joe_list__item .line{position:absolute;z-index:1;top:15px;left:-15px;width:4px;height:25px;border-radius:2px;background:var(--theme);-webkit-transform:scaleY(0);transform:scaleY(0);transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s}.joe_list__item .thumbnail{position:relative;width:210px;height:140px;min-width:210px;min-height:140px;margin-right:15px;overflow:hidden}.joe_list__item .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-inner);transition:opacity 0.35s}.joe_list__item .thumbnail img:hover{opacity:0.85}.joe_list__item .thumbnail time{position:absolute;z-index:1;top:5px;right:5px;background:var(--theme);height:20px;line-height:20px;padding:0 8px;color:#fff;font-size:12px;border-radius:10px;transition:-webkit-transform 0.35s;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(120%, 0, 0);transform:translate3d(120%, 0, 0)}.joe_list__item .thumbnail svg{position:absolute;z-index:1;top:5px;left:5px;width:20px;height:20px;fill:#fff}.joe_list__item .information{display:flex;flex-direction:column;flex:1;min-width:0}.joe_list__item .information .title{display:flex;align-items:center;margin-bottom:10px}.joe_list__item .information .title .badge{height:20px;line-height:20px;background-image:-webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);color:#fff;font-size:12px;margin-right:5px;border-radius:2px;padding:0 8px;white-space:nowrap}.joe_list__item .information .title h6{color:var(--main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;line-height:24px;transition:color 0.35s}.joe_list__item .information .title h6:hover{color:var(--theme)}.joe_list__item .information .abstract{display:-webkit-box;-webkit-line-clamp:2;/*! autoprefixer: off */-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--minor);transition:opacity 0.35s;word-break:break-all;line-height:24px}.joe_list__item .information .abstract:hover{opacity:0.8}.joe_list__item .information .meta{display:flex;align-items:center;margin-top:auto;color:var(--minor);font-size:13px}.joe_list__item .information .meta .items{display:flex;align-items:center}.joe_list__item .information .meta .items li::after{content:'/';color:#e1e1e1;padding:0 5px}.joe_list__item .information .meta .items li:last-child::after{display:none}.joe_list__item .information .meta .last{margin-left:auto;display:flex;align-items:center}.joe_list__item .information .meta .last .icon{margin-right:3px}.joe_list__item .information .meta .last .link{color:var(--minor)}.joe_list__item .information .meta .last .link:hover{color:var(--theme)}.joe_list__loading .item{display:flex;position:relative;width:100%;padding:15px 0;border-bottom:1px solid var(--classC)}.joe_list__loading .item:last-child{border-bottom:none}.joe_list__loading .item .thumbnail{position:relative;width:210px;height:140px;min-width:210px;min-height:140px;margin-right:15px;background:var(--classD);-webkit-animation:list_thumbnail_loading 0.5s infinite alternate;animation:list_thumbnail_loading 0.5s infinite alternate;border-radius:var(--radius-inner)}.joe_list__loading .item .information{flex:1;min-width:0}.joe_list__loading .item .information .title{height:24px;border-radius:var(--radius-inner);background:var(--classD);-webkit-animation:list_title_loading 0.75s infinite alternate;animation:list_title_loading 0.75s infinite alternate;margin-bottom:15px}.joe_list__loading .item .information .abstract p{height:18px;border-radius:var(--radius-inner);background:var(--classD);margin-bottom:5px;-webkit-animation:list_abstract_loading 0.8s infinite alternate;animation:list_abstract_loading 0.8s infinite alternate}.joe_load{margin:15px auto 0;width:120px;height:32px;line-height:32px;text-align:center;border-radius:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:var(--background);color:var(--routine);transition:-webkit-transform 0.25s;transition:transform 0.25s;transition:transform 0.25s, -webkit-transform 0.25s;box-shadow:var(--box-shadow)}.joe_load:active{-webkit-transform:scale(0.75);transform:scale(0.75)}.joe_detail{background:var(--background);border-radius:var(--radius-wrap);padding:15px;box-shadow:var(--box-shadow);margin-bottom:15px}.joe_detail__category{display:flex;align-items:center;margin-bottom:15px}.joe_detail__category .item{color:#fff;font-size:12px;padding:3px 8px;margin-right:5px;border-radius:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;transition:opacity 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, opacity 0.35s;transition:transform 0.35s, opacity 0.35s, -webkit-transform 0.35s}.joe_detail__category .item:hover{opacity:0.85;-webkit-transform:translate3d(0, -3px, 0);transform:translate3d(0, -3px, 0)}.joe_detail__category .item:last-child{margin-right:0}.joe_detail__category .item-0{background:#0396ff}.joe_detail__category .item-1{background:#ea5455}.joe_detail__category .item-2{background:#7367f0}.joe_detail__category .item-3{background:#28c76f}.joe_detail__category .item-4{background:#9f44d3}.joe_detail__category .edit{color:var(--minor);margin-left:auto}.joe_detail__category .edit:hover{color:var(--theme)}.joe_detail__title{font-size:24px;color:var(--main);text-shadow:var(--text-shadow);text-align:center;margin-bottom:15px;word-break:break-all}.joe_detail__count{position:relative;display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--classC)}.joe_detail__count::after{content:'';position:absolute;bottom:-1.5px;left:0;width:80px;height:3px;border-radius:1.5px;background:var(--theme)}.joe_detail__count-information{display:flex;align-items:center}.joe_detail__count-information .avatar{width:35px;height:35px;border-radius:50%;margin-right:10px;border:1px solid var(--classA);padding:3px}.joe_detail__count-information .meta{display:flex;flex-direction:column;height:35px;justify-content:space-between;font-size:12px}.joe_detail__count-information .meta .author .link{font-weight:500;color:var(--theme)}.joe_detail__count-information .meta .author .link:hover{text-decoration:underline}.joe_detail__count-information .meta .item{display:flex;align-items:center;color:var(--minor);line-height:16px}.joe_detail__count-information .meta .item .line{color:var(--seat);margin:0 7px;vertical-align:middle}.joe_detail__count-created{font-size:32px;line-height:42px;color:var(--routine);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-shadow:var(--text-shadow);font-family:consolas}.joe_detail__article{padding-top:15px;font-size:15px}.joe_detail__article h1,.joe_detail__article h2,.joe_detail__article h3,.joe_detail__article h4,.joe_detail__article h5,.joe_detail__article h6{color:var(--main);font-size:18px;line-height:24px;margin-bottom:15px;position:relative}.joe_detail__article h1{padding:0 15px 0 20px}.joe_detail__article h1::before{content:'#';color:var(--theme);font-weight:700;position:absolute;top:0;left:0;line-height:24px}.joe_detail__article h2{padding:0 15px}.joe_detail__article h2::before{content:'';position:absolute;top:10%;bottom:10%;left:0;width:4px;border-radius:2px;background:var(--theme)}.joe_detail__article h3{padding:0 15px}.joe_detail__article h3::before{content:'';position:absolute;top:8.5px;left:0;height:7px;width:7px;border-radius:50%;background:var(--theme)}.joe_detail__article h4::before{content:'「';color:var(--theme);font-weight:600;margin-right:5px}.joe_detail__article h4::after{content:'」';color:var(--theme);font-weight:600;margin-left:5px}.joe_detail__article h5{padding:0 15px 0 28px}.joe_detail__article h5::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC8klEQVRYR+3WP2gTURwH8O/vKnVRRHKXP52cBO3g4p/BqYNIhy4muajUQRBFKjQV1En6ZxJBcmlRCoJDRe3FDiJVwamLS3FwqbgIgss1l2ZQF5XeT3I1Z3NJ7u5dLlAwN9699/t97vfe7/EIO/yhHe5DD9jpCv3fFVTu856+Xzi62Y/35hj9CFPNrlUwWeRJAJfBGADwBcBNI0/PRZFdAdo4xlQLjCqKjBzogat7hZCRAgPghJGBgbFnxglAOvS7b/fLb+q+qnv5BHBCyEBAWTdnANy2IxOtWSC1qsY+1jOFwAVG+gIVvXyHQbcaKuZCxmf5iMQogXFQtEsBeO5JT6BcMu+Bcb1lUhcyqfExACUAB6JEtgUqi+U5JrrmmcyFHCjwSYtQO+tSUSFbAmXdnAdwJVASdyWLPAS2kbFA8xsHNS13EzCmlx8R6KJQcBcypfFpho3cKxRna3ADsgEo6+ZjAKMhgjZ1d2KWR2gTSyD0h4jnIB2gXDIXwciFCPZvSnMl0wwshYrJGDImaMUGKovlLBPVOrDjh8APzFx8zDkjNa7FzYoGZsKT9XEarQOHmei1aJA246cqOWW6/i2l8VMGzoWIPW/k6eq2Ja6UwCz8pw2JGZ8sS8pUz8fWau/jGp+SgLchcGBgZD1Py41NUuoI+ZloV8ZU93+ogZKzfBiWfXAPCgMJU8Y42avQdMzI4ZBfmSizocqrUeJaAmsvBZGGBCtTziXeRY1rCxRAViEhXckqK93AeQJ9kYTvlmVlqmcTdhNEtefc+9X3utVmuX+CkK6oyqtu4nwrWP8bF5IZdGYjJ79wDuMCz4D+XmhFWnZbt7ab5ltBB6mbkyAaBPFCJassuwMmNb4L4EZgXwBc4AoGTZrUeA6A9x1yK6tzzvnFDlxBv0D176kCP2TCpbbjBXCRV9DZk0VeAONCE1IQ1zWg3dlF1sFQHWQIXFeBNrLAw5BwHBZWjQl6E3SbbB8X+R4Mg/Ca0wN2WtFeBTut4B84mFI4VpekyAAAAABJRU5ErkJggg==");background-size:100% 100%}.joe_detail__article h6{padding:0 15px 0 28px}.joe_detail__article h6::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEI0lEQVRYR+3Xb2wTZRwH8G/vL22RPy5GW8fK6rJpGeFFY9RO3TRRE1HfmEAammEyjZmOSEg1RrPZaTD6xjhU/Ndlf0CZgwmD+qcgZBRIETeqY0Vcnc7pGonhRY2l3m2t5upqjq693l2vcy+8N81zz/NcPvf75fd7rjos8ku3yH34HyjK0PqlDLPzD56vMNL0VHxmpgXAoUIZXKgI3sMSpK+cNTAbylaj/9IkprnLM3+mkg8XQi4EsJ4lSL+ZNbAfVd+JG/XLcSERg3M8IAtZauBtDEkeNdN6fX9NfRqXueQiSwm00wQRMDMGw94snBJkqYBrSYIIXs/ojftqGq6IXHZRFIpkKYC2JSw9SJE663W0nthlqcMawwrJYpVCag1M48pNy1YNvLWRffGNIYSCv6Cnog7rjCtVIbUEXoG7qeqaNMj51F58dWoKPZY62JeWyUJG+ctcIplcIizWCpgTl9EIyODJn9BtceDWq/6B57tO/H4R688fFaZ7AWzWAiiJEyMDx39Ed6UDdyy7Ni/w1ekxbP95VJi/F8CRYoGycGLksaEJdFU6cPdy0zxkR/RbtE6FhPvHATQUm2JFODHSfyyCLmsd7lth/hf53q/jcE8OC+NTAG7PTKiNoCqcGPnpF+PotDrwwNXl+OC3H9A8cVqYPgPgFnFo1QCLwomRg4cvoPMGBzZHTgq3zwKwZ+ddKVATXAZhf+gdnPvuojAUqmJdrspRAtQU93pXEM+8clgwhQHU5itruUBNcTt6TsP9sl8weQC0S/VFOUBNcW/2folt2z+XhZPTZh6kSKJ79aqVRuFszRxfUm8sNbdz9xlsfekz2bhCQBvDMMM8z+ubN92Mjrb71brS+97dM4wtnk8U4SSBBEGErVarzeVywePxoHVLA1pb6lUh3+8bwZMv+BTjpIAVACa9Xq+uqakJ7e3tqpGd/WfR3Jr+81awIJS0mY0A+sLhMGw2W3qfGmTXvhAef/6gapxUBDuqqqoejUQiBvFbKUH2DHyNx54bLAqXF0jT9HBjY6Pd6/XOi7oc5K7936Dp2QNF4/IBrTqdLuLxeIi2tracRSGF/PDgKB55er8muHzATQB2m81m+P1+1NbmPoVyIfsOnUOj+2PNcPmAO1iWbeE4TmexWODz+WQhayrL4No2oCkuJ5Bl2VGO49ZmcisXObdeVSuRaq7ZZ3G10KBTqRQl3pQPGY1GEQgE4HQ6heVDAO5S1cklNmUDXQRB9KZSqXkfESaTCW63G7FYDKFQKDEyMoJoNKqfe/bbAJ7QGpcrxa8xDLOV5/k0kGXZv2ZnZ5FMJtNjmqYvURR1IpFInAcwAeD7ud/pUuDmAY1G41g8Hl9DkmScoqggx3FHAIyJMMlSQfI9V5zKagDC93dsoRFKimQx2dIWOV/U/yn6bx0WyDj8vgLOAAAAAElFTkSuQmCC");background-size:100% 100%}.joe_detail__article hr{border:none;height:1px;background-color:var(--classB);margin-bottom:15px}.joe_detail__article p{color:var(--routine);line-height:26px;white-space:pre-wrap;word-spacing:5px;letter-spacing:1px;word-break:break-all;margin-bottom:15px}.joe_detail__article blockquote{color:var(--routine);line-height:26px;white-space:pre-wrap;word-spacing:5px;letter-spacing:1px;word-break:break-all;margin-bottom:15px;background:#ecf8ff;border-left:5px solid #50bfff;padding:10px 15px;border-radius:0 var(--radius-inner) var(--radius-inner) 0;font-size:14px}.joe_detail__article blockquote p{margin:0}.joe_detail__article a{display:inline-block;line-height:26px;color:var(--theme);position:relative}.joe_detail__article a:hover::after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.joe_detail__article a::after{content:'';position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:var(--theme);-webkit-transform:scaleX(0.25);transform:scaleX(0.25);opacity:0;transition:opacity 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, opacity 0.35s;transition:transform 0.35s, opacity 0.35s, -webkit-transform 0.35s}.joe_detail__article code{display:inline-block;min-height:26px;line-height:26px;border-radius:var(--radius-inner);font-size:12px;background:#fdf6ec;padding:0 8px;color:#e6a23c}.joe_detail__article pre code{display:unset;vertical-align:unset;min-height:unset;line-height:unset;border-radius:unset;font-size:unset;background:unset;padding:unset;color:unset}.joe_detail__article pre[class*='language-']{position:relative;padding:15px;padding-top:35px;margin:0 0 15px;border-radius:var(--radius-inner)}.joe_detail__article pre[class*='language-']::after{content:'';position:absolute;top:0;left:0;width:100%;height:30px;background:#2d2d2d}.joe_detail__article pre[class*='language-']::before{content:'';position:absolute;top:9px;left:15px;width:12px;height:12px;border-radius:50%;background:#fc625d;box-shadow:20px 0 #fdbc40, 40px 0 #35cd4b;z-index:1}.joe_detail__article img{display:block;max-width:100%;border-radius:var(--radius-inner);transition:box-shadow 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, box-shadow 0.35s;transition:transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;cursor:zoom-in;margin:0 auto}.joe_detail__article img:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 34px 20px -24px rgba(136,161,206,0.3)}.joe_detail__article ol,.joe_detail__article ul{color:var(--routine);margin-bottom:15px;padding:0 30px}.joe_detail__article ol li,.joe_detail__article ul li{line-height:26px}.joe_detail__article ol li{list-style:decimal}.joe_detail__article ul li{list-style:disc}.joe_detail__article ul li::marker{color:var(--routine)}.joe_detail__article table{width:100%;max-width:100%;table-layout:fixed;color:var(--minor);margin-bottom:15px;font-size:13px;border-top:1px solid var(--classC);border-left:1px solid var(--classC)}.joe_detail__article table td,.joe_detail__article table th{padding:8px;border-bottom:1px solid var(--classC);border-right:1px solid var(--classC)}.joe_detail__article table thead th{font-weight:500;background:var(--classC)}.joe_detail__article table tbody tr{transition:background 0.35s}.joe_detail__article table tbody tr:hover{background:var(--classD)}.joe_detail__article span.block{display:block}.joe_detail__article-hide{background:repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);padding:15px 0;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.joe_detail__article-hide i{position:relative;font-style:normal;cursor:pointer;color:var(--theme)}.joe_detail__article-protected{display:flex;justify-content:center;background:repeating-linear-gradient(145deg, var(--classB), var(--classB) 15px, var(--background) 0, var(--background) 30px);padding:20px 0;margin-bottom:15px}.joe_detail__article-protected .contain{position:relative;box-shadow:var(--box-shadow)}.joe_detail__article-protected .contain .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:15px}.joe_detail__article-protected .contain .password{width:300px;height:44px;border:none;border-radius:var(--radius-inner);color:var(--routine);padding-left:50px;background:var(--background)}.joe_detail__article-protected .contain .submit{position:absolute;top:0;right:0;height:44px;line-height:44px;width:44px;cursor:pointer;text-align:center;font-size:13px;color:var(--main);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_detail__agree{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.joe_detail__agree .agree{text-align:center;font-size:12px;color:var(--minor);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_detail__agree .agree .icon{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#f56c6c;cursor:pointer;margin-bottom:8px}.joe_detail__agree .agree .icon.active{-webkit-animation:box_shadow 1s;animation:box_shadow 1s;box-shadow:0 0 0 20px rgba(255,255,255,0)}.joe_detail__agree .agree .icon svg{position:absolute;width:28px;height:28px;-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:opacity 0.85s, -webkit-transform 0.85s;transition:transform 0.85s, opacity 0.85s;transition:transform 0.85s, opacity 0.85s, -webkit-transform 0.85s}.joe_detail__agree .agree .icon svg.active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.joe_detail__copyright{padding-top:15px;border-top:1px solid var(--classC)}.joe_detail__copyright .content{background:var(--classD);padding:15px;border-radius:var(--radius-inner)}.joe_detail__copyright .content .item{display:flex;align-items:center;color:var(--minor);white-space:nowrap;margin-bottom:10px}.joe_detail__copyright .content .item:last-child{margin-bottom:0}.joe_detail__copyright .content .item .icon{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:5px}.joe_detail__copyright .content .item .link{color:var(--minor)}.joe_detail__copyright .content .item .link:hover{color:var(--theme)}.joe_detail__copyright .content .item .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joe_detail__friends{display:flex;flex-wrap:wrap;margin:0 -7.5px;margin-bottom:15px}.joe_detail__friends-item{width:25%;padding:7.5px}.joe_detail__friends-item .contain{display:block;border-radius:var(--radius-inner);overflow:hidden;padding:15px;color:#fff;word-break:break-all;transition:box-shadow 0.35s, -webkit-transform 0.35s;transition:transform 0.35s, box-shadow 0.35s;transition:transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s}.joe_detail__friends-item .contain:hover{-webkit-transform:translateY(-5px) scale(1.025);transform:translateY(-5px) scale(1.025);box-shadow:0 34px 20px -24px rgba(136,161,206,0.3)}.joe_detail__friends-item .contain .title{position:relative}.joe_detail__friends-item .contain .title::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:1px;background:#fff}.joe_detail__friends-item .contain .content{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.joe_detail__friends-item .contain .content .desc{margin-right:10px}.joe_detail__friends-item .contain .content .avatar{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.joe_footer{border-top:1px solid var(--classB);color:var(--minor)}.joe_footer .joe_container{display:flex;align-items:center;justify-content:space-between;min-height:65px}.joe_footer .joe_container a{color:var(--minor);transition:all 0.35s}.joe_footer .joe_container a:hover{color:var(--theme)}.joe_pagination{display:flex;align-items:center;justify-content:flex-end;padding-top:15px}.joe_pagination li{margin-left:5px}.joe_pagination li.active a{background:var(--theme);color:#fff;font-weight:500}.joe_pagination li a{display:flex;align-items:center;height:32px;color:var(--main);padding:0 15px;background:var(--background);border-radius:2px;transition:background 0.35s, color 0.35s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_pagination li a:hover{background:var(--theme);color:#fff}.joe_pagination li a:hover .icon{fill:#fff}.joe_pagination li a .icon{width:12px;height:12px;fill:var(--routine);transition:fill 0.35s}.joe_pagination li a .icon-next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.joe_action{position:fixed;bottom:90px;right:30px;z-index:333}.joe_action_item{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--background);border-radius:50%;cursor:pointer;margin-top:15px;box-shadow:0 0 10px rgba(0,0,0,0.1),0 5px 20px rgba(0,0,0,0.2)}.joe_action_item svg{position:absolute;width:25px;height:25px;fill:var(--theme)}.joe_action_item.scroll{visibility:hidden;-webkit-transform:scale(0);transform:scale(0);transition:visibility 0.35s, -webkit-transform 0.35s;transition:visibility 0.35s, transform 0.35s;transition:visibility 0.35s, transform 0.35s, -webkit-transform 0.35s}.joe_action_item.scroll.active{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.joe_action_item.mode svg{-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:opacity 0.85s, -webkit-transform 0.85s;transition:transform 0.85s, opacity 0.85s;transition:transform 0.85s, opacity 0.85s, -webkit-transform 0.85s}.joe_action_item.mode svg.active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.joe_comment{background:var(--background);border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);padding:15px}.joe_comment__title{font-weight:500;text-align:center;font-size:24px;color:var(--main);text-shadow:var(--text-shadow);border-bottom:1px solid var(--classC);margin-bottom:15px;padding-bottom:15px}.joe_comment__close{display:flex;align-items:center;justify-content:center;color:var(--routine)}.joe_comment__close-icon{fill:var(--routine);margin-right:5px}.joe_comment__respond-type{display:flex;align-items:center;justify-content:flex-end}.joe_comment__respond-type .item{background:var(--classD);padding:0 15px;height:32px;color:var(--main);border:none;transition:color 0.35s, background 0.35s}.joe_comment__respond-type .item:first-child{border-top-left-radius:var(--radius-inner)}.joe_comment__respond-type .item:last-child{border-top-right-radius:var(--radius-inner)}.joe_comment__respond-type .item.active{color:#fff;background:var(--theme)}.joe_comment__respond-form{border-radius:6px 0 6px 6px;background:var(--classD)}.joe_comment__respond-form .head{display:flex;align-items:center;border-bottom:1px solid var(--classA)}.joe_comment__respond-form .head .list{flex:1}.joe_comment__respond-form .head .list input{width:100%;border:none;background:transparent;padding:0 15px;height:40px;color:var(--routine)}.joe_comment__respond-form .head .list:nth-child(2){position:relative}.joe_comment__respond-form .head .list:nth-child(2)::after,.joe_comment__respond-form .head .list:nth-child(2)::before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:15px;background:var(--classA)}.joe_comment__respond-form .head .list:nth-child(2)::before{left:0}.joe_comment__respond-form .head .list:nth-child(2)::after{right:0}.joe_comment__respond-form .body{padding:15px}.joe_comment__respond-form .body .text{width:100%;height:200px;border:none;resize:none;vertical-align:middle;color:var(--routine);background:transparent;font-size:15px}.joe_comment__respond-form .body .draw{position:relative;width:100%}.joe_comment__respond-form .body .draw .line{display:flex;align-items:center;position:absolute;top:10px;left:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_comment__respond-form .body .draw .line li{cursor:pointer;margin-right:10px;color:var(--main);transition:color 0.35s}.joe_comment__respond-form .body .draw .line li.active{color:var(--theme)}.joe_comment__respond-form .body .draw .color{display:flex;align-items:center;position:absolute;top:10px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.joe_comment__respond-form .body .draw .color li{width:20px;height:20px;border-radius:50%;margin:0 5px;cursor:pointer;transition:box-shadow 0.35s}.joe_comment__respond-form .body .draw .color li.active{box-shadow:0 4px 10px rgba(0,0,0,0.35)}.joe_comment__respond-form .body .draw .color li:nth-child(1){background:#303133}.joe_comment__respond-form .body .draw .color li:nth-child(2){background:#67c23a}.joe_comment__respond-form .body .draw .color li:nth-child(3){background:#e6a23c}.joe_comment__respond-form .body .draw .color li:nth-child(4){background:#f56c6c}.joe_comment__respond-form .body .draw .icon{position:absolute;right:10px;cursor:pointer;fill:var(--minor);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe_comment__respond-form .body .draw .icon-undo{top:10px}.joe_comment__respond-form .body .draw .icon-animate{bottom:10px}.joe_comment__respond-form .body .draw canvas{background:var(--background);border-radius:var(--radius-inner)}.joe_comment__respond-form .foot{position:relative;display:flex;justify-content:flex-end;padding:0 15px 15px}.joe_comment__respond-form .foot .submit .cancle{display:none;color:var(--main);cursor:pointer;margin-right:10px;transition:color 0.35s}.joe_comment__respond-form .foot .submit .cancle:hover{color:var(--theme)}.joe_comment__respond-form .foot .submit button{border-radius:3px;height:32px;padding:0 15px;border:none;background:var(--theme);color:#fff;font-size:14px}.joe_comment .comment-list{padding-top:15px}.joe_comment .comment-list__item-contain .term{display:flex;margin-bottom:15px}.joe_comment .comment-list__item-contain .term .avatar{width:48px;height:48px;border-radius:50%;margin-right:15px;padding:3px;border:1px solid var(--classD)}.joe_comment .comment-list__item-contain .term .content{min-width:0;flex:1;border-bottom:1px solid var(--classC);padding-bottom:15px}.joe_comment .comment-list__item-contain .term .content .user{display:flex;align-items:center;margin-bottom:8px;line-height:20px;color:var(--main)}.joe_comment .comment-list__item-contain .term .content .user .author{margin-right:10px}.joe_comment .comment-list__item-contain .term .content .user .author a{color:#409eff}.joe_comment .comment-list__item-contain .term .content .user .owner{background:var(--theme);color:#fff;padding:0 5px;border-radius:2px;font-style:normal}.joe_comment .comment-list__item-contain .term .content .user .agent{margin-left:auto;font-size:12px;color:var(--minor)}.joe_comment .comment-list__item-contain .term .content .user .waiting{color:#e6a23c;font-style:normal}.joe_comment .comment-list__item-contain .term .content .substance{width:100%;background:var(--classD);padding:12px 15px;border-radius:0 var(--radius-inner) var(--radius-inner) 10px;color:var(--main);margin-bottom:8px;word-break:break-all;line-height:24px}.joe_comment .comment-list__item-contain .term .content .substance .parent{color:#388bff;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500}.joe_comment .comment-list__item-contain .term .content .substance .owo_image{height:22px}.joe_comment .comment-list__item-contain .term .content .substance .draw_image{max-width:100%}.joe_comment .comment-list__item-contain .term .content .handle{display:flex;align-items:center;color:var(--minor)}.joe_comment .comment-list__item-contain .term .content .handle .date{margin-right:10px}.joe_comment .comment-list__item-contain .term .content .handle .reply{display:flex;align-items:center;color:var(--main);font-size:13px;cursor:pointer;transition:color 0.35s}.joe_comment .comment-list__item-contain .term .content .handle .reply .icon{margin-right:5px;fill:var(--main);transition:fill 0.35s}.joe_comment .comment-list__item-contain .term .content .handle .reply:hover{color:var(--theme)}.joe_comment .comment-list__item-contain .term .content .handle .reply:hover .icon{fill:var(--theme)}.joe_comment .comment-list__item-children{padding-left:63px}.joe_comment .comment-list__item-children .comment-list__item-children{padding-left:0}.joe_comment .comment-list__item .joe_comment__respond{margin-left:63px;margin-bottom:15px;-webkit-animation:showComment 0.5s;animation:showComment 0.5s}.joe_comment .comment-list .comment-list{padding-top:0}.joe_comment .joe_pagination{padding-top:0}.profile-color-modes-illu-frame{opacity:0}.profile-color-modes-illu-red{stroke:#da3633}.profile-color-modes-illu-orange{stroke:#f0883e}.profile-color-modes-illu-purple{stroke:#8957e5}.profile-color-modes-illu-green{stroke:#3fb950}.profile-color-modes-illu-blue{stroke:#388bfd}.profile-color-modes-illu-group{-webkit-animation:profile-color-modes-illu-anim 0.2s cubic-bezier(0.72, 0.08, 1, 0.68) backwards;animation:profile-color-modes-illu-anim 0.2s cubic-bezier(0.72, 0.08, 1, 0.68) backwards}.profile-color-modes-illu-frame{-webkit-animation:profile-color-modes-illu-anim-frame-show 0s forwards, profile-color-modes-illu-anim-frame-hide 0s forwards;animation:profile-color-modes-illu-anim-frame-show 0s forwards, profile-color-modes-illu-anim-frame-hide 0s forwards}.profile-color-modes-illu-frame:first-child{opacity:1;-webkit-animation:profile-color-modes-illu-anim-frame-hide 0s forwards;animation:profile-color-modes-illu-anim-frame-hide 0s forwards}.profile-color-modes-illu-frame:nth-child(8){-webkit-animation:profile-color-modes-illu-anim-frame-show 0s forwards;animation:profile-color-modes-illu-anim-frame-show 0s forwards}.profile-color-modes-illu-red{-webkit-animation-delay:0.4s;animation-delay:0.4s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-orange{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-purple{-webkit-animation-delay:0.6s;animation-delay:0.6s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-blue{-webkit-animation-delay:0.7s;animation-delay:0.7s;-webkit-animation-duration:0.1s;animation-duration:0.1s}.profile-color-modes-illu-green{-webkit-animation-delay:0.8s;animation-delay:0.8s;-webkit-animation-duration:0.2s;animation-duration:0.2s;-webkit-animation-timing-function:cubic-bezier(0.47, 2.92, 0.84, -1.5);animation-timing-function:cubic-bezier(0.47, 2.92, 0.84, -1.5)}.profile-color-modes-illu-frame:first-child{-webkit-animation-delay:1.8s;animation-delay:1.8s}.profile-color-modes-illu-frame:nth-child(2){-webkit-animation-delay:1.8s, 2.58s;animation-delay:1.8s, 2.58s}.profile-color-modes-illu-frame:nth-child(3){-webkit-animation-delay:2.58s, 2.66s;animation-delay:2.58s, 2.66s}.profile-color-modes-illu-frame:nth-child(4){-webkit-animation-delay:2.66s, 2.78s;animation-delay:2.66s, 2.78s}.profile-color-modes-illu-frame:nth-child(5){-webkit-animation-delay:2.78s, 2.84s;animation-delay:2.78s, 2.84s}.profile-color-modes-illu-frame:nth-child(6){-webkit-animation-delay:2.84s, 3.44s;animation-delay:2.84s, 3.44s}.profile-color-modes-illu-frame:nth-child(7){-webkit-animation-delay:3.44s, 3.56s;animation-delay:3.44s, 3.56s}.profile-color-modes-illu-frame:nth-child(8){-webkit-animation-delay:3.56s;animation-delay:3.56s}.profile-color-modes-illu-frame:nth-child(9),.profile-color-modes-illu-frame:nth-child(10){-webkit-animation:none;animation:none}@-webkit-keyframes showComment{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes showComment{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes box_shadow{0%{box-shadow:0 0 0 0 #f56c6c}}@keyframes box_shadow{0%{box-shadow:0 0 0 0 #f56c6c}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:30px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:30px 0}}@-webkit-keyframes list_thumbnail_loading{0%{-webkit-transform:scale(0.85);transform:scale(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes list_thumbnail_loading{0%{-webkit-transform:scale(0.85);transform:scale(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes list_title_loading{0%{width:80%}100%{width:95%}}@keyframes list_title_loading{0%{width:80%}100%{width:95%}}@-webkit-keyframes list_abstract_loading{0%{width:60%}100%{width:80%}}@keyframes list_abstract_loading{0%{width:60%}100%{width:80%}}@-webkit-keyframes profile-color-modes-illu-anim{0%{stroke:#666}}@keyframes profile-color-modes-illu-anim{0%{stroke:#666}}@-webkit-keyframes profile-color-modes-illu-anim-frame-show{0%{opacity:0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}to{opacity:1}}@keyframes profile-color-modes-illu-anim-frame-show{0%{opacity:0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}to{opacity:1}}@-webkit-keyframes profile-color-modes-illu-anim-frame-hide{0%{opacity:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{opacity:0}}@keyframes profile-color-modes-illu-anim-frame-hide{0%{opacity:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{opacity:0}} diff --git a/assets/css/joe.global.scss b/assets/css/joe.global.scss index 1be96e4..50861f0 100644 --- a/assets/css/joe.global.scss +++ b/assets/css/joe.global.scss @@ -1965,6 +1965,9 @@ html[data-night='night'] { color: var(--main); .author { margin-right: 10px; + a { + color: #409eff; + } } .owner { background: var(--theme); diff --git a/assets/img/lazyload_avatar.jpg b/assets/img/lazyload_avatar.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a0fe4aac8fee7ec90312b170bb3e73c10ee18d1 GIT binary patch literal 61244 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