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-textarea.wxss 436B

hace 1 año
1234567891011121314151617181920212223242526272829303132
  1. .wux-cell-class {
  2. height: 112rpx !important;
  3. font-size: 28rpx !important;
  4. }
  5. .form {
  6. font-size: 28rpx;
  7. }
  8. .form-label {
  9. width: 300rpx;
  10. font-size: 28rpx;
  11. line-height: 36rpx;
  12. color: gray;
  13. }
  14. .form-value {
  15. width: 750rpx;
  16. font-size: 28rpx;
  17. }
  18. .form-label::before {
  19. display: inline-block;
  20. margin-right: 6rpx;
  21. color: #ef473a;
  22. font-size: 28rpx;
  23. font-family: SimSun,sans-serif;
  24. line-height: 1;
  25. content: "*"
  26. }