提交 f05f23eb 编写于 作者: G gongfuxiang

后台仪表盘优化

上级 0598efc8
......@@ -22,6 +22,7 @@
<span>今日</span>
<span class="animation-count-to" data-to="{{$user.today_count}}" data-speed="1500">0</span>
</div>
<i class="am-icon-user am-icon-lg bg-icon"></i>
</div>
</li>
<li>
......
......@@ -71,6 +71,8 @@ html, body {
.shopxo-base li .li-content {
padding: 10px;
border-radius: 3px;
background: #00BCD4;
position: relative;
}
.shopxo-base li:nth-child(1) .li-content {
background: #00BCD4;
......@@ -109,6 +111,13 @@ html, body {
.shopxo-base li .li-content .yesterday {
padding-bottom: 5px;
}
.shopxo-base li .li-content .bg-icon {
font-size: 36px;
position: absolute;
top: calc(50% - 45px);
right: 10px;
color: rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 641px) {
.shopxo-base li:nth-child(1){
padding: 10px 5px 5px 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册