子比主题 – 仿Mac三条文章底部样式
这是一款仿Mac三条文章底部样式,不是在附件下载的下面是在文章的下面,一定要看清楚,喜欢的自行部署一下吧!代码部署
首先将下面的代码放到:子比主题–>>自定义CSS样式即可!
.sys-item-12 {
background-image: url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01e5LDEM1QbInIe9Get_!!2210123621994.png);
margin-top: 10px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #fff;
text-align: center;
border-radius: 6px;
font-weight: 500;
}
.sys-item-13 {
background-image: url(https://img.alicdn.com/imgextra/i4/2210123621994/O1CN01Tk7v4S1QbInJU77xK_!!2210123621994.png);
margin-top: 10px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #fff;
text-align: center;
border-radius: 6px;
background-size: auto 100%;
font-weight: 500;
}
.sys-item-14 {
background-image: url(https://img.alicdn.com/imgextra/i2/2210123621994/O1CN01hk3dn41QbInJUNxQN_!!2210123621994.png);
margin-top: 10px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #fff;
text-align: center;
border-radius: 6px;
background-size: auto 100%;
font-weight: 500;
}附件图片
然后将下面代码添加到:文章页面–>>在文章内容后–>>插入内容即可!
<div class="sys-item-12"><span>支持 macOS</span> Ventura 12.x</div>
<div class="sys-item-13"><span>支持 macOS</span> Ventura 13.x</div>
<div class="sys-item-14"><span>支持 macOS</span> Ventura 14.x</div>
页:
[1]