From ac1710f669c5c3416c63ec014e58f310b78dd483 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 09 二月 2023 14:10:23 +0800 Subject: [PATCH] # --- pages/login/login.vue | 38 ++++++++++++++++---------------------- pages.json | 9 +++++---- App.vue | 1 + 3 files changed, 22 insertions(+), 26 deletions(-) diff --git a/App.vue b/App.vue index 8c2b732..f894f1d 100644 --- a/App.vue +++ b/App.vue @@ -14,4 +14,5 @@ <style> /*姣忎釜椤甸潰鍏叡css */ + @import url("static/css/main.css"); </style> diff --git a/pages.json b/pages.json index cd79566..a233b59 100644 --- a/pages.json +++ b/pages.json @@ -14,10 +14,11 @@ } ], "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" + "navigationBarTextStyle": "white", + "navigationBarTitleText": "PDA缁堢", + // 瀵艰埅鏍忔牱寮�, custom 鍗冲彇娑堥粯璁ょ殑鍘熺敓瀵艰埅鏍� + "navigationStyle": "custom" + // "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} } diff --git a/pages/login/login.vue b/pages/login/login.vue index 59d2699..a512ca2 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -5,26 +5,17 @@ </view> </view> <view class="content"> - <view class="input"> - <view class=""> + <view class="input shadow-warp"> - </view> - <view class=""> - <input type="text"> - </view> </view> - <view class="input"> - <view class=""> - - </view> - <view class=""> - <input type="text"> - </view> + <!-- <view class=""> </view> - + <view class=""> + <input type="text"> + </view> --> </view> <view class="submit"> <view class="" style="width: 400rpx;"> @@ -42,6 +33,7 @@ .display-grid { display: grid; } + .head { height: 400rpx; width: 100%; @@ -50,16 +42,17 @@ // background-color: aqua; justify-items: center; align-items: center; + .logo { image { height: 300rpx; } } } + .content { height: 400rpx; width: 100%; - margin-top: 10rpx; // background-color: bisque; display: grid; grid-template-columns: 1fr; @@ -67,15 +60,16 @@ align-items: center; .input { - width: 50%; - height: 30%; - background-color: #fff; - display: grid; - grid-template-columns: 1fr; - justify-items: center; - align-items: center; + padding: 50rpx; + border-radius: 6rpx; + background-color: #ffffff; + color: #666666; + margin-top: 30rpx; + width: 60%; + height: 0rpx; } } + .submit { position: fixed; width: 100%; -- Gitblit v1.9.1