shish 2 месяцев назад
Родитель
Сommit
4310e452b3
1 измененных файлов с 11 добавлено и 21 удалено
  1. 11 21
      hdApp/src/admin/home/mall.vue

+ 11 - 21
hdApp/src/admin/home/mall.vue

@@ -13,7 +13,6 @@
               <view class="brand-desc">{{ shopInfo.shopName||'' }} · 店铺管理</view>
             </view>
           </view>
-          <view class="page-title">店铺</view>
           <view class="hero-actions">
             <view class="hero-icon-btn" @click="pageTo({url:'/admin/chat/list'})">
               <image class="hero-action-icon" :src="iconSrc('general-chat')" mode="aspectFit" />
@@ -519,7 +518,7 @@ export default {
   display: flex;
   align-items: center;
   justify-content: space-between;
-  min-height: 128upx;
+  min-height: 122upx;
 }
 
 .brand-box {
@@ -558,15 +557,6 @@ export default {
   white-space: nowrap;
 }
 
-.page-title {
-  position: absolute;
-  left: 50%;
-  transform: translateX(-50%);
-  font-size: 36upx;
-  font-weight: 800;
-  color: #fff;
-}
-
 .hero-actions {
   position: relative;
   z-index: 4;
@@ -580,8 +570,8 @@ export default {
 }
 
 .hero-actions .hero-icon-btn {
-  width: 55upx;
-  height: 55upx;
+  width: 57upx;
+  height: 57upx;
   margin-left: 30upx;
 }
 
@@ -590,16 +580,16 @@ export default {
 }
 
 .hero-actions .hero-action-icon {
-  width: 35upx;
-  height: 35upx;
+  width: 37upx;
+  height: 37upx;
 }
 /* #endif */
 
 .hero-icon-btn {
   position: relative;
   z-index: 4;
-  width: 65upx;
-  height: 65upx;
+  width: 67upx;
+  height: 67upx;
   margin-left: 30upx;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.94);
@@ -619,8 +609,8 @@ export default {
 }
 
 .hero-action-icon {
-  width: 44upx;
-  height: 44upx;
+  width: 46upx;
+  height: 46upx;
 }
 
 .title-icon-img {
@@ -690,13 +680,13 @@ export default {
 }
 
 .overview-name {
-  font-size: 32upx;
+  font-size: 34upx;
   font-weight: 800;
 }
 
 .overview-date {
   margin-left: 24upx;
-  font-size: 28upx;
+  font-size: 30upx;
   color: rgba(255, 255, 255, 0.86);
 }