子比主题首页添加自定义六小格加导航文字(第二版)傲绝17小时前发布关注私信0217 效果图 修改图 自定义html填入代码 此处内容已隐藏,请评论后刷新页面查看. 代码放到CSS里面: .icon { width: 2em; height: 1.5em; vertical-align: -0.15em; fill: currentColor; } .Mrxu-block { padding-top: 30px; position: relative; } .Mrxu-block .cut-prev,.Mrxu-block .cut-next { position: absolute; font-size: 14px; top: 63px; width: 35px; height: 35px; text-align: center; line-height: 35px; color: #CCCCCC; background: #F3F4F7; border-radius: 50%; cursor: pointer; } .Mrxu-block .cut-prev { display: none; left: -55px; } .Mrxu-block .cut-next { right: -55px; } .Mrxu-block .cut-prev:hover,.Mrxu-block .cut-next:hover { color: #39AEFF; background: #F3F4F7; } .Mrxu-circulation { height: 228px; overflow: hidden; } .Mrxu-circulation ul { width: 300%; } .Mrxu-circulation ul li { float: left; position: relative; width: 5%; height: 100px; margin-right: 24px; z-index: 1; } .Mrxu-circulation ul li .Mrxu-content::before { content: ''; position: absolute; right: 0; top: 0; width: 168px; height: 100px; } .Mrxu-circulation ul li .Mrxu-content { position: relative; height: 100px; font-size: 14px; border-radius: 10px; transition: 0.2s; overflow: hidden; } .Mrxu-content .Mrxu-top { display: block; position: relative; box-sizing: border-box; padding: 22px 0 0 16px; border-radius: 10px; overflow: hidden; height: 100px; } .Mrxu-name { position: relative; font-size: 26px; line-height: 26px; margin-bottom: 8px; z-index: 1; } .Mrxu-hint { position: relative; z-index: 1; text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); } .Mrxu-circulation ul li.off:hover .Mrxu-content { height: 100px; } .Mrxu-circulation ul li:hover .Mrxu-content { height: 218px; box-shadow: 0 6px 10px 0 rgba(0,0,0,0.10); } .Mrxu-circulation .color1 .Mrxu-content:hover { background: #FFD4D4; } .Mrxu-circulation .color1 .Mrxu-top { color: #C68686; } .Mrxu-circulation .color1 .Mrxu-name { color: #5B0000; } .Mrxu-circulation li.color1 .Mrxu-content::before { background-position: 0 -100px; } .Mrxu-circulation .color2 .Mrxu-content:hover { background: #C9F1ED; } .Mrxu-circulation .color2 .Mrxu-top { color: #87BAB5; } .Mrxu-circulation .color2 .Mrxu-name { color: #0C534D; } .Mrxu-circulation li.color2 .Mrxu-content::before { background-position: -178px -100px; } .Mrxu-circulation .color3 .Mrxu-content:hover { background: #FFECB4; } .Mrxu-circulation .color3 .Mrxu-top { color: #DEBD83; } .Mrxu-circulation .color3 .Mrxu-name { color: #844000; } .Mrxu-circulation li.color3 .Mrxu-content::before { background-position: -534px -100px; } .Mrxu-circulation .color4 .Mrxu-content:hover { background: #FFD4D4; } .Mrxu-circulation .color4 .Mrxu-top { color: #BD7C7C; } .Mrxu-circulation .color4 .Mrxu-name { color: #5B0000; } .Mrxu-circulation li.color4 .Mrxu-content::before { background-position: -1424px -100px; } .Mrxu-circulation .color5 .Mrxu-content:hover { background: #FFE2EF; } .Mrxu-circulation .color5 .Mrxu-top { color: #D390A7; } .Mrxu-circulation .color5 .Mrxu-name { color: #840028; } .Mrxu-circulation li.color5 .Mrxu-content::before { background-position: -712px -100px; } .Mrxu-circulation .color6 .Mrxu-content:hover { background: #FFE2D0; } .Mrxu-circulation .color6 .Mrxu-top { color: #D49D86; } .Mrxu-circulation .color6 .Mrxu-name { color: #842100; } .Mrxu-circulation li.color6 .Mrxu-content::before { background-position: -890px -100px; } .Mrxu-content .Mrxu-top i { position: absolute; top: 0; right: -20px; width: 130px; height: 100px; background: url(/img/icon001.png) no-repeat 0 0; } .Mrxu-circulation li .icon1 { background-position: 0px 0; } .Mrxu-circulation li .icon2 { background-position: -140px 0; } .Mrxu-circulation li .icon3 { background-position: -280px 0; } .Mrxu-circulation li .icon4 { background-position: -410px 0; } .Mrxu-circulation li .icon5 { background-position: -530px 0; } .Mrxu-circulation li .icon6 { background-position: -650px 0; } .Mrxu-block .Mrxu-content { height: 100px; } .Mrxu-block .Mrxu-link { text-align: center; line-height: 26px; font-size: 14px; } .Mrxu-block .Mrxu-link a { margin: 10px 1px 0; display: inline-block; background: rgba(255,255,255,0.50); width: 77px; height: 26px; border-radius: 13px; font-size: 13px; } .Mrxu-block .Mrxu-link a:hover { background: #fff; color: #666; } .Mrxu-classify { margin: -87px 0 0; padding-bottom: 30px; white-space: nowrap; } .Mrxu-classify li { width: 10%; position: relative; display: inline-block; } .Mrxu-classify li::before { content: ''; position: absolute; right: -1px; top: 2px; width: 2px; height: 16px; background: #DDDDDD; } .Mrxu-classify li:nth-child(10)::before { display: none; } .Mrxu-classify li .iconfont { font-size: 16px; color: #39AEFF; margin-right: 6px; } .Mrxu-classify li a { margin-left: 6%; font-size: 14px; color: #666666; } .Mrxu-classify li a:hover { color: #2CAEFF; } .Mrxu-classify li.more { display: none; } .Mrxu-classify li.more i { vertical-align: -3px; margin-right: 4px; } .Mrxu-circulation li.AnRotate .Mrxu-top i { animation: AnRotate 1.2s ease-in-out infinite alternate; transform-origin: 76px 90%; } 引入阿里矢量图标 <script type="text/javascript" src="//at.alicdn.com/t/font_2696731_fbdj49dums.js"></script> © 版权声明 文章作者 傲绝博客 隐私政策 PrivacyPolicy 用户协议 UseGenerator 许可协议 NC-SA 4.0 THE END子比美化# 子比美化# 子比主题 喜欢就支持一下吧点赞7 分享QQ空间微博QQ好友海报分享复制链接收藏