Browse Source

Fix:adjust some pages

chinadelu 5 years ago
parent
commit
108bc547d7

+ 2 - 0
pages/user/phoneLogin/phoneLogin.wxml

@@ -2,7 +2,9 @@
     <view class="content">
         <!-- 提示标语 -->
         <view class="slogn">
+            <!-- <view class="left-line" style="width:20rpx"></view> -->
             登录后即可收听你的收藏专辑哦
+            <!-- <view class="right-line" style="width:20rpx"></view> -->
         </view>
         <!-- 表单输入部分 -->
         <view class="login">

+ 3 - 1
pages/user/phoneLogin/phoneLogin.wxss

@@ -17,7 +17,9 @@
     font-size: 25rpx;
     color: #c3c3c3;
     text-align: center;
-    /* word-spacing: 20rpx; */
+    display: flex;
+    justify-content: space-evenly;
+    align-items: center;
 }
 .login{
     width: 100%;

+ 1 - 0
pages/user/user.wxml

@@ -72,6 +72,7 @@
 				<switch></switch>
 			</view>
 			<view class="choiceItem">
+			<!-- 意见反馈需要使用button的open-type属性 此处没有设置-->
 				<view class="">
 					<text class="icon-post text-gray"></text>
 					<text style="margin-left:20rpx">意见反馈</text>

+ 12 - 6
project.config.json

@@ -60,37 +60,43 @@
 					"pathName": "pages/collection/collection",
 					"query": "",
 					"scene": null
-				},{
+				},
+				{
 					"id": -1,
 					"name": "分类页",
 					"pathName": "pages/classification/classification",
 					"query": "",
 					"scene": null
-				},{
+				},
+				{
 					"id": -1,
 					"name": "榜单页",
 					"pathName": "pages/index/bangdan/bangdan",
 					"query": "",
 					"scene": null
-				},{
+				},
+				{
 					"id": -1,
 					"name": "user",
 					"pathName": "pages/user/user",
 					"query": "",
 					"scene": null
-				},{
+				},
+				{
 					"id": -1,
 					"name": "details",
 					"pathName": "pages/details/details",
 					"query": "",
 					"scene": null
-				},{
+				},
+				{
 					"id": -1,
 					"name": "phoneLogin",
 					"pathName": "pages/user/phoneLogin/phoneLogin",
 					"query": "",
 					"scene": null
-				},{
+				},
+				{
 					"id": -1,
 					"name": "搜索页",
 					"pathName": "pages/search/search",