删除多余scss

This commit is contained in:
结发受长生 2019-04-28 22:40:06 +08:00
parent 6f70ebbe8e
commit 8d764b4dba
3 changed files with 0 additions and 75 deletions

View File

@ -1,10 +0,0 @@
#disqus_thread, .duoshuo, .cloud-tie-wrapper, #SOHUCS, #gitment-ctn {
padding: 0 30px !important;
min-height: 20px;
}
#SOHUCS {
#SOHU_MAIN .module-cmt-list .block-cont-gw {
border-bottom: 1px dashed #c8c8c8 !important;
}
}

View File

@ -5,7 +5,6 @@
@import "./scroll";
@import "./highlight";
@import "./tags";
@import "./tags-cloud";
@import "./social";
@import "./page";
@import "./archive";
@ -13,7 +12,6 @@
@import "./article-main";
@import "./article-inner";
@import "./article-nav";
@import "./comment";
@import "./share";
@import "./reward";
@import "./aside";

View File

@ -1,63 +0,0 @@
.glass {
background-color: rgba(54,70,93,.9);
left: 0;
opacity: 1;
z-index: 998;
transition: opacity .15s;
bottom: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
}
.tagcloud-ctn {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 90120;
background-size: 100% 100%;
opacity: 1;
.tagcloud-global {
position: fixed;
top: 50%;
left: 50%;
margin-top: -115px;
margin-left: -315px;
width: 630px;
a {
width: 80px;
height: 80px;
border-radius: 50%;
background: #F2992E;
color: #fff;
display: block;
float: left;
line-height: 80px;
text-align: center;
}
.tab-post-types .tab-post-type:nth-child(1) .post-type-icon {
background: #F2992E
}
.tab-post-types .tab-post-type:nth-child(2) .post-type-icon {
background: #56BC8A
}
.tab-post-types .tab-post-type:nth-child(3) .post-type-icon {
background: #4AA8D8
}
.tab-post-types .tab-post-type:nth-child(4) .post-type-icon {
background: #A77DC2
}
.tab-post-types .tab-post-type:nth-child(5) .post-type-icon {
background: #DD765D
}
}
}