Kaynağa Gözat

fix:还原度

guotianliang 4 yıl önce
ebeveyn
işleme
068458f4b0

+ 1 - 1
pages/adjust/index.wxml

@@ -16,7 +16,7 @@
     <header class="header_custom" wx:if="{{headerShow}}" customClass="{{true}}">
         <view slot="content" class="header-title">
             <view class='goback' bindtap="goBack">
-                <van-icon color="#FFFFFF" name="arrow-left" size="18px"/>
+                <van-icon color="#FFFFFF" name="arrow-left" size="20px"/>
             </view>
             <view class='mode_box' bindtap="changeMode">
                 <image src="../../static/images/modechange.png" />

+ 1 - 1
pages/detail/index.wxml

@@ -3,7 +3,7 @@
     <header>
         <view slot="content" class="header-title flex_row">
             <view class='goback' bindtap="goBack">
-                <van-icon name="arrow-left" size="18px"/>
+                <van-icon name="arrow-left" size="20px"/>
             </view>
             <text class="titlename">{{paramName}}</text>
             <text class="righttext"></text>

+ 1 - 0
pages/index/index.js

@@ -45,6 +45,7 @@ Page({
     havePower:{result: "fail",message: "未定位到您的位置"},
     temperatureNum:'--',
     guideUser:false,
+    CustomBar:$.store.get('CustomBar')
   },
   toDetail(e){
     if(!e.currentTarget.dataset.istemp){

+ 10 - 1
pages/index/index.less

@@ -1,5 +1,9 @@
 page{
     overflow-x: hidden;
+    display: flex;
+    height: 100%;
+    width: 100%;
+    flex-direction: column;
 }
 .header-title{
     // padding:0 34rpx;
@@ -102,6 +106,8 @@ page{
 
 .contant_box{
      background: #f9fafa;
+     height: 100%;
+    width: 100%;
     .spacelist_box{
         margin:20rpx 32rpx 0;
         .space_item{
@@ -372,7 +378,8 @@ page{
     }
     .placeholder-view{
         width: 100%;
-        height: 156rpx;
+        height: 202rpx;
+        // height: 156rpx;
     }
 }
 .faillogin{
@@ -391,6 +398,7 @@ page{
     flex-direction: row;
     box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
     border-radius: 0px 0px 4px 4px;
+    border-top:1px solid #F5F6F7;
 }
 .spacedetail{
     display: flex;
@@ -398,6 +406,7 @@ page{
     align-items: center;
 }
 .footer_box{
+    z-index:100;
     .item_title{
         font-size: 18px;
         line-height: 28px;

+ 11 - 1
pages/index/index.wxss

@@ -1,5 +1,9 @@
 page {
   overflow-x: hidden;
+  display: flex;
+  height: 100%;
+  width: 100%;
+  flex-direction: column;
 }
 .header-title {
   padding: 0 26rpx;
@@ -93,6 +97,8 @@ page {
 }
 .contant_box {
   background: #f9fafa;
+  height: 100%;
+  width: 100%;
 }
 .contant_box .spacelist_box {
   margin: 20rpx 32rpx 0;
@@ -353,7 +359,7 @@ page {
 }
 .contant_box .placeholder-view {
   width: 100%;
-  height: 156rpx;
+  height: 202rpx;
 }
 .faillogin {
   background: #ffffff;
@@ -370,12 +376,16 @@ page {
   flex-direction: row;
   box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
   border-radius: 0px 0px 4px 4px;
+  border-top: 1px solid #F5F6F7;
 }
 .spacedetail {
   display: flex;
   flex-direction: row;
   align-items: center;
 }
+.footer_box {
+  z-index: 100;
+}
 .footer_box .item_title {
   font-size: 18px;
   line-height: 28px;

+ 1 - 1
pages/search/index.wxml

@@ -2,7 +2,7 @@
     <header>
         <view slot="content" class="header-title flex_row">
             <view class='goback' bindtap="goBack">
-                <van-icon name="arrow-left" size="18px"/>
+                <van-icon name="arrow-left" size="20px"/>
             </view>
             <text class="titlename">空间选择</text>
             <text class="righttext"></text>

+ 1 - 1
pages/usercenter/index.wxml

@@ -2,7 +2,7 @@
     <header class="header_custom" wx:if="{{headerShow}}" customClass="{{true}}">
         <view slot="content" class="header-title">
             <view class='goback' bindtap="goBack">
-                <van-icon name="arrow-left" size="18px"/>
+                <van-icon name="arrow-left" size="20px"  color="#ffffff"/>
             </view>
         </view>
     </header>