#
whycq
2023-02-09 ac1710f669c5c3416c63ec014e58f310b78dd483
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%;