更新css样式

This commit is contained in:
liyukun 2022-01-08 21:03:59 +08:00
parent d5a1129611
commit 7e8709a76d
7 changed files with 9 additions and 3143 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
#comment_addface{position:relative}.conment-face-plane{position:absolute;transition:.15s;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.2);border-radius:6px;top:100%;padding:10px;background:#fff;max-width:300px;z-index:9999;opacity:1;visibility:hidden}.popover-btn-face{margin-top:10px}.popover-btn{border-radius:4px;display:inline-block;transition:.15s;vertical-align:middle;padding:.3em .5em;text-align:center;line-height:1.44;border:none;outline:none;cursor:pointer}
#comment_addface{position:relative}.conment-face-plane{position:absolute;transition:.15s;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.2);border-radius:6px;top:100%;padding:10px;background:#fff;max-width:300px;z-index:9999;opacity:1;visibility:hidden}.popover-btn-face{margin-top:10px}.popover-btn{border-radius:4px;display:inline-block;transition:.15s;vertical-align:middle;padding:.3em .5em;text-align:center;line-height:1.44;border:0;outline:0;cursor:pointer}

View File

@ -1,15 +1,3 @@
/**
Pro-移动适配
*/
@media screen and (max-width: 800px) {
body .sidebarlist-main {
display: none;
}
}
@media screen and (max-width: 1040px) {
body .header-main-location-left {
justify-content: space-between;
}
}
*/@media screen and (max-width:800px){body .sidebarlist-main{display:none}}@media screen and (max-width:1040px){body .header-main-location-left{justify-content:space-between}}@media screen and (max-width:500px){body .post-item-new:before{content:"";display:block;position:absolute;right:0;width:8px;height:8px;background:#F56C6C;border-radius:50%;margin-top:6px;margin-right:10px;padding:0}body .cp-popwindow-window{max-width:280px}body .cp-postcard-content{display:none!important}}@media screen and (max-width:600px){body .cp-postcard-list{width:100%}body .cp-postcard-thumbnail-card{width:120px!important;height:80px!important}body .cp-postcard-item-card{width:100%!important}body .cp-postcard-card{display:flex;padding:8px}}

File diff suppressed because one or more lines are too long

View File

@ -1,74 +1,3 @@
/**
侧边栏模块
*/
.sidebarlist-item {
cursor: var(--cur-pointer), pointer !important;
}
.sidebarlist-main {
position: fixed;
bottom: 50%;
right: 40px;
transition: .30s;
z-index: 999;
}
.sidebarlist-main i {
font-size: 26px;
}
.sidebarlist-icon {
width: 24px;
height: 24px;
}
.sidebarlist-item {
background: #fff;
margin-bottom: 10px;
padding: 5px;
border-radius: 5px;
position: relative;
cursor: pointer;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}
.sidebarlist-item:hover .sidebarlist-item-content {
visibility: visible;
right: 120%;
opacity: 1;
}
.sidebarlist-item > a {
color: unset;
}
.sidebarlist-item-content {
visibility: hidden;
position: absolute;
background: #fff;
right: 90%;
opacity: 0;
top: 50%;
transition: all .3s ease;
width: 250px;
padding: 12px;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
font-size: 14px;
line-height: 1.6;
z-index: 1000;
cursor: auto;
border-radius: var(--border-hd);
}
.sidebarlist-item-content img {
width: 100%;
height: auto;
}
.header-main-location-left {
justify-content: unset;
}
.header-main-location-left .header-menu {
justify-content: space-between;
flex: 1;
}
*/.sidebarlist-item{cursor:var(--cur-pointer),pointer!important;text-align:center}.sidebarlist-main{position:fixed;bottom:50%;right:40px;transition:.30s;z-index:999}.sidebarlist-main i{font-size:26px}.sidebarlist-icon{width:24px;height:24px}.sidebarlist-item{background:#fff;margin-bottom:10px;padding:5px;border-radius:5px;position:relative;cursor:pointer;box-shadow:0 0 3px 1px rgba(0,0,0,.1)}.sidebarlist-item:hover .sidebarlist-item-content{visibility:visible;right:120%;opacity:1}.sidebarlist-item>a{color:unset}.sidebarlist-item-content{visibility:hidden;position:absolute;background:#fff;right:90%;opacity:0;top:50%;transition:all .3s ease;width:250px;padding:12px;box-shadow:0 0 3px 1px rgba(0,0,0,.1);font-size:14px;line-height:1.6;z-index:1000;cursor:auto;border-radius:var(--border-hd);text-align:unset}.sidebarlist-item-content img{width:100%;height:auto}.header-main-location-left{justify-content:unset}.header-main-location-left .header-menu{justify-content:space-between;flex:1}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long