wangfei il y a 6 ans
Parent
révision
78b22b671e

BIN
assets/images/dingwei.png Voir le fichier


BIN
assets/images/gouwu.png Voir le fichier


BIN
assets/images/jiaotong.png Voir le fichier


BIN
assets/images/jiaoyu.png Voir le fichier


BIN
assets/images/yiliao.png Voir le fichier


+ 2
- 2
pages/ActivityDetail/comment.wxss Voir le fichier

@@ -83,8 +83,8 @@ textarea{
83 83
 }
84 84
 
85 85
 .item text {
86
-  width: 20rpx;
87
-  height: 20rpx;
86
+  width: 30rpx;
87
+  height: 30rpx;
88 88
   box-sizing: border-box;
89 89
   border: 2rpx solid red;
90 90
   display: inline-block;

+ 7
- 7
pages/EstateDetail/index.wxml Voir le fichier

@@ -20,9 +20,9 @@
20 20
         <view class="centerLabel">
21 21
           <view class="flex-h">
22 22
             <text class="name flex-item">{{EstateDetail.buildingName}}</text>
23
-            <text class="price">均价:{{EstateDetail.price}}</text>
23
+            <text class="price">别名:{{EstateDetail.name || ''}}</text>
24 24
           </view>
25
-          <text>别名:{{EstateDetail.name || ''}}</text>
25
+          <text>均价:{{EstateDetail.price}}</text>
26 26
         </view>
27 27
       </view>
28 28
 
@@ -117,32 +117,32 @@
117 117
                 <text>{{EstateDetail.address}}</text>
118 118
               </view>
119 119
               <text>前往</text>
120
-              <image mode="widthFix" src="/assets/images/icon1.png"></image>
120
+              <image mode="widthFix" src="/assets/images/daohang.png"></image>
121 121
             </view>
122 122
           </view>
123 123
         </view>
124 124
         <view class="transInfo flex-h" bindtap='toMap'>
125 125
           <view class="flex-item" data-val='交通'>
126 126
             <text data-val='交通'>交通</text>
127
-            <image data-val='交通' mode="widthFix" src="/assets/images/icon1.png"></image>
127
+            <image data-val='交通' mode="widthFix" src="/assets/images/jiaotong.png"></image>
128 128
             <text data-val='交通'>约20处</text>
129 129
             <text data-val='交通'>接驳路线</text>
130 130
           </view>
131 131
           <view class="flex-item" data-val='教育'>
132 132
             <text data-val='教育'>教育</text>
133
-            <image data-val='教育' mode="widthFix" src="/assets/images/icon1.png"></image>
133
+            <image data-val='教育' mode="widthFix" src="/assets/images/jiaoyu.png"></image>
134 134
             <text data-val='教育'>约20所</text>
135 135
             <text data-val='教育'>教育机构</text>
136 136
           </view>
137 137
           <view class="flex-item" data-val='医疗'>
138 138
             <text data-val='医疗'>医疗</text>
139
-            <image data-val='医疗' mode="widthFix" src="/assets/images/icon1.png"></image>
139
+            <image data-val='医疗' mode="widthFix" src="/assets/images/yiliao.png"></image>
140 140
             <text data-val='医疗'>约20所</text>
141 141
             <text data-val='医疗'>医疗机构</text>
142 142
           </view>
143 143
           <view class="flex-item" data-val='商业'>
144 144
             <text data-val='商业'>商业</text>
145
-            <image data-val='商业' mode="widthFix" src="/assets/images/icon1.png"></image>
145
+            <image data-val='商业' mode="widthFix" src="/assets/images/gouwu.png"></image>
146 146
             <text data-val='商业'>约20所</text>
147 147
             <text data-val='商业'>周边商业</text>
148 148
           </view>

+ 1
- 1
pages/MyCollectEstateList/index.wxml Voir le fichier

@@ -18,7 +18,7 @@
18 18
             <view class="delete">
19 19
               <image mode="widthFix" src="/assets/images/icon28.png" bindtap="DeleteItem" data-index="{{item.buildingId}}"></image>
20 20
             </view>
21
-            <text>{{item.name}}</text>
21
+            <text class="name">{{item.buildingName}}</text>
22 22
             <text>{{item.address}}</text>
23 23
             <text>距您{{item.distance}}km</text>
24 24
             <text class="price">均价:<text>{{item.price}}</text></text>

+ 5
- 7
pages/MyCollectEstateList/index.wxss Voir le fichier

@@ -50,27 +50,25 @@
50 50
   width: 100%;
51 51
   display: block;
52 52
   line-height: 40rpx;
53
-  font-size: 26rpx;
53
+  font-size: 24rpx;
54 54
   color: #999;
55 55
 }
