lastdetail.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. flex-direction: column;
  50. }
  51. .error {
  52. font-size: 24rpx;
  53. color: #EE0A24;
  54. background: white;
  55. }
  56. .noerror {
  57. display: none !important;
  58. }
  59. .time {
  60. margin-left: 18rpx;
  61. font-size: 28rpx;
  62. color: #808080;
  63. background: #F4F4F4;
  64. width: 452rpx;
  65. padding: 0 10rpx;
  66. }
  67. .weui-input {
  68. margin-left: 20rpx;
  69. background: #F4F4F4;
  70. /* width: 474rpx; */
  71. }
  72. .weui-input input {
  73. height: 60rpx;
  74. }
  75. .van-icon-circle {
  76. color: #EE0A24;
  77. /* margin-top: 30rpx; */
  78. }
  79. .xingbie {
  80. margin-left: 10rpx;
  81. width: 90%;
  82. display: inline-block;
  83. }
  84. .red-image {
  85. margin-top: 10rpx;
  86. display: flex;
  87. }
  88. input {
  89. height: 40rpx;
  90. }
  91. .moreTitle {
  92. width: 600rpx;
  93. }
  94. textarea {
  95. background: rgba(244, 244, 244, 1);
  96. border-radius: 10px;
  97. border: 1rpx solid rgba(244, 244, 244, 1);
  98. width: 100%;
  99. height: 194rpx;
  100. margin-top: 20rpx;
  101. }
  102. .fwt {
  103. display: flex;
  104. font-size: 28rpx;
  105. margin-top: 40rpx;
  106. }
  107. .flex-flex {
  108. display: flex;
  109. flex-direction: column;
  110. }
  111. .big-vover {
  112. z-index: 999;
  113. }
  114. .weui-input radio {
  115. display: none;
  116. }
  117. .weui-input checkbox {
  118. display: none;
  119. }
  120. .checkboxbox {
  121. background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
  122. color: white !important;
  123. }
  124. .my-choosebox {
  125. /* color: rgba(51, 51, 51, 1);
  126. width: 200rpx;
  127. padding: 10rpx 80rpx;
  128. background: #FFF0ED;
  129. margin: 10rpx;
  130. line-height: 80rpx;
  131. border-radius: 10rpx; */
  132. color: rgba(51, 51, 51, 1);
  133. width: 300rpx;
  134. padding: 10rpx 20rpx;
  135. background: #FFF0ED;
  136. margin: 20rpx;
  137. border-radius: 10rpx;
  138. display: block;
  139. text-align: center;
  140. }