shippingAddress.less 2.5 KB
 page {
   .container {
     padding: 32rpx 32rpx 130rpx;
     box-sizing: border-box;

     .noMyGarage {
       padding: 228rpx 32rpx 32rpx;

       .banner_img {
         display: flex;
         align-items: center;
         justify-content: center;
         margin-bottom: 150rpx;

         image {
           width: 500rpx;
           height: 360rpx;
         }
       }

       .banner_img_title {
         font-size: 24rpx;
         line-height: 48rpx;
         color: #8C9198;
         text-align: center;
       }
     }

     .address {
       padding: 32rpx;
       box-sizing: border-box;
       box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
       opacity: 1;
       border-radius: 24px;
       margin-top: 30rpx;

       .address_name {
         width: 100%;

         display: flex;
         flex-direction: column;

         .ress_im {
           width: 100%;
           display: flex;
           align-items: center;


           .item {
             font-size: 32rpx;
             line-height: 50rpx;

           }

           .item2 {
             font-size: 32rpx;
             line-height: 50rpx;
             margin-left: 5rpx;
           }
         }

         .per_name {
           display: flex;
           align-items: center;

           .item {
             font-size: 28rpx;
             line-height: 50rpx;
             margin-right: 20rpx;
           }

         }
       }

       .down_change {
         display: flex;
         align-items: center;
         justify-content: space-between;
         margin-top: 20rpx;
         box-sizing: border-box;
         height: 40rpx;

         .img_ {
           display: flex;
           align-items: center;

           image {
             width: 28rpx;
             height: 28rpx;
           }

           .set_mo {
             margin-left: 20rpx;
             font-size: 28rpx;
             line-height: 40rpx;

           }

         }

         .editor {

           text {
             font-size: 28rpx;
             line-height: 40rpx;
             margin: 0 20rpx;
           }
         }
       }

     }


   }

   .downbtn {
     width: 100%;
     padding: 0 64rpx;
     box-sizing: border-box;
     position: fixed;
     bottom: 0;
     // left: 64rpx;
     background-color: #fff;

     .btn {
       // width: 620rpx;
       width: 100%;
       height: 80rpx;
       margin: 10rpx 0;
       line-height: 80rpx;
       padding: 0;
       font-weight: 400;
       font-size: 28rpx;
       background-color: #E8370F;
       color: #fff
     }
   }

 }