Cuteen主题在sidebar.php
里面这个位置加入下方代码就行,例如:
<span>最新回复</span>下面
<span class="ios"></span>
下方代码放后台
-自定义CSS
/*PC端侧栏仿ios小点点_[猫之书_mzhis.com]*/
.ios {
content: " ";
position: absolute;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fc625d !important;
width: 10px;
height: 10px;
z-index:999;
-webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
box-shadow: 19px 0 #fdbc40, 40px 0 #35cd4b;
float: right;
right: 58px;
top: 22px;
z-index:100;
}