gx
queenwuli
2020-12-22 67da3f709ff61fea27b472a4266503bfa4eefeb5
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>