addcard.css 553 B

1234567
  1. /* promote/withdrawal/addcard/addcard.wxss */
  2. .form{background: #fff; font-size: 28rpx;}
  3. .ipt{height: 100rpx; line-height: 100rpx; justify-content: space-between;align-items: center;}
  4. .ipt text{font-weight: bold;}
  5. input{width: 423rpx; text-align: right;}
  6. .btn{height:90rpx !important;border-radius:45rpx !important;line-height: 90rpx !important;font-size: 32rpx;color: #fff;text-align: center;margin-top: 170rpx;position: fixed;left: 40rpx;right: 40rpx;bottom: 115rpx;z-index: 20;background-color: var(--mina);}
  7. .bor{border-bottom: 1rpx solid #E5E5E5;}