breakdown.acss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /* required by usingComponents */
  2. /* pages/breakdown/breakdown.wxss */
  3. page {
  4. background-color: #f7f7f7;
  5. }
  6. .breakdown {
  7. padding: 30rpx 40rpx;
  8. }
  9. .card_no {
  10. background-color: #ffffff;
  11. padding: 20rpx 30rpx;
  12. border-radius: 15rpx;
  13. display: flex;
  14. }
  15. .card-left {
  16. flex: 1;
  17. width: 200rpx;
  18. }
  19. .card-title {
  20. font-size: 32rpx;
  21. font-weight: bold;
  22. }
  23. .card-title1 {
  24. font-size: 28rpx;
  25. color: #999999;
  26. }
  27. .input-no {
  28. margin-top: 10rpx;
  29. font-size: 32rpx;
  30. font-weight: bold;
  31. }
  32. .no-placeholder {
  33. font-size: 28rpx;
  34. color: #999999;
  35. font-weight: bold;
  36. }
  37. .card-right {
  38. flex: 0 0 230rpx;
  39. width: 300rpx;
  40. height: 90rpx;
  41. color: #fff;
  42. line-height: 90rpx;
  43. text-align: center;
  44. border-radius: 50rpx;
  45. font-size: 32rpx;
  46. font-weight: 600;
  47. background-color: #1a1a1a;
  48. }
  49. .iconfont {
  50. display: inline-block;
  51. margin-right: 10rpx;
  52. }
  53. .problem {
  54. margin-top: 20rpx;
  55. background-color: #fff;
  56. padding: 20rpx 0;
  57. border-radius: 15rpx;
  58. }
  59. .problem-title {
  60. font-size: 32rpx;
  61. font-weight: bold;
  62. padding: 0 30rpx;
  63. }
  64. .problem-bike {
  65. height: 350rpx;
  66. margin-top: 20rpx;
  67. padding: 0 30rpx;
  68. }
  69. .item1 {
  70. background-color: #fff;
  71. text-align: center;
  72. }
  73. .item1 image {
  74. width: 90%;
  75. height: 250rpx;
  76. margin: 0 auto;
  77. margin-top: 50rpx;
  78. }
  79. .item2 {
  80. background-color: rgb(228, 216, 49);
  81. }
  82. .option {
  83. display: flex;
  84. flex-wrap: wrap;
  85. margin-top: 30rpx;
  86. text-align: center;
  87. }
  88. .option-item-left,
  89. .active {
  90. flex: 0 0 40%;
  91. width: 45%;
  92. border: solid 1rpx #d0d0d0;
  93. height: 60rpx;
  94. line-height: 60rpx;
  95. border-radius: 50rpx;
  96. margin: 0 4%;
  97. margin-bottom: 20rpx;
  98. font-size: 26rpx;
  99. color: #343434;
  100. }
  101. .active {
  102. border: solid 1rpx var(--globleColor);
  103. color: var(--globleColor);
  104. background-color: var(--fillColor);
  105. }
  106. .input-problem {
  107. margin: 20rpx 30rpx;
  108. position: relative;
  109. }
  110. .input-problem textarea {
  111. border: solid 1rpx #d0d0d0;
  112. border-radius: 15rpx;
  113. width: auto;
  114. height: 150rpx;
  115. padding: 10rpx 20rpx;
  116. font-size: 26rpx;
  117. }
  118. .count {
  119. position: absolute;
  120. bottom: 14rpx;
  121. right: 31rpx;
  122. color: #999;
  123. font-size: 24rpx;
  124. }
  125. .placeholder {
  126. color: #818181;
  127. font-size: 24rpx;
  128. }
  129. .bike-photo {
  130. margin-top: 20rpx;
  131. background-color: #fff;
  132. border-radius: 15rpx;
  133. padding: 20rpx 30rpx;
  134. }
  135. .photo {
  136. display: flex;
  137. background-color: #f6f6f6;
  138. border-radius: 15rpx;
  139. padding: 30rpx 20rpx;
  140. margin-top: 30rpx;
  141. }
  142. .photo-image {
  143. height: 150rpx;
  144. display: inline-block;
  145. vertical-align: middle;
  146. width: 150rpx;
  147. border-radius: 15rpx;
  148. line-height: 130rpx;
  149. text-align: center;
  150. font-size: 100rpx;
  151. font-weight: 500;
  152. color: #cfcfcf;
  153. border: solid 1rpx #d0d0d0;
  154. margin-top: 20rpx;
  155. }
  156. .photoList {
  157. position: relative;
  158. display: inline-block;
  159. vertical-align: middle;
  160. height: 150rpx;
  161. width: 150rpx;
  162. margin-top: 20rpx;
  163. margin-right: 5rpx;
  164. }
  165. .cha-icon {
  166. position: absolute;
  167. right: 0;
  168. bottom: 0;
  169. color: #fff;
  170. /* text-align: center; */
  171. line-height:40rpx;
  172. font-size: 400;
  173. height:40rpx;
  174. display: inline-block;
  175. z-index: 999;
  176. /* width: 40rpx; */
  177. padding-left: 10rpx;
  178. background-color: rgba(0, 0, 0, 0.7);
  179. }
  180. .photo-left {
  181. flex: 1;
  182. }
  183. .photo-title {
  184. color: #6f6f6f;
  185. font-size: 30rpx;
  186. font-weight: bold;
  187. }
  188. .photo-text {
  189. color: #9f9f9f;
  190. font-size: 24rpx;
  191. margin-top: 20rpx;
  192. }
  193. .photo-right {
  194. flex: 0 0 120rpx;
  195. height: 120rpx;
  196. background-color: bisque;
  197. }
  198. .problem-bt {
  199. width: 70%;
  200. margin: 0 auto;
  201. background-color: var(--globleColor);
  202. color: var(--fontColor);
  203. text-align: center;
  204. height: 100rpx;
  205. line-height: 100rpx;
  206. border-radius: 50rpx;
  207. margin-top: 50rpx;
  208. font-size: 34rpx;
  209. }