index.wxss 169 B

1234567891011121314
  1. .cu-form-group .title {
  2. min-width: calc(4em + 30rpx);
  3. }
  4. .placeholder-input{
  5. color:#999;
  6. }
  7. input {
  8. text-align: right;
  9. }
  10. .footer {
  11. width: 100%;
  12. height: 100rpx;
  13. }