56 56
 
57 57
 .list .delete + text {
58
-  font-size: 30rpx;
58
+  font-size: 24rpx;
59 59
   font-weight: bold;
60 60
   color: #000;
61 61
   line-height: 44rpx;
62 62
 }
63 63
 
64
-.list text.price {
65
-  text-align: right;
66
-  color: red;
64
+.list text.name{
65
+  font-size: 32rpx;
67 66
 }
68 67
 
69 68
 .list text.price text {
70 69
   display: inline;
71 70
   color: red;
72
-  font-size: 30rpx;
73
-  font-weight: bold;
71
+  font-size: 24rpx;
74 72
 }
75 73
 
76 74
 .noMore {

+ 1
- 1
pages/MyWelfare/index.wxml Voir le fichier

@@ -15,7 +15,7 @@
15 15
         <!-- 右侧内容 -->
16 16
         <view class="flex-item">
17 17
           <view>
18
-            <text>{{item.title}}</text>
18
+            <text class="name">{{item.title}}</text>
19 19
             <text>{{item.desc}}</text>
20 20
             <text class="price">活动时间:<text>{{item.activityDate || ''}}</text></text>
21 21
           </view>

+ 5
- 7
pages/MyWelfare/index.wxss Voir le fichier

@@ -54,23 +54,21 @@
54 54
   color: #999;
55 55
 }
56 56
 
57
+
57 58
 .list .delete + text {
58 59
   font-size: 30rpx;
59 60
   font-weight: bold;
60 61
   color: #000;
61 62
   line-height: 44rpx;
62 63
 }
63
-
64
-.list text.price {
65
-  text-align: right;
66
-  color: red;
64
+.list text.name{
65
+  font-size: 26rpx;
66
+  color: #000;
67 67
 }
68
-
69 68
 .list text.price text {
70 69
   display: inline;
71 70
   color: red;
72
-  font-size: 30rpx;
73
-  font-weight: bold;
71
+  font-size: 24rpx;
74 72
 }
75 73
 
76 74
 .noMore {

+ 1
- 1
pages/components/SubIndex/index.wxml Voir le fichier

@@ -117,7 +117,7 @@
117 117
           <view class="flex-item" data-id="{{item.buildingId}}" >
118 118
             <text data-id="{{item.buildingId}}" wx:for="{{item.buildingTag}}" wx:for-item="tag" wx:for-index="index" wx:key="key">{{tag.tagName}}</text>
119 119
           </view>
120
-          <image data-id="{{item.buildingId}}" mode="widthFix" src="/assets/images/icon7.png"></image>
120
+          <image data-id="{{item.buildingId}}" mode="widthFix" src="/assets/images/dingwei.png"></image>
121 121
           <text data-id="{{item.buildingId}}">{{item.buildingArea}}</text>
122 122
         </view>
123 123
       </view>

+ 1
- 0
pages/components/SubIndex/index.wxss Voir le fichier

@@ -223,6 +223,7 @@
223 223
   border-radius: 6rpx;
224 224
   margin-left: 10rpx;
225 225
   font-size: 20rpx;
226
+  color: #9D876D;
226 227
 }
227 228
 
228 229
 .roomList > view .img > view > text {

+ 1
- 1
pages/index/index.wxml Voir le fichier

@@ -35,7 +35,7 @@
35 35
   </view>
36 36
 
37 37
   <!-- 弹窗 -->
38
-  <view class="layer" hidden="{{!ShowLayer}}">
38
+  <view class="layer" hidden="{{!ShowLayer}}" bindtap="closeLayer">
39 39
     <view class="centerLabel">
40 40
       <view class="top" bindtap='closeLayer'>
41 41
         <image mode="widthFix" src="/assets/images/icon43.png"></image>

+ 2
- 0
pages/index/index.wxss Voir le fichier

@@ -111,8 +111,10 @@
111 111
   overflow: hidden;
112 112
   margin: 0 auto;
113 113
   z-index: 1001;
114
+  padding: 0;
114 115
 }
115 116
 
116 117
 .layer .content image{
117 118
   width: 100%;
119
+  display: block;
118 120
 }

+ 2
- 2
pages/map/testmap.wxss Voir le fichier

@@ -61,8 +61,8 @@
61 61
 }
62 62
 
63 63
 .layer .navImg  {
64
-  /* max-width: 16px;
65
-  max-height: 16px; */
64
+  max-width: 16px;
65
+  max-height: 16px;
66 66
   width: 14px;
67 67
   display: inline-block;
68 68
 }