后台仪表盘优化

feat/task1-c-wallet
gongfuxiang 2019-02-24 23:34:14 +08:00
parent 0598efc8f7
commit f05f23eb16
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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;