本文最后更新于2022年12月20日,部分网盘链接偶尔抽风,下载地址如有失效,请在文章评论区留言反馈。
美化1
/*图片样式标题背景模糊*/
.ceo_cat_img_box_fit h2 {
backdrop-filter:blur(5px)!important;
border-radius:5px!important;
}
/*左上角图片数量背景色*/
.ceo-img-ico-i {
background-color:#ff1766!important;
padding:2px 10px 2px 10px!important;
border-radius:15px!important;
backdrop-filter:blur(5px)!important;
}
/*开通VIP按钮颜色调整*/
.ceo_vip2_touse a {
background:#ff416c!important;
background:-webkit-linear-gradient(to right, #ff416c, #ff4b2b)!important;
background:linear-gradient(to right, #ff416c, #ff4b2b)!important;
}
/*视频封面高度调整*/
.ceo-cardvideo-loop {
height:225px!important;
}
/*滚动条整体样式*/
::-webkit-scrollbar {
/*滚动条整体样式,红色窄条*/
width: 8px;
/*高宽分别对应横竖滚动条的尺寸*/
/*height: 5px;*/
}
::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
background-color: #ee3f4d;
/*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #fff;
}
美化2
/*左下角上下跳动动画*/
.ceo-footer-h img {
-webkit-animation:upDown 1s ease-in-out infinite;
animation:upDown 1s ease-in-out infinite;
}
/*菜单新版new图标*/
.nav>ul>li>a .neew {
display:block;
width:30px;
height:19px;
position:absolute;
left:50%;
top:-22px;
margin-left:-13px;
background:url(https://e.mmsto.com/wp-content/themes/ceomax/static/images/ceo-new.gif) no-repeat;
-webkit-animation:upDown 6s ease-in-out infinite;
animation:upDown 6s ease-in-out infinite
}
/*菜单新版Hot图标*/
.nav>ul>li>a .hoot {
display:block;
width:30px;
height:19px;
position:absolute;
left:50%;
top:-22px;
margin-left:-9px;
background:url(https://e.mmsto.com/wp-content/themes/ceomax/static/images/ceo-hot.gif) no-repeat;
-webkit-animation:upDown 6s ease-in-out infinite;
animation:upDown 6s ease-in-out infinite
}
/*菜单顶部胶囊文字角标*/
.nav>ul>li>a .xiaojiji {
display:inline-block;
font-size:0.6rem;
letter-spacing:0.05em;
background:linear-gradient(to top,#10c469 0%,#28a745 100%);
color:#ffffff;
border-radius:1rem;
padding:.15rem .3rem;
line-height:1;
position:absolute;
left:46%;
top:-18px;
margin-left:-13px
}
.nav>li>a .xiaojiji {
display:inline-block;
font-size:0.6rem;
letter-spacing:0.05em;
background:linear-gradient(to top,#10c469 0%,#28a745 100%);
color:#ffffff;
border-radius:1rem;
padding:.15rem .3rem;
line-height:1;
margin-left:8px
}
图标下载
声明:
本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
一、本站文中资源为互联网公开资源,我站仅作收集整理;版权归原作者所有,仅作为个人学习、研究以及欣赏!如有涉及下载请24小时内删除;
二、本站分享的图片、资源、视频等,出镜模特均为成年女性正常写真内容,均不含有淫秽以及色情内容;
三、用户可通过签到得积分来获取所需要的资源,本站VIP为赞助服务,是您喜欢本站而产生的捐赠赞助支持行为,仅为维持服务器及人员的开支与维护
本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
一、本站文中资源为互联网公开资源,我站仅作收集整理;版权归原作者所有,仅作为个人学习、研究以及欣赏!如有涉及下载请24小时内删除;
二、本站分享的图片、资源、视频等,出镜模特均为成年女性正常写真内容,均不含有淫秽以及色情内容;
三、用户可通过签到得积分来获取所需要的资源,本站VIP为赞助服务,是您喜欢本站而产生的捐赠赞助支持行为,仅为维持服务器及人员的开支与维护
评论(0)