warpKnitting.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. .equipmentDtl {
  2. background-color: #f0f0f0;
  3. min-height: 100vh;
  4. margin-top: 128rpx;
  5. }
  6. .equipmentDtl .ebc-content {
  7. background-color: #fff;
  8. margin: 24rpx 24rpx;
  9. border-radius: 10rpx;
  10. padding-bottom: 24rpx;
  11. }
  12. .equipmentDtl .ebc-content .list-long {
  13. height: 112rpx;
  14. margin: 24rpx 24rpx 0;
  15. display: flex;
  16. justify-content: space-between;
  17. background-color: #F1F1F1;
  18. padding: 18rpx 24rpx;
  19. box-sizing: border-box;
  20. border-radius: 10rpx;
  21. font-size: 24rpx;
  22. }
  23. .equipmentDtl .ebc-content .list-long .list-val {
  24. font-size: 32rpx;
  25. font-weight: bold;
  26. }
  27. .equipmentDtl .ebc-content .list-long image {
  28. width: 80rpx;
  29. height: 80rpx;
  30. margin-right: 24rpx;
  31. }
  32. .equipmentDtl .ebc-content .list-bc {
  33. display: flex;
  34. justify-content: space-between;
  35. padding: 0 24rpx;
  36. }
  37. .equipmentDtl .ebc-content .list-bc .bc-box {
  38. height: 112rpx;
  39. width: 48%;
  40. display: flex;
  41. background-color: #F1F1F1;
  42. padding: 18rpx 24rpx;
  43. box-sizing: border-box;
  44. border-radius: 10rpx;
  45. font-size: 24rpx;
  46. }
  47. .equipmentDtl .ebc-content .list-bc .bc-box .list-val {
  48. font-size: 32rpx;
  49. font-weight: bold;
  50. }
  51. .equipmentDtl .ebc-content .list-bc .bc-box image {
  52. width: 80rpx;
  53. height: 80rpx;
  54. margin-right: 24rpx;
  55. }
  56. .equipmentDtl .action {
  57. display: flex;
  58. justify-content: space-between;
  59. margin: 24rpx 24rpx 0;
  60. }
  61. .equipmentDtl .action ._li {
  62. width: 32%;
  63. text-align: center;
  64. background-color: #fff;
  65. font-size: 28rpx;
  66. border-radius: 10rpx;
  67. padding: 24rpx 0;
  68. }
  69. .equipmentDtl .action ._li image {
  70. width: 100rpx;
  71. height: 100rpx;
  72. }
  73. .equipmentDtl .action ._li .state-text {
  74. text-align: center;
  75. }
  76. .equipmentDtl .rate-warp {
  77. margin-top: 20rpx;
  78. }
  79. .equipmentDtl .rate-warp .sm-rate {
  80. display: flex;
  81. justify-content: space-between;
  82. flex-wrap: wrap;
  83. padding: 0 24rpx;
  84. }
  85. .equipmentDtl .rate-warp .sm-rate ._li {
  86. background-color: #fff;
  87. border-radius: 10rpx;
  88. height: 120rpx;
  89. display: flex;
  90. justify-content: space-between;
  91. margin-top: 24rpx;
  92. align-items: center;
  93. padding: 0 24rpx;
  94. width: 296rpx;
  95. font-size: 28rpx;
  96. color: #666;
  97. }
  98. .equipmentDtl .rate-warp .sm-rate ._li .right-box {
  99. font-size: 32rpx;
  100. color: #333;
  101. }
  102. .equipmentDtl .rate-warp .sm-rate ._li .right-box .line {
  103. width: 70rpx;
  104. height: 8rpx;
  105. background: #eeeeee;
  106. border-radius: 4rpx;
  107. margin-top: 6rpx;
  108. }
  109. .equipmentDtl .rate-warp .sm-rate ._li .right-box .line .box {
  110. width: 50%;
  111. background-color: #BB99F6;
  112. height: 100%;
  113. border-radius: 12rpx;
  114. }
  115. .equipmentDtl .rate-warp .big-rate ._li {
  116. margin-top: 24rpx;
  117. height: 128rpx;
  118. display: flex;
  119. align-items: center;
  120. background-color: #fff;
  121. margin: 0 24rpx;
  122. border-radius: 10rpx;
  123. padding: 0 24rpx;
  124. }
  125. .equipmentDtl .rate-warp .big-rate ._li .text {
  126. font-weight: 500;
  127. font-size: 28rpx;
  128. color: #333;
  129. }
  130. .equipmentDtl .rate-warp .big-rate ._li .line {
  131. width: 240rpx;
  132. margin-left: 90rpx;
  133. height: 24rpx;
  134. background: #eeeeee;
  135. margin-right: 40rpx;
  136. border-radius: 12rpx;
  137. }
  138. .equipmentDtl .rate-warp .big-rate ._li .line .box {
  139. width: 50%;
  140. background-color: #ffaf53;
  141. height: 100%;
  142. border-radius: 12rpx;
  143. }
  144. .equipmentDtl .parts-list {
  145. padding: 0 24rpx;
  146. margin-top: 24rpx;
  147. }
  148. .equipmentDtl .parts-list ._ul {
  149. display: flex;
  150. justify-content: space-between;
  151. }
  152. .equipmentDtl .parts-list ._li {
  153. width: 32%;
  154. padding: 30rpx 0;
  155. text-align: center;
  156. position: relative;
  157. background-color: #fff;
  158. }
  159. .equipmentDtl .parts-list ._li image {
  160. width: 60rpx;
  161. height: 60rpx;
  162. display: block;
  163. margin: 0 auto 20rpx;
  164. }
  165. .equipmentDtl .parts-list .before {
  166. width: 30rpx;
  167. height: 30rpx;
  168. border-radius: 50%;
  169. background-color: rgba(204, 204, 204, 0.2);
  170. display: block;
  171. position: absolute;
  172. right: 16rpx;
  173. top: 16rpx;
  174. }
  175. .equipmentDtl .parts-list .before::before {
  176. position: absolute;
  177. display: block;
  178. top: 7rpx;
  179. left: 7rpx;
  180. width: 19rpx;
  181. height: 19rpx;
  182. border-radius: 50%;
  183. content: " ";
  184. background: #cccccc;
  185. }
  186. .equipmentDtl .parts-list .before.succes {
  187. background-color: rgba(63, 191, 49, 0.2);
  188. }
  189. .equipmentDtl .parts-list .before.succes::before {
  190. background: #3FBF31;
  191. }
  192. .equipmentDtl .echarts {
  193. background: #fff;
  194. margin: 24rpx 24rpx 0;
  195. }
  196. .equipmentDtl .echarts .content .text {
  197. font-size: 28rpx;
  198. font-weight: 700;
  199. color: #333;
  200. text-align: center;
  201. margin-bottom: 40rpx;
  202. }
  203. .equipmentDtl .echarts .title {
  204. font-size: 28rpx;
  205. height: 90rpx;
  206. line-height: 90rpx;
  207. display: flex;
  208. padding: 0 24rpx;
  209. font-weight: 500;
  210. }
  211. .equipmentDtl .echarts .title image {
  212. width: 40rpx;
  213. height: 40rpx;
  214. margin-top: 25rpx;
  215. margin-right: 16rpx;
  216. }
  217. .equipmentDtl .equ-img {
  218. padding: 24rpx;
  219. background-color: #ffffff;
  220. position: relative;
  221. }
  222. .equipmentDtl .equ-img image {
  223. width: 100%;
  224. height: 395rpx;
  225. }
  226. .equipmentDtl .equ-img .err-modal {
  227. position: absolute;
  228. left: 0;
  229. right: 0;
  230. bottom: 0;
  231. top: 0;
  232. background: rgba(0, 0, 0, 0.6);
  233. text-align: center;
  234. display: flex;
  235. align-items: center;
  236. }
  237. .equipmentDtl .equ-img .err-modal image {
  238. width: 160rpx;
  239. height: 160rpx;
  240. margin: 0 auto;
  241. }
  242. .equipmentDtl .state {
  243. display: flex;
  244. justify-content: space-between;
  245. margin: 24rpx 24rpx 0;
  246. }
  247. .equipmentDtl .state .state-box {
  248. padding: 20rpx;
  249. width: 48%;
  250. background-color: #fff;
  251. display: flex;
  252. box-sizing: border-box;
  253. border-radius: 10rpx;
  254. }
  255. .equipmentDtl .state .state-box .text {
  256. padding: 12rpx 0;
  257. }
  258. .equipmentDtl .state .state-box .state-text {
  259. font-size: 32rpx;
  260. font-weight: bold;
  261. margin-top: 5rpx;
  262. }
  263. .equipmentDtl .state .state-box .label {
  264. font-weight: 400;
  265. font-size: 28rpx;
  266. }
  267. .equipmentDtl .state .state-box image {
  268. width: 110rpx;
  269. height: 110rpx;
  270. }