zoukankan      html  css  js  c++  java
  • 后台皮肤保存

    1
    @import url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css);
    
    @media only screen and (max-1080px) {
    	.github-corner {
    		display: none
    	}
    }
    
    @media only screen and (max-800px) {
    	#header,.esa-mobile-menu {
    		display: block!important
    	}
    
    	#header {
    		 auto;
    		position: fixed!important;
    		background: var(--blog-bg-color)
    	}
    
    	#header #blogTitle {
    		margin-left: 15px;
    		//display: none;
    	}
    
    	#header #navigator {
    		display: none;
    		left: 0;
    		top: 61px
    	}
    
    	#header #navigator #navList>li {
    		float: none;
    		position: relative;
    		background: var(--blog-bg-color);
    		height: 34px;
    		line-height: 34px;
    		 120px;
    		border-bottom: 1px solid var(--border-color);
    		border-right: 1px solid var(--border-color)
    	}
    
    	#header #navigator #navList>li>a {
    		float: none;
    		 inherit;
    		padding: 0 10px
    	}
    
    	#header #navigator #navList>li>a .arrow {
    		position: absolute;
    		top: .8rem;
    		right: .8rem;
    		transform: rotate(270deg) scaleX(-1)
    	}
    
    	#header #navigator #navList>li .esa-sub-navs {
    		position: fixed;
    		 130px;
    		top: 0;
    		left: 121px;
    		top: 61px
    	}
    
    	#header #navigator #navList>li .esa-sub-navs .caret {
    		display: none
    	}
    
    	#header #navigator #navList>li .esa-sub-navs ul {
    		box-shadow: none;
    		padding: 0;
    		border-radius: 0
    	}
    
    	#header #navigator #navList>li .esa-sub-navs ul li {
    		height: 34px;
    		line-height: 34px;
    		border: 1px solid var(--border-color);
    		border-top: none
    	}
    
    	#header #navigator #navList>li .esa-sub-navs ul li a {
    		text-align: left;
    		padding: 0 10px
    	}
    
    	#header #navigator #navList>li i {
    		display: none
    	}
    
    	#sideBar {
    		display: none!important
    	}
    
    	#home {
    		min- auto!important
    	}
    
    	#main {
    		 100%!important;
    		padding: 70px 0 0!important
    	}
    
    	#main .forFlow {
    		margin-left: 0!important;
    		padding-left: 15px;
    		padding-right: 15px
    	}
    
    	#main .forFlow .postBody {
    		padding: 0!important;
                    word-break:break-all; 
                    overflow:hidden;
    	}
    
    	#main .forFlow .postDesc {
    		display: none
    	}
    
    	#main .forFlow #comment_form {
    		padding: 0!important
    	}
    
    	#main .forFlow .commentform {
    		margin-left: 0!important
    	}
    
    	#main .forFlow .day .postDesc,#main .forFlow .entrylist .entrylistItemPostDesc {
    		display: none
    	}
    
    	#myposts .postDesc2 {
    		text-align: right!important
    	}
    
    	#myposts .postDesc2 span {
    		display: none
    	}
    
    	.esa-toolbar .skin-popup {
    		bottom: calc(50% - 67px)!important;
    		border-radius: 15px!important
    	}
    }
    
    :root[mode=light] {
    	--blog-bg-color: #fff;
    	--text-color: #314659;
    	--border-color: #eef2f8;
    	--catalog-bg-color: #fff;
    	--panel-bg-color: #f8f8f8;
    	--contents-bg-color: #fff;
    	--code-bg-color: #f1f1f1
    }
    
    :root[mode=dark] {
    	--blog-bg-color: #202020;
    	--text-color: #d8d8d8;
    	--border-color: #2f2f2f;
    	--catalog-bg-color: #252525;
    	--panel-bg-color: #252525;
    	--contents-bg-color: #343232;
    	--code-bg-color: #3a3a3a
    }
    
    :root[theme=a] {
    	--theme-color: #2d8cf0
    }
    
    :root[theme=b] {
    	--theme-color: #fa7298
    }
    
    :root[theme=c] {
    	--theme-color: #42b983
    }
    
    :root[theme=d] {
    	--theme-color: #607d8b
    }
    
    :root[theme=e] {
    	--theme-color: #5e72e4
    }
    
    :root[theme=f] {
    	--theme-color: #ff9700
    }
    
    :root[theme=g] {
    	--theme-color: #ff5722
    }
    
    :root[theme=h] {
    	--theme-color: #009688
    }
    
    :root[theme=i] {
    	--theme-color: #673bb7
    }
    
    :root[theme=j] {
    	--theme-color: #906f61
    }
    
    * {
    	margin: 0;
    	padding: 0
    }
    
    body,html {
    	height: 100%
    }
    
    body {
    	background: var(--blog-bg-color);
    	color: var(--text-color);
    	font-family: Lato,PingFang SC,Microsoft YaHei,sans-serif;
    	font-size: 14px;
    	font-weight: 300
    }
    
    table {
    	border-collapse: collapse;
    	border-spacing: 0
    }
    
    td {
    	padding: 5px
    }
    
    fieldset,img {
    	border: 0
    }
    
    ul {
    	word-break: break-all
    }
    
    li {
    	list-style: none
    }
    
    h1,h2,h3,h4,h5,h6 {
    	font-size: 100%;
    	font-weight: 400
    }
    
    a {
    	color: var(--text-color);
    	text-decoration: none;
    	transition: all .3s ease
    }
    
    a:hover {
    	color: var(--theme-color)
    }
    
    ::-moz-selection {
    	background: var(--theme-color);
    	color: #fff
    }
    
    ::selection {
    	background: var(--theme-color);
    	color: #fff
    }
    
    #ad_c1,#ad_c2,#ad_t2,#author_profile,#comment_nav,#comment_pager_top,#green_channel,#lnkBlogLogo,#post_next_prev,#under_post_kb,#under_post_news,.blogStats,.c_ad_block,.dayTitle,.under-comment-nav {
    	display: none
    }
    
    .clear {
    	clear: both
    }
    
    #home {
    	 100%;
    	height: 100%;
    	margin: 0 auto
    }
    
    #header {
    	 960px;
    	position: relative;
    	top: 0;
    	right: 0;
    	left: 0;
    	margin: 0 auto;
    	border-top: 0;
    	opacity: .95;
    	border-bottom: 1px solid var(--border-color);
    	padding-bottom: 0;
    	display: block;
    	height: 60px;
    	z-index: 999
    }
    
    #blogTitle h1 {
    	font-size: 28px;
    	font-weight: 600;
    	font-family: Georgia;
    	float: left;
    	margin-top: 15px
    }
    
    #blogTitle h2 {
            display: none
    }
    
    #navigator {
    	height: inherit;
    	position: absolute;
    	right: 0;
    	top: 0
    }
    
    #navList {
    	height: inherit;
    	float: left
    }
    
    #navList>li {
    	position: relative;
    	float: left
    }
    
    #navList>li:hover i {
    	 100%;
    	left: 0
    }
    
    #navList>li>a:active,#navList>li>a:link,#navList>li>a:visited {
    	float: left;
    	font-size: 17px;
    	border-right: 0;
    	font-weight: 300;
    	text-align: center;
    	 auto;
    	padding: 19px 16px
    }
    
    #navList>li>i {
    	 0;
    	height: 4px;
    	background-color: var(--theme-color);
    	content: "";
    	position: absolute;
    	left: 50%;
    	bottom: 0;
    	transition: .7s
    }
    
    #navList .open {
    	transform: rotate(180deg) scaleX(-1);
    	transition: .3s
    }
    
    #navList .esa-sub-navs {
    	position: absolute;
    	 130px;
    	top: 60px;
    	left: calc(50% - 65px);
    	display: none
    }
    
    #navList .esa-sub-navs .caret {
    	border-top: 0 solid transparent;
    	border-left: 8px solid transparent;
    	border-right: 8px solid transparent;
    	border-bottom: 8px solid var(--contents-bg-color);
    	 0;
    	position: relative;
    	left: calc(50% - 8px)
    }
    
    #navList .esa-sub-navs ul {
    	background-color: var(--contents-bg-color);
    	border-radius: 4px;
    	box-shadow: 0 1px 15px rgba(27,31,35,.15);
    	padding: 10px;
    	text-align: center
    }
    
    #navList .esa-sub-navs ul li {
    	float: none
    }
    
    #navList .esa-sub-navs ul li a {
    	font-size: 15px;
    	border-right: 0;
    	color: var(--text-color);
    	display: block;
    	 100%;
    	padding: 10px 0;
    	height: inherit;
    	border-bottom: 1px solid transparent
    }
    
    #navList .esa-sub-navs ul li a:hover {
    	color: var(--theme-color)
    }
    
    #main {
    	 960px;
    	margin: 0 auto;
    	min-height: calc(100% - 75px);
    	padding: 15px 0;
    	transition: all .3s ease
    }
    
    #mainContent {
    	float: right;
    	margin-left: -25em;
    	 100%
    }
    
    #mainContent .forFlow {
    	margin: 0 auto 0 0;
    	max- 960px
    }
    
    #sideBar {
    	 230px;
    	border-right: 1px solid var(--border-color);
    	font-weight: 300;
    	display: none;
    	min-height: 750px;
    	padding: 0 15px 0 0
    }
    
    #sideBar #profile_block {
    	margin: 0;
    	font-size: 0;
    	display: flex;
    	flex-wrap: wrap;
    	text-align: left;
    	line-height: 1.6
    }
    
    #sideBar #profile_block a {
    	box-sizing: border-box
    }
    
    #sideBar #profile_block a:first-child {
    	font-size: 18px;
    	font-weight: 700;
    	 100%;
    	display: block;
    	text-align: center;
    	margin-bottom: 14px
    }
    
    #sideBar #profile_block a:nth-child(3):after {
    	content: "56ed9f84"
    }
    
    #sideBar #profile_block a:nth-child(5):after {
    	content: "7c894e1d"
    }
    
    #sideBar #profile_block a:nth-child(7):after {
    	content: "51736ce8"
    }
    
    #sideBar #profile_block a:nth-child(3),#sideBar #profile_block a:nth-child(5),#sideBar #profile_block a:nth-child(7) {
    	font-size: 14px;
    	 33.3333333%;
    	display: block;
    	padding: 0 4px;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	text-align: center
    }
    
    #sideBar #profile_block a:nth-child(3):after,#sideBar #profile_block a:nth-child(5):after,#sideBar #profile_block a:nth-child(7):after {
    	color: #97979f;
    	font-size: 14px;
    	display: block;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	 100%;
    	font-weight: 400
    }
    
    #sideBar #profile_block #p_b_follow {
    	margin: 15px 0 10px;
    	text-align: center
    }
    
    #sideBar #profile_block #p_b_follow a {
    	border: 1px solid var(--border-color);
    	font-size: 13px;
    	padding: 7px 0;
    	border-radius: 4px;
    	 230px;
    	font-weight: 300
    }
    
    #sideBar #profile_block #p_b_follow a:hover {
    	border-color: var(--theme-color)
    }
    
    .newsItem {
    	margin-bottom: 10px
    }
    
    .newsItem .catListTitle {
    	display: none
    }
    
    #blog-calendar {
    	border: 1px solid var(--border-color);
    	border-radius: 4px
    }
    
    #blog-calendar .CalDayHeader {
    	font-weight: 300
    }
    
    #blog-calendar .CalTodayDay {
    	color: var(--theme-color);
    	font-weight: 700
    }
    
    #sideBarMain ul {
    	line-height: 1.6
    }
    
    .catListTitle {
    	text-align: left;
    	margin: 20px 0;
    	font-size: 20px;
    	font-weight: 300;
    	border-left: 4px solid var(--theme-color);
    	border-radius: 4px;
    	padding-left: 7px
    }
    
    #sidebar_search #widget_my_zzk .input_my_zzk {
    	color: #314659;
    	border: 1px solid var(--border-color);
    	background-color: transparent;
    	 150px;
    	height: 32px;
    	padding: 0 7px;
    	font-size: 16px;
    	border-radius: 4px
    }
    
    #sidebar_search #widget_my_zzk .input_my_zzk:focus {
    	outline: none
    }
    
    #sidebar_search #widget_my_zzk .btn_my_zzk {
    	height: 34px;
    	font-size: 16px;
    	font-weight: 500;
    	background-color: transparent;
    	color: var(--text-color);
    	cursor: pointer;
    	 59px;
    	outline: 0;
    	border: 1px solid var(--border-color);
    	border-radius: 4px;
    	transition: border .3s
    }
    
    #sidebar_search #widget_my_zzk .btn_my_zzk:hover {
    	color: var(--theme-color);
    	border: 1px solid var(--theme-color)
    }
    
    #sidebar_search #widget_my_google {
    	display: none
    }
    
    #sidebar_toptags li {
    	font-size: 14px;
    	height: 16px;
    	line-height: 16px;
    	padding: 5px 8px;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	max- 210px;
    	border: 1px solid var(--border-color);
    	margin: 0 6px 6px 0;
    	display: inline-grid;
    	transition: all .3s ease;
    	border-radius: 4px
    }
    
    #sidebar_toptags li a {
    	transition: inherit
    }
    
    #sidebar_toptags li a .tag-count {
    	display: none
    }
    
    #sidebar_toptags li:active,#sidebar_toptags li:link,#sidebar_toptags li:visited {
    	border-color: var(--border-color)
    }
    
    #sidebar_toptags li:hover {
    	border-color: var(--theme-color)
    }
    
    #sidebar_categories li,#sidebar_scorerank li,#sidebar_shortcut li {
    	font-size: 15px;
    	height: 40px;
    	padding-left: 3px;
    	line-height: 30px;
    	white-space: nowrap;
    	overflow: hidden;
    	transition: all .5s;
    	text-overflow: ellipsis;
    	list-style: inside
    }
    
    #sidebar_categories li:hover,#sidebar_scorerank li:hover,#sidebar_shortcut li:hover {
    	margin-left: 7px
    }
    
    #sidebar_recentposts li,#sidebar_topcommentedposts li,#sidebar_topdiggedposts li,#sidebar_topviewedposts li {
    	font-size: 15px;
    	padding: 10px 0;
    	transition: all .3s;
    	text-align: justify;
    	border-bottom: 1px solid var(--border-color)
    }
    
    #sidebar_recentposts li:first-child,#sidebar_topcommentedposts li:first-child,#sidebar_topdiggedposts li:first-child,#sidebar_topviewedposts li:first-child {
    	border-top: 1px solid var(--border-color)
    }
    
    #sidebar_recentcomments li {
    	text-align: justify
    }
    
    #sidebar_recentcomments .recent_comment_title:nth-child(n+2) {
    	padding-top: 10px
    }
    
    #sidebar_recentcomments .recent_comment_title:first-child {
    	border-top: 1px solid var(--border-color);
    	padding-top: 10px
    }
    
    #sidebar_recentcomments .recent_comment_body {
    	border-radius: 4px;
    	padding: 5px 10px;
    	margin: 5px 0;
    	background-color: var(--panel-bg-color)
    }
    
    #sidebar_recentcomments .recent_comment_author {
    	margin-right: 0;
    	text-align: right;
    	padding-bottom: 10px;
    	border-bottom: 1px solid var(--border-color)
    }
    
    #taglist_title,.entrylistTitle,.myposts_title,.PostListTitle,.thumbTitle {
    	font-size: 20px;
    	font-weight: 300;
    	margin-bottom: 10px;
    	text-align: left
    }
    
    .entrylistDescription {
    	margin: 10px auto;
    	border-left: 4px solid var(--border-color);
    	text-align: justify;
    	padding-left: 7px
    }
    
    #myposts {
    	margin-left: 0
    }
    
    #myposts .PostList {
    	border-bottom: 1px solid var(--border-color);
    	padding: 0;
    	margin: 0
    }
    
    #myposts .PostList:first-of-type {
    	border-top: 1px solid var(--border-color)
    }
    
    #myposts .postTitl2 {
    	font-size: 17px;
    	margin: 10px 0;
    	text-align: justify
    }
    
    #myposts .postDesc2 {
    	text-align: right;
    	margin-bottom: 10px;
    	font-size: 14px
    }
    
    #myposts .postDesc2>a {
    	display: none
    }
    
    #myposts .postDesc2:before {
    	font-family: FontAwesome;
    	content: "f017";
    	opacity: .7
    }
    
    .post-view-count:before {
    	content: "f06e"
    }
    
    .post-comment-count:before,.post-view-count:before {
    	font-family: FontAwesome;
    	padding-left: 10px;
    	padding-right: 5px;
    	opacity: .7
    }
    
    .post-comment-count:before {
    	content: "f27b"
    }
    
    .post-digg-count:before {
    	font-family: FontAwesome;
    	content: "f087";
    	padding-left: 10px;
    	padding-right: 5px;
    	opacity: .7
    }
    
    .day,.entrylistItem,.postSeparator {
    	border-bottom: 1px solid var(--border-color);
    	text-align: justify;
    	margin-bottom: 10px;
    	padding-bottom: 10px
    }
    
    .day .postTitle,.entrylist .entrylistPosttitle {
    	font-size: 20px
    }
    
    .day .postCon,.entrylist .entrylistPostSummary {
    	font-size: 14px;
    	padding: 10px 0
    }
    
    .day .postCon img,.entrylist .entrylistPostSummary img {
            border: solid 1px  #FF0000;
    	height: 66px;
    	 160px;
    	//border-radius: 12px;
    	margin-left: 10px
    }
    
    .day .postCon a,.entrylist .entrylistPostSummary a {
    	border-bottom: 1px solid var(--text-color);
    	padding: 2px 5px;
    	font-size: 14px;
    	margin-top: 10px;
    	display: table
    }
    
    .day .postCon a:after,.entrylist .entrylistPostSummary a:after {
    	content: " 0bb"
    }
    
    .day .postCon a:hover,.entrylist .entrylistPostSummary a:hover {
    	border-bottom: 1px solid var(--theme-color)
    }
    
    .day .postDesc,.entrylist .entrylistItemPostDesc {
    	text-align: right
    }
    
    .day .postDesc>a,.entrylist .entrylistItemPostDesc>a {
    	display: none
    }
    
    .toc-container-header {
    	font-size: 20px;
    	font-weight: 700
    }
    
    #topics .postTitle {
    	font-size: 22px;
    	font-weight: 400;
            text-align:center;
    }
    
    #topics .postBody {
    	font-weight: 400;
    	font-size: 18px;
    	line-height: 1.75
    }
    
    #topics .postBody a {
    	transition: all .3s ease
    }
    
    #topics .postBody a:hover {
    	text-decoration: underline
    }
    
    #topics .postBody a:active,#topics .postBody a:link,#topics .postBody a:visited {
    	color: var(--theme-color);
    	text-decoration: none
    }
    
    #topics .postBody h1 {
    	font-size: 21px
    }
    
    #topics .postBody h2 {
    	font-size: 20px
    }
    
    #topics .postBody h3 {
    	font-size: 19px
    }
    
    #topics .postBody h4 {
    	font-size: 18px
    }
    
    #topics .postBody h5 {
    	font-size: 17px
    }
    
    #topics .postBody h6 {
    	font-size: 16px
    }
    
    #topics .postBody p {
    	margin: 13px auto
    }
    
    #topics .postBody hr {
    	border-top: none;
    	border-bottom: 1px solid var(--border-color)
    }
    
    #topics .postBody blockquote {
    	border: none;
    	margin: 15px 0;
    	border-radius: 4px;
    	padding: 1px 10px;
    	border-left: 4px solid var(--theme-color);
    	background-color: var(--panel-bg-color)
    }
    
    #topics .postBody em {
    	padding-right: 3px
    }
    
    #topics .postBody strong {
    	margin: 0 3px;
    	font-weight: 500
    }
    
    #topics .postBody img {
    	display: block;
    	margin: 15px 0 30px;
    	border-radius: 3px;
    	box-shadow: 0 1px 15px rgba(27,31,35,.15),0 0 1px rgba(106,115,125,.35)
    }
    
    #topics .postBody .cnblogs-markdown pre {
    	white-space: pre;
    	position: relative
    }
    
    #topics .postBody ol li,#topics .postBody ul li {
    	margin: 3px 0
    }
    
    #topics .postBody table {
    	font-size: 16px;
    	border-collapse: collapse;
    	border-spacing: 0;
    	empty-cells: show;
    	border: 1px solid var(--border-color);
    	 100%;
    	margin: 15px 0
    }
    
    #topics .postBody table th {
    	background: var(--panel-bg-color);
    	white-space: nowrap;
    	font-weight: 400
    }
    
    #topics .postBody table td,#topics .postBody table th {
    	border: 1px solid var(--border-color);
    	padding: 6px 15px
    }
    
    #topics .postBody h1 code,#topics .postBody h2 code,#topics .postBody h3 code,#topics .postBody h4 code,#topics .postBody h5 code,#topics .postBody h6 code,#topics .postBody li>code,#topics .postBody p>code,#topics .postBody table code {
    	line-height: 1.2;
    	font-family: consolas!important;
    	vertical-align: middle;
    	margin: 0 3px;
    	background-color: var(--code-bg-color)!important;
    	font-size: 14px!important;
    	padding: .2em .3em!important;
    	border-radius: 3px!important;
    	border: none!important
    }
    
    #topics .postBody #BlogPostCategory,#topics .postBody #EntryTag {
    	font-size: 14px
    }
    
    #topics .postBody #BlogPostCategory a,#topics .postBody #EntryTag a {
    	font-size: 13px;
    	border-radius: 4px;
    	padding: 4px 6px;
    	background-color: var(--panel-bg-color);
    	margin-right: 5px;
    	transform: none;
    	color: var(--text-color)
    }
    
    #topics .postBody #BlogPostCategory a:hover,#topics .postBody #EntryTag a:hover {
    	color: #fff;
    	background-color: var(--theme-color)
    }
    
    #topics .postBody #BlogPostCategory:before {
    	content: "f07c";
    	font-family: FontAwesome;
    	opacity: .7
    }
    
    #topics .postBody #EntryTag:before {
    	content: "f02c";
    	font-family: FontAwesome;
    	opacity: .7
    }
    
    #topics .postBody #post_next_prev {
    	font-size: 14px
    }
    
    #topics .postDesc {
            text-align:right;
    	font-weight: 400;
    	//display: none
    }
    
    .cnblogs_code {
    	background-color: #333232;
    	padding-left: 1em;
    	padding-right: 1em;
    	border: none;
    	border-radius: 3px;
    	font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important
    }
    
    .cnblogs_code div {
    	background-color: transparent;
    	color: #656c73
    }
    
    .cnblogs_code img {
    	margin: 0!important
    }
    
    .cnblogs_code pre {
    	color: #abb2bf;
    	font-family: inherit!important;
    	font-size: 15px!important
    }
    
    .cnblogs_code pre span {
    	font-family: inherit!important;
    	color: inherit!important
    }
    
    .cnblogs_code textarea {
    	font-family: inherit!important;
    	padding: 5px;
    	border: 1px solid #3e4c42;
    	color: #c5d4ef;
    	background-color: #282c34
    }
    
    .cnblogs_code textarea:focus {
    	outline: 0
    }
    
    .cnblogs_code .code_img_closed,.cnblogs_code .code_img_opened {
    	display: none!important
    }
    
    .cnblogs_code .cnblogs_code_toolbar {
    	 20px
    }
    
    .cnblogs_code .cnblogs_code_toolbar span {
    	padding-right: 0
    }
    
    .cnblogs_code .cnblogs_code_toolbar a:link img {
    	background-color: transparent!important
    }
    
    .cnblogs_code .cnblogs_code_collapse {
    	color: #656c73;
    	border: 1px solid #989fa6;
    	border-radius: 2px;
    	background-color: transparent;
    	display: inline-block;
    	cursor: pointer;
    	padding: 5px 5px 2px
    }
    
    #footer {
    	border-top: 1px solid var(--border-color);
    	font-size: 13px;
    	text-align: center;
    	padding: 15px 0
    }
    
    .louzhu {
    	color: var(--theme-color);
    	font-weight: 500
    }
    
    .feedbackListSubtitle .sendMsg2This {
    	background: transparent;
    	padding-left: 0;
    	font-size: 15px
    }
    
    .feedbackListSubtitle .sendMsg2This:before {
    	content: "✉️"
    }
    
    .feedbackManage {
    	float: right
    }
    
    .feedbackItem .feedbackCon {
    	margin-bottom: 10px;
    	padding: 10px 0;
    	border-bottom: 1px solid var(--border-color)
    }
    
    .feedbackItem .feedbackCon .comment_vote {
    	margin-top: 12px
    }
    
    .blog_comment_body {
    	 auto;
    	border-radius: 4px;
    	padding: 12px;
    	margin-left: 50px;
    	background-color: var(--panel-bg-color);
    	min-height: 19px
    }
    
    .blog_comment_body img {
    	border-radius: 3px
    }
    
    #taglist_main {
    	margin-top: 0
    }
    
    #taglist_main table {
    	 100%
    }
    
    #taglist_main table tr td {
    	padding: 5px 20px 5px 0
    }
    
    #taglist_main table tr td:last-child {
    	padding-right: 0
    }
    
    #taglist_main table tr td .small {
    	display: none
    }
    
    #taglist_main table tr td a {
    	display: block;
    	padding: 5px;
    	font-weight: 300;
    	height: 19px;
    	line-height: 20px;
    	text-align: center;
    	border: 1px solid var(--border-color);
    	border-radius: 4px;
    	color: var(--text-color)
    }
    
    #taglist_main table tr td a:hover {
    	border: 1px solid var(--theme-color)
    }
    
    #div_digg {
    	margin: 0;
    	 auto
    }
    
    #div_digg .buryit,#div_digg .diggit {
    	background: none;
    	height: auto;
    	 auto;
    	min- 45px;
    	margin: 0;
    	font-size: 17px;
    	border-radius: 4px;
    	padding: 3px 10px;
    	background-color: var(--panel-bg-color);
    	transition: all .3s
    }
    
    #div_digg .buryit span,#div_digg .diggit span {
    	font-size: inherit;
    	color: inherit
    }
    
    #div_digg .buryit:hover,#div_digg .diggit:hover {
    	color: #fff;
    	background-color: var(--theme-color)
    }
    
    #div_digg .diggit:before {
    	content: "f087";
    	font-family: FontAwesome;
    	opacity: .7
    }
    
    #div_digg .buryit {
    	margin-left: 15px
    }
    
    #div_digg .buryit:before {
    	content: "f088";
    	font-family: FontAwesome;
    	opacity: .7
    }
    
    .topicListFooter {
    	text-align: right;
    	margin-top: 10px;
    	margin-right: 0
    }
    
    #nav_next_page,.pager {
    	color: var(--text-color);
    	text-align: right;
    	margin-right: 0!important
    }
    
    #nav_next_page a,.pager a {
    	color: var(--text-color);
    	padding: 4px 7px;
    	border: 1px solid var(--border-color);
    	border-radius: 4px
    }
    
    #nav_next_page a:hover,.pager a:hover {
    	color: var(--theme-color);
    	border: 1px solid var(--theme-color)
    }
    
    .pager span.current {
    	padding: 3px 7px;
    	border: 1px solid var(--theme-color);
    	background-color: var(--theme-color);
    	border-radius: 4px;
    	margin: 0 0 0 5px
    }
    
    .feedback_area_title {
    	font-size: 20px;
    	border-bottom: 1px solid var(--border-color);
    	margin-bottom: 15px;
    	padding-bottom: 5px
    }
    
    .commentform #commentform_title {
    	background-image: none;
    	padding-left: 0;
    	font-size: 20px
    }
    
    .commentform #tip_comment {
    	color: var(--theme-color)!important;
    	margin: 15px 0;
    	display: block
    }
    
    .commentform .comment_textarea {
    	 100%;
    	border: 1px solid var(--border-color);
    	background-color: transparent;
    	padding: 0
    }
    
    .commentform .comment_textarea:focus {
    	outline: 0
    }
    
    .commentform .commentbox_title {
    	border-bottom: 1px solid var(--border-color)
    }
    
    .commentform .commentbox_title .commentbox_title_left .commentbox_tab {
    	margin: 0;
    	padding: 5px 15px;
    	color: var(--text-color);
    	border-bottom: none
    }
    
    .commentform .commentbox_title .commentbox_title_left .active {
    	color: var(--theme-color)
    }
    
    .commentform .commentbox_title .commentbox_title_right {
    	margin: 0 10px 0 0
    }
    
    .commentform .commentbox_title .commentbox_title_right .comment_svg:hover,.commentform .commentbox_title .commentbox_title_right .comment_svg_stroke:hover {
    	fill: var(--theme-color);
    	stroke: var(--theme-color)
    }
    
    .commentform #tbCommentBody,.commentform #tbCommentBodyPreview {
    	padding: 10px 15px;
    	background: transparent;
    	color: var(--text-color);
    	font-weight: 300
    }
    
    .commentform #tbCommentBodyPreviewBody {
    	margin-left: 0;
    	min-height: 235px;
    	background-color: transparent
    }
    
    .commentform #btn_comment_submit {
    	 auto;
    	height: auto;
    	border- 0;
    	cursor: pointer;
    	color: #fff;
    	background-color: var(--theme-color);
    	border-color: var(--theme-color);
    	font-weight: 300;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	padding: 5px 17px;
    	font-size: 13px;
    	border-radius: 4px;
    	outline: none;
    	transition: all .3s
    }
    
    .commentform #btn_comment_submit:hover {
    	opacity: .7
    }
    
    .commentform .comment_my_posted>img {
    	display: none
    }
    
    .commentform .bq_post_comment {
    	margin-top: 5px;
    	font-size: 13px;
    	display: block;
    	color: var(--text-color);
    	background-color: var(--border-color);
    	border: none;
    	border-radius: 4px;
    	padding: 1px 15px
    }
    
    ::-webkit-scrollbar {
    	 5px
    }
    
    ::-webkit-scrollbar-thumb {
    	border-radius: 4px;
    	background-color: var(--text-color)
    }
    
    ::-webkit-scrollbar-thumb:hover {
    	background-color: var(--theme-color)
    }
    
    .github-corner:hover .octo-arm {
    	-webkit-animation: octocat-wave .56s ease-in-out;
    	animation: octocat-wave .56s ease-in-out
    }
    
    .github-corner svg {
    	fill: var(--theme-color);
    	z-index: 999;
    	cursor: pointer;
    	position: fixed;
    	top: 0;
    	border: 0;
    	left: 0;
    	transform: scaleX(-1)
    }
    
    @-webkit-keyframes octocat-wave {
    	0%,to {
    		transform: rotate(0)
    	}
    
    	20%,60% {
    		transform: rotate(-25deg)
    	}
    
    	40%,80% {
    		transform: rotate(10deg)
    	}
    }
    
    @keyframes octocat-wave {
    	0%,to {
    		transform: rotate(0)
    	}
    
    	20%,60% {
    		transform: rotate(-25deg)
    	}
    
    	40%,80% {
    		transform: rotate(10deg)
    	}
    }
    
    .esa-mobile-menu {
    	display: none;
    	position: fixed;
    	top: 17px;
    	right: 20px;
    	height: 25px;
    	 25px;
    	text-align: center;
    	line-height: 25px;
    	z-index: 941113;
    	font-size: 1.5em;
    	cursor: pointer;
    	color: var(--text-color);
    	border-radius: 4px
    }
    
    .esa-profile-avatar {
    	border-radius: 4px;
    	 100%
    }
    
    .esa-contents {
    	box-shadow: -2px 0 3px rgba(0,0,0,.1);
    	position: fixed;
    	top: 0;
    	right: 1px;
    	bottom: 0;
    	height:auto;
    	background-color: var(--contents-bg-color);
    	overflow-y: auto;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	padding: 1rem 0;
    	 138px;
    	transform: translate3d(168px,0,0);
    	z-index: 1000
    }
    
    .esa-contents ul {
    	padding: 0 15px;
    	overflow-y: auto
    }
    
    .esa-contents ul li {
    	padding: 5px 0;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	cursor: pointer;
    	color: var(--text-color)
    }
    
    .esa-contents ul li .level1 {
    	margin-left: 0
    }
    
    .esa-contents ul li .level2 {
    	margin-left: 10px
    }
    
    .esa-contents ul li .level3 {
    	margin-left: 26px
    }
    
    .esa-anchor {
    	opacity: 0;
    	transition: opacity .3s ease;
    	margin-left: 8px
    }
    
    .active {
    	transform: translateZ(0)
    }
    
    .active,.noactive {
    	transition-duration: 378ms
    }
    
    .noactive {
    	transform: translate3d(252px,0,0)
    }
    
    .cnblogs-markdown .hljs {
    	display: block;
    	overflow-x: auto;
    	padding: .5em 1em .5em 3em!important;
    	background: #2b2b2b!important;
    	border: 1px solid #2c2a2a!important;
    	color: #bababa;
    	font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important;
    	font-size: 15px!important
    }
    
    .hljs-comment,.hljs-quote {
    	color: #5c6370;
    	font-style: italic
    }
    
    .hljs-doctag,.hljs-formula,.hljs-keyword {
    	color: #c678dd
    }
    
    .hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst {
    	color: #e06c75
    }
    
    .hljs-literal {
    	color: #56b6c2
    }
    
    .hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string {
    	color: #98c379
    }
    
    .hljs-built_in,.hljs-class .hljs-title {
    	color: #e6c07b
    }
    
    .hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable {
    	color: #d19a66
    }
    
    .hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title {
    	color: #61aeee
    }
    
    .hljs-emphasis {
    	font-style: italic
    }
    
    .hljs-strong {
    	font-weight: 700
    }
    
    .hljs-link {
    	text-decoration: underline
    }
    
    .hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag {
    	color: #7171bf
    }
    
    .hljsln {
    	display: block;
    	margin-left: 2.4em;
    	padding-left: .7em!important
    }
    
    .hljsln::-webkit-scrollbar {
    	height: 8px
    }
    
    .hljsln::-webkit-scrollbar-thumb {
    	background: #314659
    }
    
    .hljsln::-webkit-scrollbar-thumb:hover {
    	background: var(--theme-color)
    }
    
    .hljsln .ln-bg {
    	z-index: 1;
    	top: 0;
    	height: 100%;
    	background: #333;
    	border-radius: 4px
    }
    
    .hljsln .ln-bg,.hljsln .ln-num {
    	position: absolute;
    	left: 0;
    	 2.4em
    }
    
    .hljsln .ln-num {
    	z-index: 2;
    	text-align: center;
    	display: inline-block;
    	-webkit-touch-callout: none;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none
    }
    
    .hljsln .ln-num:before {
    	color: #777;
    	font-style: normal;
    	font-weight: 400;
    	text-align: center;
    	content: attr(data-num)
    }
    
    .esa-post-signature {
    	padding: 12px 24px 12px 20px;
    	margin-top: 15px;
    	font-size: 15px;
    	background-color: var(--panel-bg-color);
    	position: relative;
    	border-radius: 4px;
    	border-left: 4px solid var(--theme-color)
    }
    
    .esa-post-signature p {
    	margin: 0!important
    }
    
    .esa-post-signature a {
    	color: var(--text-color)!important
    }
    
    .esa-sponsor {
    	position: relative;
    	 100%;
    	height: 85px;
    	margin: 60px 0 100px
    }
    
    .esa-sponsor .title {
    	text-align: center;
    	margin-bottom: 15px;
    	font-size: 17px;
    	font-weight: 400;
    	opacity: .8
    }
    
    .esa-sponsor .box {
    	position: absolute;
    	left: calc(50% - 101px);
    	border: 1px solid var(--border-color);
    	border-radius: 4px
    }
    
    .esa-sponsor .box li {
    	 60px;
    	float: left;
    	margin: 0!important;
    	text-align: center;
    	border-left: 1px solid var(--border-color);
    	background: transparent;
    	transition: background .3s ease;
    	cursor: pointer;
    	line-height: 0;
    	opacity: 1;
    	list-style: none;
    	margin: 0;
    	padding: 6px 3px
    }
    
    .esa-sponsor .box li svg {
    	opacity: .5
    }
    
    .esa-sponsor .box li:hover {
    	background: var(--panel-bg-color)
    }
    
    .esa-sponsor .box li:first-child {
    	border- 0
    }
    
    .esa-sponsor .qrshow {
    	position: absolute;
    	 200px;
    	height: 200px;
    	background: var(--bg-color);
    	cursor: pointer;
    	margin: 0!important;
    	left: calc(50% - 100px);
    	top: -180px;
    	z-index: 999;
    	display: none
    }
    
    .esa-sponsor .qrshow img {
    	height: 100%;
    	 100%
    }
    
    .esa-layer {
    	position: fixed;
    	top: 10px;
    	text-align: center;
    	line-height: 25px;
    	font-size: 15px;
    	 100%;
    	display: none;
    	z-index: 9999999
    }
    
    .esa-layer .content {
    	position: relative;
    	background: var(--theme-color,#3b4f61);
    	max- 250px;
    	padding: 5px 10px;
    	font-size: 14px;
    	font-weight: 400;
    	border-radius: 4px;
    	color: #fff;
    	display: inline-block
    }
    
    .esa-comment-avatar {
    	float: left
    }
    
    .esa-comment-avatar img {
    	height: 43px;
    	 43px;
    	border-radius: 4px;
    	transition: all .5s ease-out;
    	-webkit-transition: all .6s ease-out
    }
    
    .esa-comment-avatar img:hover {
    	border-radius: 50%
    }
    
    .esa-toolbar {
    	position: fixed;
    	bottom: 20px;
    	right: 20px;
    	 45px;
    	height: 45px;
    	z-index: 1001
    }
    
    .esa-toolbar .bars {
    	position: relative;
    	 inherit;
    	height: inherit;
    	cursor: pointer;
    	border-radius: 50%;
    	background: var(--theme-color);
    	z-index: 1;
    	text-align: center;
    	font-size: 22px;
    	line-height: 46px;
    	color: #fff;
    	transition: all .3s ease;
    	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2)
    }
    
    .esa-toolbar .contents,.esa-toolbar .mode,.esa-toolbar .skin,.esa-toolbar .up {
    	position: absolute;
    	cursor: pointer;
    	bottom: 0;
    	right: 0;
    	height: 35px;
    	 35px;
    	text-align: center;
    	line-height: 35px;
    	z-index: 0;
    	opacity: 0;
    	border-radius: 4px;
    	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
    	background-color: var(--panel-bg-color);
    	transition: all .3s ease
    }
    
    .esa-toolbar .contents:hover,.esa-toolbar .mode:hover,.esa-toolbar .skin:hover,.esa-toolbar .up:hover {
    	color: #fff;
    	background-color: var(--theme-color)
    }
    
    .esa-toolbar .bars-show {
    	transform: rotate(270deg)
    }
    
    .esa-toolbar .up-show {
    	transform: translate3d(0,-200%,0);
    	opacity: 1
    }
    
    .esa-toolbar .mode-show {
    	transform: translate3d(-140%,-140%,0);
    	opacity: 1
    }
    
    .esa-toolbar .skin-show {
    	transform: translate3d(-200%,0,0);
    	opacity: 1
    }
    
    .esa-toolbar .contents-show {
    	transform: translate3d(-350%,0,0);
    	opacity: 1
    }
    
    .esa-toolbar .skin-popup {
    	display: none;
    	position: fixed;
    	left: calc(50% - 100px);
    	bottom: 0;
    	padding: 25px;
    	opacity: 1;
    	 150px;
    	height: auto;
    	border-radius: 15px 15px 0 0;
    	background-clip: border-box;
    	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
    	background-color: var(--panel-bg-color)
    }
    
    .esa-toolbar .skin-popup .item {
    	text-align: center
    }
    
    .esa-toolbar .skin-popup .title {
    	font-size: 17px;
    	margin-bottom: .5em
    }
    
    .esa-toolbar .skin-popup .themes button {
    	font-size: 1em;
    	position: relative;
    	 calc(1.75em - 5px);
    	height: calc(1.75em - 5px);
    	border-radius: .15em;
    	cursor: pointer;
    	margin: 2.5px;
    	flex-shrink: 0;
    	justify-self: center;
    	transition: all .15s;
    	overflow: hidden;
    	background: transparent;
    	z-index: 1;
    	box-sizing: border-box;
    	outline: none;
    	border: none
    }
    
    @-webkit-keyframes loading {
    	0% {
    		opacity: 0
    	}
    
    	to {
    		opacity: 1
    	}
    }
    
    @keyframes loading {
    	0% {
    		opacity: 0
    	}
    
    	to {
    		opacity: 1
    	}
    }
    
    .dark-loading {
    	background: #222
    }
    
    .light-loading {
    	background: #fff
    }
    
    .dark-loading,.light-loading {
    	position: fixed;
    	top: 0;
    	left: 0;
    	bottom: 0;
    	right: 0;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	z-index: 99999
    }
    
    .dark-loading .box h2,.light-loading .box h2 {
    	color: #777;
    	margin: 0;
    	font: .8em verdana;
    	text-transform: uppercase;
    	letter-spacing: .1em;
    	text-align: center
    }
    
    .dark-loading .box span,.light-loading .box span {
    	display: inline-block;
    	vertical-align: middle;
    	 .6em;
    	height: .6em;
    	margin: .19em;
    	background: #007db6;
    	border-radius: .6em;
    	-webkit-animation: loading 1s infinite alternate;
    	animation: loading 1s infinite alternate
    }
    
    .dark-loading .box span:nth-of-type(2),.light-loading .box span:nth-of-type(2) {
    	background: #008fb2;
    	-webkit-animation-delay: .2s;
    	animation-delay: .2s
    }
    
    .dark-loading .box span:nth-of-type(3),.light-loading .box span:nth-of-type(3) {
    	background: #009b9e;
    	-webkit-animation-delay: .4s;
    	animation-delay: .4s
    }
    
    .dark-loading .box span:nth-of-type(4),.light-loading .box span:nth-of-type(4) {
    	background: #00a77d;
    	-webkit-animation-delay: .6s;
    	animation-delay: .6s
    }
    
    .dark-loading .box span:nth-of-type(5),.light-loading .box span:nth-of-type(5) {
    	background: #00b247;
    	-webkit-animation-delay: .8s;
    	animation-delay: .8s
    }
    
    .dark-loading .box span:nth-of-type(6),.light-loading .box span:nth-of-type(6) {
    	background: #5ab027;
    	-webkit-animation-delay: 1s;
    	animation-delay: 1s
    }
    
    .dark-loading .box span:nth-of-type(7),.light-loading .box span:nth-of-type(7) {
    	background: #a0b61e;
    	-webkit-animation-delay: 1.2s;
    	animation-delay: 1.2s
    }
    
    body {
    	counter-reset: item;
    }
    
    Lt {
    	font-size: 18px;
    	border: 3px solid  #FF9900;
    	border-left: 8px solid #FF9900;
    	background-color: #FFFFCD;
    	counter-increment: item;
    }
    
    Lt:before {
    	content: "例" counter(item) ".";
    	color: #f00;
    }
    
    div.XZXX {
    	text-align-last: justify;
    	 95%;
    	text-indent: 1em;
    	font-size: 16px;
    	margin-top: -10px;
    	padding: 0px;
    }
    
    div.Grid {
    	display: flex;
    }
    
    div.Grid-cell {
    	flex: 1;
    	font-size: 18px;
    }
    
    .tooltip {
    	position: relative;
    	display: inline;
    	border-bottom: double #0000FF;
    }
    
    .tooltip::after {
    	content: "(注)";
    	position: absolute;
    	top: -8px;
    	right: -18px;
    	font-size: 8px;
    	color: white;
    	background: black;
    	border-radius: 12px;
    }
    
    .tooltip .tooltiptext {
    	visibility: hidden;
    	 220px;
    	top: 100%;
    	left: 50%;
    	margin-left: -110px;
     /* 使用一半宽度 (120/2 = 60) 来居中提示工具 */
    	background-color: black;
    	color: #fff;
    	text-align: left;
    	border-radius: 30px;
    	padding: 5px 5px 5px 15px;
    	position: absolute;
    	z-index: 16;
    }
    
    .tooltip .tooltiptext::after {
    	content: " ";
    	position: absolute;
    	bottom: 100%;
      /* 提示工具头部 */
    	left: 50%;
    	margin-left: -5px;
    	border- 8px;
    	border-style: solid;
    	border-color: transparent transparent black transparent;
    }
    
    .tooltip:hover .tooltiptext {
    	visibility: visible;
    }
    
    #sidebar_toptags .tag-count {
    	display: none;
    }
    
    * {
    	outline: none
    }
    
    abbr {
    	padding-bottom: 1px;
    	border-bottom- 3px;
    	border-bottom: double #0000FF;
    	text-decoration: none;
    }
    
    .postTitle2 >span>span {
    	font-size: 17px;
    	font-weight: 300;
    }
    
    .liScore, .liRank {
    	font-size: 16px;
    	line-height: 25px;
    	font-weight: 300;
    }
    
    .liScore::before {
    	content: '⌘';
    }
    
    .liRank::before {
    	content: '∰';
    }
    
    .c_b_p_desc center{
        float:right
    }
    
    #wh {
    	color: var(--text-color);
    	font-weight: 600
    }
    
    wh:hover {
    	color: var(--theme-color)
    }
    
    
    
    #profile_block{
    display:none!important;
    }
    
    .esa-profile-avatar{
     150px!important;
    height: 150px!important;
    border-radius: 75px!important;
    margin-left: 44px!important;
    }
    
    
    
    .shenming{
     padding-top:10px;
    padding-bottom:10px;
    line-height:20px;
    font-size:12px!important;
    Lato,PingFang SC,Microsoft YaHei,sans-serif
    }
    
    2 
    <!--
    <link type="text/css" rel="styleSheet"  href="https://cdn.jsdelivr.net/gh/esofar/cnblogs-theme-silence@3.0.0-beta2/dist/silence.min.css" />
    
    -->
    <div class="shenming">
      <p >声明:现大部分文章为寻找问题时在网上相互转载,在此博客中做个记录,方便自己也方便有类似问题的朋友,故原出处已不好查到,如有侵权,请私信表明文章和原出处地址进行删除,谢谢</p>
    </div>
    
    <script>
     window.$silence = {
      avatar: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_QQ%E5%9B%BE%E7%89%8720190731083645.jpg',
      defaultMode: 'light',
    navbars: [{
            title: '标签',
            url: 'https://www.cnblogs.com/brady-wang/tag/'
        }],
    showNavAdmin: true,
    catalog: {
            enable: true,
            index: true,
            active: false,
            levels: ['h2', 'h3', 'h4']
        },
    
    signature: {
            enable: true,
            author: '风行天下',
            license: ['署名-非商业性使用-相同方式共享 4.0 国际', 'https://creativecommons.org/licenses/by-nc-sa/4.0/'],
            remark: '本文版权归作者和博客园共有,欢迎转载,但必须给出原文链接,并保留此段声明,如涉及个人隐私,本人有权要求删除,否则保留追究法律责任的权利',
        }
    
    
    };
    
    </script>
    
    
    <script src="https://cdn.jsdelivr.net/gh/esofar/cnblogs-theme-silence@3.0.0-beta2/dist/silence.min.js"></script>
    
    
    <div id="player"  class="aplayer mybr">
     <pre class="aplayer-lrc-content">
            [00:01.75]马良 - 往后余生
            [00:00.44]作词:马良
            [00:00.59]作曲:马良
            [00:02.49]余生很长
            [00:04.92]请多指教
            [00:15.99]在没风的地方找太阳
            [00:23.34]在你冷的地方做暖阳
            [00:31.01]人事纷纷
            [00:33.74]你总太天真
            [00:38.30]往后的余生
            [00:40.35]我只要你
            [00:43.65]往后余生
            [00:47.30]风雪是你
            [00:51.05]平淡是你
            [00:54.77]清贫也是你
            [00:58.45]荣华是你
            [01:02.25]心底温柔是你
            [01:06.40]目光所至
            [01:09.39]也是你
            [01:15.06]呜呜呜……
            [01:30.55]想带你去看晴空万里
            [01:37.94]想大声告诉你我为你着迷
            [01:45.52]往事匆匆
            [01:48.30]你总是会感动
            [01:52.79]往后的余生
            [01:55.03]我只要你
            [01:58.16]往后余生
            [02:01.82]冬雪是你
            [02:05.59]春华是你
            [02:09.38]夏雨也是你
            [02:13.12]秋黄是你
            [02:16.88]四季冷暖是你
            [02:21.07]目光所至
            [02:23.95]也是你
        </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
        </pre>
    
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
        <pre class="aplayer-lrc-content">
         </pre>
    
    </div>
    <link href="https://blog-static.cnblogs.com/files/php-linux/APlayer.min_v1.10.1.css" rel="stylesheet">
    <script src="https://blog-static.cnblogs.com/files/php-linux/APlayer.min_v1.10.1.js"></script>
    
    <script type="text/javascript">
        var ap = new APlayer({
            element: document.getElementById('player'),
            listFolded:true,
            order: 'random',
            preload: 'auto',
            autoplay: false,          <!-- 是否自动播放 -->
            showlrc: false,
            volume:0.4,
           //fixed: true,
            theme: '#F5F5F5',      <!-- 插件背景颜色,建议和你的公告栏背景色一样,这样融为一体的感觉 -->
            music: [
                {
                    title: '往后余生',
                    author: '王贰浪',
                    url: 'https://blog-static.cnblogs.com/files/php-linux/%E7%8E%8B%E8%B4%B0%E6%B5%AA-%E5%BE%80%E5%90%8E%E4%BD%99%E7%94%9F.js',
                     pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '我的一个道姑朋友',
                    author: '洛尘鞅',
                    url: 'https://files.cnblogs.com/files/php-linux/%E6%B4%9B%E5%B0%98%E9%9E%85-%E6%88%91%E7%9A%84%E4%B8%80%E4%B8%AA%E9%81%93%E5%A7%91%E6%9C%8B%E5%8F%8B.js',
                  pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
               
                {
                    title: '拂雪',
                    author: '不才',
                    url: 'https://files.cnblogs.com/files/php-linux/%E4%B8%8D%E6%89%8D-%E6%8B%82%E9%9B%AA.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
    
                {
                    title: '大田后生仔',
                    author: '王玉萌',
                    url: 'https://files.cnblogs.com/files/php-linux/%E7%8E%8B%E7%8E%89%E8%90%8C-%E5%A4%A7%E7%94%B0%E5%BE%8C%E7%94%9F%E4%BB%94.js',
                   pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '浪子回头',
                    author: '王玉萌',
                    url: 'https://files.cnblogs.com/files/php-linux/%E7%8E%8B%E7%8E%89%E8%90%8C-%E6%B5%AA%E5%AD%90%E5%9B%9E%E5%A4%B4.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '素颜',
                    author: '许嵩,何曼婷',
                    url: 'https://files.cnblogs.com/files/php-linux/%E7%B4%A0%E9%A2%9C.js',
                     pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '眉间雪',
                    author: '晴愔',
                    url: 'https://files.cnblogs.com/files/php-linux/%E7%9C%89%E9%97%B4%E9%9B%AA.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '怨苍天变了心',
                    author: '方季惟',
                    url: 'https://files.cnblogs.com/files/php-linux/%E6%80%A8%E8%8B%8D%E5%A4%A9%E5%8F%98%E4%BA%86%E5%BF%83.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '巧解姻缘天作合',
                    author: '陈倩倩',
                    url: 'https://files.cnblogs.com/files/php-linux/%E5%B7%A7%E8%A7%A3%E5%A7%BB%E7%BC%98%E5%A4%A9%E4%BD%9C%E5%90%88.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '烟雨唱扬州',
                    author: '李殊',
                    url: 'https://files.cnblogs.com/files/php-linux/%E7%83%9F%E9%9B%A8%E5%94%B1%E6%89%AC%E5%B7%9E.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '恋愛サーキュレーション',
                    author: '花澤香菜',
                    url: 'https://files.cnblogs.com/files/php-linux/%E6%81%8B%E6%84%9B%E3%82%B5%E3%83%BC%E3%82%AD%E3%83%A5%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '丐秀·无垢',
                    author: 'NL不分',
                    url: 'https://files.cnblogs.com/files/php-linux/%E4%B8%90%E7%A7%80%C2%B7%E6%97%A0%E5%9E%A2.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '皈依',
                    author: '胡萝卜君,菀卿尘',
                    url: 'https://files.cnblogs.com/files/php-linux/%E7%9A%88%E4%BE%9D.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                },
                {
                    title: '归雪',
                    author: '凉松羽,世狼',
                    url: 'https://files.cnblogs.com/files/php-linux/%E5%BD%92%E9%9B%AA.js',
                    pic: 'https://images.cnblogs.com/cnblogs_com/php-linux/674292/o_2007140237188909342719897560.jpg'
                }
    
    
            ]
        });
        //ap.init();
    </script>
    3
    
    <script type="text/javascript">
    /* 鼠标特效 */
    var a_idx = 0;
    jQuery(document).ready(function($) {
        $("body").click(function(e) {
            var a = new Array("❤富强❤","❤民主❤","❤文明❤","❤和谐❤","❤自由❤","❤平等❤","❤公正❤","❤法治❤","❤爱国❤","❤敬业❤","❤诚信❤","❤友善❤");
            var $i = $("<span></span>").text(a[a_idx]);
            a_idx = (a_idx + 1) % a.length;
            var x = e.pageX,
            y = e.pageY;
            $i.css({
                "z-index": 999999999999999999999999999999999999999999999999999999999999999999999,
                "top": y - 20,
                "left": x,
                "position": "absolute",
                "font-weight": "bold",
                "color": "rgb("+~~(255*Math.random())+","+~~(255*Math.random())+","+~~(255*Math.random())+")"
            });
            $("body").append($i);
            $i.animate({
                "top": y - 180,
                "opacity": 0
            },
            1500,
            function() {
                $i.remove();
            });
        });
    });
    </script>
    <!--
    <script id="c_n_script" src="https://files.cnblogs.com/files/brady-wang/canvas-nest.js" color="0,0,0" opacity="0.4" count="10" zindex="-999">
     
    </script>
    -->
    
  • 相关阅读:
    Linux中的中断处理
    Yocto使用小技巧
    udev学习笔记汇总
    USB gadget学习笔记
    Linux常用命令
    Linux下软件安装方法
    278. First Bad Version
    MySQL的索引
    7. Reverse Integer
    排序算法
  • 原文地址:https://www.cnblogs.com/brady-wang/p/13971719.html
Copyright © 2011-2022 走看看