feedBack.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .home {
  2. margin: 0 40rpx;
  3. margin-top: 40rpx;
  4. }
  5. van-button {
  6. color: white;
  7. text-align: center;
  8. margin: 0 60rpx;
  9. }
  10. .van-button--default {
  11. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  12. color: white !important;
  13. }
  14. .van-field__input {
  15. background: #F4F4F4 !important;
  16. }
  17. button:not([size='mini']) {
  18. width: 550rpx !important;
  19. }
  20. .van-radio__icon--round {
  21. display: none !important;
  22. }
  23. .van-radio__label {
  24. background: red;
  25. padding: 0 70rpx;
  26. }
  27. .parameter-wrap {
  28. margin-left: 20rpx;
  29. }
  30. .checked_parameter {
  31. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  32. color: white;
  33. }
  34. .parameter-info {
  35. width: 232rpx;
  36. background: #FFF0ED;
  37. border-radius: 10rpx;
  38. display: inline-block;
  39. text-align: center;
  40. padding: 10rpx 0;
  41. }
  42. .parameter-info:first-child {
  43. margin-right: 10rpx;
  44. }
  45. .fwb {
  46. display: flex;
  47. font-size: 28rpx;
  48. margin-top: 40rpx;
  49. }
  50. .error {
  51. font-size: 24rpx;
  52. color: #EE0A24;
  53. background: white;
  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. .weui-input input {
  72. height: 60rpx;
  73. }
  74. .van-icon-circle {
  75. color: #EE0A24;
  76. /* margin-top: 30rpx; */
  77. }
  78. .xingbie {
  79. margin-left: 10rpx;
  80. width: 130rpx;
  81. line-height: 60rpx;
  82. }
  83. .red-image {
  84. vertical-align: text-bottom;
  85. margin-top: 10rpx;
  86. }
  87. input {
  88. height: 40rpx;
  89. }
  90. .moreTitle {
  91. width: 600rpx;
  92. }
  93. textarea {
  94. background: rgba(244, 244, 244, 1);
  95. border-radius: 10px;
  96. border: 1rpx solid rgba(244, 244, 244, 1);
  97. width: 100%;
  98. height: 194rpx;
  99. margin-top: 20rpx;
  100. }
  101. .fwt {
  102. display: flex;
  103. font-size: 28rpx;
  104. margin-top: 40rpx;
  105. }
  106. .flex-flex {
  107. display: flex;
  108. flex-direction: column;
  109. }
  110. .big-vover {
  111. z-index: 999;
  112. }
  113. .weui-input radio {
  114. display: none;
  115. }
  116. .weui-input checkbox {
  117. display: none;
  118. }
  119. .checkboxbox {
  120. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  121. color: white !important;
  122. }
  123. .my-choosebox {
  124. color: rgba(51, 51, 51, 1);
  125. width: 200rpx;
  126. padding: 10rpx 80rpx;
  127. background: #FFF0ED;
  128. margin: 10rpx;
  129. line-height: 80rpx;
  130. border-radius: 10rpx;
  131. }