#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}} #post_detail .postTitle { text-align: center; background:linear-gradient(to right, #ff6a6a, #008dff); -webkit-background-clip:text; color:transparent; } .cnblogs-markdown a { color: #ff6a6a; } /* 彩色标签 */ .catListTag { margin: 20px 0; clear: both; text-align: left; font-size: 12px; } .catListTag ul { display: inline; list-style-type: none; /* width: 400px; */ } .catListTag ul li a { list-style: none; display: inline; } .catListTag ul li a { /* line-height: 24px; */ height: 24px; display: inline-block; /* background: #fff; */ padding: 2px 11px; /* margin: 10px 5px 0 0; */ border-radius: 8px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .catListTag ul li a { color: #FFF; text-decoration: none } .catListTag ul li a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px } .catListTag ul li:nth-of-type(8n-7) a { background: #8A9B0F } .catListTag ul li:nth-of-type(8n-6) a { background: #EB6841 } .catListTag ul li:nth-of-type(8n-5) a { background: #3FB8AF } .catListTag ul li:nth-of-type(8n-4) a { background: #FE4365 } .catListTag ul li:nth-of-type(8n-3) a { background: #FC9D9A } .catListTag ul li:nth-of-type(8n-2) a { background: #EDC951 } .catListTag ul li:nth-of-type(8n-1) a { background: #C8C8A9 } .catListTag ul li:nth-of-type(8n) a { background: #83AF9B } .catListTag ul li:first-child a { background: #036564 } .catListTag ul li:last-child a { background: #3299BB } /* 彩色分类 */ #sidebar_postcategory ul { display: flex; flex-wrap: wrap; } #sidebar_postcategory { margin: 20px 0; clear: both; text-align: left; font-size: 12px; } #sidebar_postcategory ul { /* display: inline; */ list-style-type: none; /* width: 400px; */ } #sidebar_postcategory ul li a { list-style: none; display: inline; } #sidebar_postcategory ul li a { /* line-height: 24px; */ height: 24px; display: inline-block; /* background: #fff; */ padding: 2px 11px; /* margin: 10px 5px 0 0; */ border-radius: 8px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } #sidebar_postcategory ul li a { color: #FFF; text-decoration: none } #sidebar_postcategory ul li a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px } #sidebar_postcategory ul li:nth-of-type(8n-7) a { background: #8A9B0F } #sidebar_postcategory ul li:nth-of-type(8n-6) a { background: #EB6841 } #sidebar_postcategory ul li:nth-of-type(8n-5) a { background: #3FB8AF } #sidebar_postcategory ul li:nth-of-type(8n-4) a { background: #FE4365 } #sidebar_postcategory ul li:nth-of-type(8n-3) a { background: #FC9D9A } #sidebar_postcategory ul li:nth-of-type(8n-2) a { background: #EDC951 } #sidebar_postcategory ul li:nth-of-type(8n-1) a { background: #C8C8A9 } #sidebar_postcategory ul li:nth-of-type(8n) a { background: #83AF9B } #sidebar_postcategory ul li:first-child a { background: #036564 } #sidebar_postcategory ul li:last-child a { background: #3299BB } .favourite.side-wrapper ul li:nth-child(1) a i::before { color: #3273dc; } .favourite.side-wrapper ul li:nth-child(2) a i::before { color: #00d1b2; } .favourite.side-wrapper ul li:nth-child(3) a i::before { color: #ffd257; } .favourite.side-wrapper ul li:nth-child(4) a i::before { color: #48c774; } .favourite.side-wrapper ul li:nth-child(5) a i::before { color: #EB6841; } .favourite.side-wrapper ul li:nth-child(6) a i::before { color: #e7339f; } #sidebar_postcategory .catListTitle::before { display: none; content:'\f07c  '; color: #3fb8af; } #sidebar_toptags .catListTitle::before { display: none; content:'\f02c  '; color: #3fb8af; } .catListView .catListTitle::before { display: none; content:'\f091  '; color: #ea7c2d; } .custom-card-title:before { color: #1b86f9; } /* 代码块阴影*/ #cnblogs_post_body.blogpost-body-html pre, #mainContent .cnblogs-markdown pre { box-shadow: 0px 0px 10px 1px #b3a5b1; } /* 内容图片阴影 */ #cnblogs_post_body.blogpost-body-html img, #mainContent .cnblogs-markdown img { box-shadow: 0px 0px 10px 1px #b3a5b1; }