Browse Source

no message

WIN-20230912WHV\Administrator 1 năm trước cách đây
mục cha
commit
5f0d7b67bc
2 tập tin đã thay đổi với 19 bổ sung2 xóa
  1. 0 1
      README.md
  2. 19 1
      pages/login/index.vue

+ 0 - 1
README.md

@@ -1 +0,0 @@
-#Law-firm

+ 19 - 1
pages/login/index.vue

@@ -1,6 +1,13 @@
 <template>
   <view class="page-box login-box">
       <view class="login-form">
+        <view class="from-title">
+          <view class="title-bg"></view>
+          <view class="title-list">
+            <view class="title-text">验证码登录</view>
+            <view class="title-text">密码登录</view>
+          </view>
+        </view>
 
       </view>
 
@@ -32,10 +39,21 @@
 <style lang="scss" scoped>
   @import "/common/css/login.css";
   .page-box{
+    background-color: #EEF1F7;
+    padding-top: 370rpx;
     .login-form{
-      margin: 370rpx 30rpx 0 30rpx;
+      margin: 0 30rpx;
       height: 630rpx;
       border-radius: 50rpx;
+      background-color: rgba(255,255,255,0.5);
+      //opacity: 0.5;
+      .from-title{
+        .title-bg{
+          width: 50%;
+          background-color: #fff;
+        }
+
+      }
     }
 
   }