diff --git a/app.json b/app.json index 36d7aeb..154051b 100644 --- a/app.json +++ b/app.json @@ -1,12 +1,12 @@ { "pages": [ "pages/home/index", + "pages/my/index", + "pages/handleLogin/index", "pages/member/index", "pages/login/index", "pages/apply/index", "pages/qrCode/index", - "pages/my/index", - "pages/handleLogin/index", "pages/waitApprove/index", "pages/rechargeRecord/index", "pages/invoiceList/index", @@ -35,7 +35,7 @@ }, "window": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "Weixin", + "navigationBarTitleText": "华昌宝能用电管理", "navigationBarBackgroundColor": "#ffffff" }, "sitemapLocation": "sitemap.json", diff --git a/app.wxss b/app.wxss index 479ec0d..4520ae1 100644 --- a/app.wxss +++ b/app.wxss @@ -8,7 +8,7 @@ page { } .border { - border: 1rpx solid #f0f0f0; + border: 0.5rpx solid #f0f0f0; } .radius12 { diff --git a/components/avatar/index.wxss b/components/avatar/index.wxss index 4612be0..6be8660 100644 --- a/components/avatar/index.wxss +++ b/components/avatar/index.wxss @@ -1,7 +1,7 @@ /* components/avatar/index.wxss */ .wrapper { - width: 100rpx; - height: 100rpx; + width: 150rpx; + height: 150rpx; border-radius: 50%; background: radial-gradient(circle, var(--light-green), var(--middle-green),var(--deep-green) ); display: flex; diff --git a/components/cell/index.wxml b/components/cell/index.wxml index 4b9a36e..2f0f9ed 100644 --- a/components/cell/index.wxml +++ b/components/cell/index.wxml @@ -18,11 +18,11 @@