Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

form-date.wxss 772B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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: 1.4rem;
  17. min-height: 1.4rem;
  18. overflow: hidden;
  19. text-overflow: clip;
  20. white-space: nowrap;
  21. }
  22. .form {
  23. font-size: 28rpx;
  24. }
  25. .form-label {
  26. width: 300rpx;
  27. font-size: 28rpx;
  28. line-height: 36rpx;
  29. color: gray;
  30. }
  31. .form-value {
  32. width: 450rpx;
  33. font-size: 28rpx;
  34. }
  35. .form-label::before {
  36. display: inline-block;
  37. margin-right: 6rpx;
  38. color: #ef473a;
  39. font-size: 28rpx;
  40. font-family: SimSun,sans-serif;
  41. line-height: 1;
  42. content: "*"
  43. }