You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

form-cascader.wxss 362B

123456789101112131415161718192021
  1. .wux-cell-class {
  2. height: 112rpx !important;
  3. font-size: 28rpx !important;
  4. }
  5. .wux-cell-class-1 {
  6. height: 112rpx !important;
  7. font-size: 28rpx !important;
  8. border: none !important;
  9. }
  10. .view-input {
  11. border: 1rpx solid #19be6b;
  12. padding: 20rpx;
  13. border-radius: 20rpx;
  14. cursor: auto;
  15. overflow: hidden;
  16. text-overflow: clip;
  17. white-space: nowrap;
  18. }