address.wxss 408 B

123456789101112131415161718
  1. @import "/static/common.wxss";
  2. .add-box input, .add-box textarea{border:2rpx solid #c7c7cc;border-radius: 20rpx;}
  3. .bottom-btn{display: flex;padding:20rpx;}
  4. .bottom-btn button{
  5. line-height: 2;
  6. border-radius: 10rpx;
  7. }
  8. .bottom-btn .btn-forwx{
  9. flex: .5;
  10. margin-right: 20rpx;
  11. color: var(--subtitleColor);
  12. background: #fff;
  13. border: 1px solid var(--subtitleColor);
  14. }
  15. .bottom-btn .submit{
  16. flex: 1;
  17. }