feedBack.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .home {
  2. margin: 40rpx 40rpx 0 40rpx;
  3. }
  4. van-button {
  5. color: white;
  6. text-align: center;
  7. margin: 0 80rpx;
  8. }
  9. .van-button--default {
  10. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  11. color: white !important;
  12. }
  13. .van-field__input {
  14. background: #F4F4F4 !important;
  15. }
  16. button:not([size='mini']) {
  17. width: 550rpx !important;
  18. margin-left: auto;
  19. margin-right: auto;
  20. }
  21. .van-radio__icon--round {
  22. display: none !important;
  23. }
  24. .van-radio__label {
  25. background: red;
  26. padding: 0 70rpx;
  27. }
  28. .parameter-wrap {
  29. margin-left: 20rpx;
  30. }
  31. .checked_parameter {
  32. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  33. color: white;
  34. }
  35. .parameter-info {
  36. width: 232rpx;
  37. background: #FFF0ED;
  38. border-radius: 10rpx;
  39. display: inline-block;
  40. text-align: center;
  41. padding: 10rpx 0;
  42. }
  43. .parameter-info:first-child {
  44. margin-right: 10rpx;
  45. }
  46. .fwb {
  47. display: flex;
  48. font-size: 28rpx;
  49. margin-top: 40rpx;
  50. }
  51. .error {
  52. font-size: 24rpx;
  53. color: #EE0A24;
  54. }
  55. .noerror {
  56. display: none !important;
  57. }
  58. .time {
  59. margin-left: 18rpx;
  60. font-size: 28rpx;
  61. color: #808080;
  62. background: #F4F4F4;
  63. width: 452rpx;
  64. padding: 0 10rpx;
  65. }
  66. .weui-input {
  67. margin-left: 20rpx;
  68. background: #F4F4F4;
  69. width: 474rpx;
  70. }
  71. .van-icon-circle {
  72. color: #EE0A24;
  73. }
  74. .xingbie {
  75. margin-left: 10rpx;
  76. width: 130rpx;
  77. }
  78. .red-image {
  79. vertical-align: text-bottom;
  80. }
  81. .moreTitle {
  82. width: 100%;
  83. }
  84. .fwt {
  85. display: flex;
  86. font-size: 28rpx;
  87. margin-top: 40rpx;
  88. }
  89. textarea {
  90. background: rgba(244, 244, 244, 1);
  91. border-radius: 10px;
  92. border: 1rpx solid rgba(244, 244, 244, 1);
  93. width: 100%;
  94. height: 194rpx;
  95. margin-top: 20rpx;
  96. }