cs样式不出来
<!-- 签到css样式 -->
.uc_headwap .uc_signin{
width: 162px;
height: 68px;
border:solid #fff 3px;
border-radius:30px;
line-height: 68px;
text-align: center;
font-weight: bold;
font-size: 28px;
font-style: '微软雅黑';
vertical-align: middle;
position: absolute;
top:50%;
right:120px;
background:red;
}
<!-- 签到HTML样式 -->
<span class="uc_signin">{$userinfo.sign}</span>
php内容没写
-
span.uc_signin{ width: 162px; height: 68px; border:solid #fff 3px; border-radius:30px; line-height: 68px; text-align: center; font-weight: bold; font-size: 28px; font-style: '微软雅黑'; vertical-align: middle; position: absolute; top:
-
已经绑定,这是我在原有的基础上,新增加的css样式,但在前端看不见样式,就只出现一个0,
-
把域名(虚拟域名)绑定到根目录下,可以解决,