您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

form-picker.wxss 748B

1年前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. width: 100%;
  12. border: 1rpx solid #19be6b;
  13. padding: 20rpx;
  14. border-radius: 20rpx;
  15. cursor: auto;
  16. height: 35rpx;
  17. overflow: hidden;
  18. text-overflow: clip;
  19. white-space: nowrap;
  20. }
  21. .form {
  22. font-size: 28rpx;
  23. }
  24. .form-label {
  25. width: 240rpx;
  26. font-size: 28rpx;
  27. line-height: 36rpx;
  28. color: gray;
  29. }
  30. .form-value {
  31. width: 510rpx;
  32. font-size: 28rpx;
  33. }
  34. .form-label::before {
  35. display: inline-block;
  36. margin-right: 6rpx;
  37. color: #ef473a;
  38. font-size: 28rpx;
  39. font-family: SimSun, sans-serif;
  40. line-height: 1;
  41. content: "*"
  42. }