From 67da3f709ff61fea27b472a4266503bfa4eefeb5 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Tue, 22 Dec 2020 14:51:40 +0800 Subject: [PATCH] gx --- hive-app/pages/manager/index.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/hive-app/pages/manager/index.vue b/hive-app/pages/manager/index.vue index 0657a06..f86dbe6 100644 --- a/hive-app/pages/manager/index.vue +++ b/hive-app/pages/manager/index.vue @@ -1,9 +1,7 @@ <template> <!-- 工作台 --> <view class="container"> - <!-- #ifndef H5 --> - <view class="status_bar"></view> - <!-- #endif --> + <image src="../../static/images/banner.jpg" mode="widthFix" class="banner"></image> <view class="content-item"> <text class="title">排行榜</text> <view class="flex align-center mt-10"> @@ -61,16 +59,17 @@ page{ background: #F6F6F8; } - .container{ - padding: 0 10px; + .banner{ + width: 100%; } .content-item{ background: #FFFFFF; padding: 15px 0; border-radius: 4px; - margin: 10px 0; + margin: 10px; } .title{ + color: #666; font-size: 14px; padding-left: 15px; padding-bottom: 10px; @@ -80,9 +79,9 @@ text-align: center; } .content-icon{ - width: 30px; - height: 30px; + width: 26px; + height: 26px; display: block; - margin: 0 auto 15px; + margin: 0 auto 12px; } </style> -- Gitblit v1.9.1