常志远 3 年之前
父节点
当前提交
592ac5adff
共有 3 个文件被更改,包括 89 次插入19 次删除
  1. 63 0
      pages.json
  2. 6 2
      pages/fastRecharge/fastRecharge.vue
  3. 20 17
      pages/index/index.vue

+ 63 - 0
pages.json

@@ -166,6 +166,69 @@
 				//"navigationStyle": "custom" // 隐藏系统导航栏
 			}
 		}
+        ,{
+            "path" : "pages/article/article",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        },
+		{
+		    "path" : "pages/article/newsNotice",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "",
+		        "enablePullDownRefresh": false
+		    }
+		    
+		},
+		{
+		    "path" : "pages/article/articleDetails",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "",
+		        "enablePullDownRefresh": false
+		    }
+		    
+		}
+        ,{
+            "path" : "pages/search/search",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/searchPile/searchPile",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        },
+		{
+		    "path" : "pages/searchPile/stationAndPile/stationDetails",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "",
+		        "enablePullDownRefresh": false
+		    }
+		    
+		},
+		{
+		    "path" : "pages/searchPile/searchPileList",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "",
+		        "enablePullDownRefresh": false
+		    }
+		    
+		}
     ],
 	"globalStyle": {
 			"navigationStyle": "custom", // 隐藏系统导航栏

+ 6 - 2
pages/fastRecharge/fastRecharge.vue

@@ -63,7 +63,7 @@
 					</view>
 				
 				</view>
-			<u-radio-group v-model="value" label-size="">
+			<u-radio-group class="agreement" v-model="value" label-size="">
 				<u-radio shape="circle" >我已阅读并同意《充值协议》</u-radio>
 			</u-radio-group>
 			</view>
@@ -207,7 +207,11 @@
 		
 	}
  
-
+.agreement{
+	 position: absolute;
+	 left:23px;
+	 bottom: 70px;
+}
 
 	// 底部
 	.bottom {

+ 20 - 17
pages/index/index.vue

@@ -173,22 +173,22 @@
 		data(){
 			return{
 				tabbarList:[{
-					iconPath: "home-3- line" ,
-					selectedIconPath: "home -3- fill",
+					iconPath: "home-3-line" ,
+					selectedIconPath: "home-3-fill",
 					text:'主页 ',
 					count: 0,
 					isDot: true,
 					customIcon: true,
 					},
-					{iconPath: "road map- line" ,
-					selectedIconPath:" road map-fill" ,
-					text: ' 找桩',
+					{
+					iconPath: "road-map-line",
+					selectedIconPath:"road-map-fill" ,
+					text: '找桩',
 					midButton: true,
 					customIcon: true,
-						
 					},
-					{iconPath: "user- 5- line",
-					selectedIconPath: "user-5- fill",
+					{iconPath: "user-5-line",
+					selectedIconPath: "user-5-fill",
 					text: '我的' ,
 					count: 0,
 					isDot: false,
@@ -202,7 +202,7 @@
 
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 
 
 	// 头部图片
@@ -387,12 +387,14 @@
 		   padding: 24px 28px;
 		   .text-1{
 			   height: 16px;
+			   line-height: 16px;
 			   color: rgba(16, 16, 16, 100);
 			   font-size: 16px;
 			   text-align: left;
 		   }
 		   .text-2{
 			   height: 17px;
+			   line-height: 17px;
 			   color: rgba(102, 102, 102, 100);
 			   font-size: 12px;
 			   text-align: left;
@@ -440,8 +442,8 @@
 
 				.img-text {
 					position: absolute;
-					top: 0;
-					left: 0;
+					top: 12px;
+					left: 12px;
 					height: 33px;
 					color: #ff4444;
 					font-size: 24px;
@@ -449,7 +451,7 @@
 					margin-left: 12px;
 
 					.img-text2 {
-						font-size: 12px
+						font-size: 14px
 					}
 
 				}
@@ -498,8 +500,8 @@
 
 	.news {
 		background-color: #fff;
-		margin: 17px 16px 0;
-
+		margin: 12px 16px 20px;
+        border-radius: 8px;
 		.news-content {
 			display: flex;
 			justify-content: space-between;
@@ -519,8 +521,9 @@
 			.content-img {
 				width: 100px;
 				height: 80px;
-
+                background-color: #777777;
 				border-radius: 4px;
+				overflow: hidden;
 
 				img {
 					width: 100%;
@@ -541,7 +544,7 @@
 	.bottom {
 		width: 100%;
 		height: 150px;
-
+            
 		.bot {
 			width: 100%;
 			padding-left: 66px;
@@ -562,7 +565,7 @@
 				margin-right: 12px;
 				font-size: 12px;
 				text-align: center;
-
+               color:rgba(182, 189, 195, 100);
 			}
 		}
 	}