injectionMolding.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .equipmentDtl.data-v-679656cb {
  2. background-color: #f0f0f0;
  3. min-height: 100vh;
  4. margin-top: 128rpx;
  5. }
  6. .equipmentDtl .pressure-chart.data-v-679656cb {
  7. height: 100rpx;
  8. width: 100rpx;
  9. background-image: conic-gradient(from 135deg, #fff 90deg, #EEEEEE 10%);
  10. border-radius: 50%;
  11. margin: 20rpx auto;
  12. position: relative;
  13. }
  14. .equipmentDtl .pressure-chart .pressure-zhen.data-v-679656cb {
  15. position: absolute;
  16. z-index: 2;
  17. inset: 0 0 0 0;
  18. -webkit-transform: rotate(0deg);
  19. transform: rotate(0deg);
  20. }
  21. .equipmentDtl .pressure-chart .pressure-zhen ._img.data-v-679656cb {
  22. width: 36rpx;
  23. height: 36rpx;
  24. margin-top: 22rpx;
  25. }
  26. .equipmentDtl .pressure-chart .pressure-line.data-v-679656cb {
  27. position: absolute;
  28. inset: 0 0 0 0;
  29. z-index: 1;
  30. background-image: conic-gradient(from 135deg, #fff 90deg, #FFAF53 90deg, #FF8800 180deg, #EEEEEE 0%);
  31. border-radius: 50%;
  32. }
  33. .equipmentDtl .pressure-chart .pressure-line.data-v-679656cb::before {
  34. position: absolute;
  35. display: block;
  36. inset: 20rpx 20rpx 20rpx 20rpx;
  37. content: " ";
  38. background-color: #fff;
  39. border-radius: 50%;
  40. }
  41. .equipmentDtl .pressure-chart.data-v-679656cb::before {
  42. position: absolute;
  43. display: block;
  44. inset: 20rpx 20rpx 20rpx 20rpx;
  45. content: " ";
  46. background-color: #fff;
  47. border-radius: 50%;
  48. }
  49. .equipmentDtl .pressure-warp.data-v-679656cb {
  50. display: flex;
  51. justify-content: space-between;
  52. padding: 0 24rpx;
  53. margin-top: 24rpx;
  54. }
  55. .equipmentDtl .pressure-warp ._li.data-v-679656cb {
  56. width: 23%;
  57. text-align: center;
  58. background-color: #fff;
  59. padding: 32rpx 0;
  60. border-radius: 10rpx;
  61. font-size: 24rpx;
  62. color: #666666;
  63. }
  64. .equipmentDtl .pressure-warp ._li .label.data-v-679656cb {
  65. color: #333333;
  66. font-size: 28rpx;
  67. }
  68. .equipmentDtl .pressure-warp ._li .pressure.data-v-679656cb {
  69. font-size: 32rpx;
  70. color: #333;
  71. margin: 10rpx 0;
  72. }
  73. .equipmentDtl .pressure-warp ._li .line.data-v-679656cb {
  74. width: 100rpx;
  75. height: 20rpx;
  76. background: #EEEEEE;
  77. border-radius: 10rpx;
  78. margin: 16rpx auto 0;
  79. }
  80. .equipmentDtl .pressure-warp ._li .line .box.data-v-679656cb {
  81. width: 80%;
  82. background: linear-gradient(270deg, #3370FF 0%, #A0BBFB 100%);
  83. height: 100%;
  84. border-radius: 10rpx;
  85. }
  86. .equipmentDtl .parts-list.data-v-679656cb {
  87. padding: 0 24rpx;
  88. margin-top: 24rpx;
  89. }
  90. .equipmentDtl .parts-list ._ul.data-v-679656cb {
  91. display: flex;
  92. justify-content: space-between;
  93. }
  94. .equipmentDtl .parts-list ._li.data-v-679656cb {
  95. width: 32%;
  96. padding: 30rpx 0;
  97. text-align: center;
  98. position: relative;
  99. background-color: #fff;
  100. }
  101. .equipmentDtl .parts-list ._li .temperature.data-v-679656cb {
  102. font-size: 40rpx;
  103. font-weight: bold;
  104. height: 60rpx;
  105. margin: 0 auto 20rpx;
  106. line-height: 60rpx;
  107. }
  108. .equipmentDtl .parts-list ._li image.data-v-679656cb {
  109. width: 60rpx;
  110. height: 60rpx;
  111. display: block;
  112. margin: 0 auto 20rpx;
  113. }
  114. .equipmentDtl .parts-list .before-icon.data-v-679656cb {
  115. width: 30rpx;
  116. height: 30rpx;
  117. position: absolute;
  118. right: 16rpx;
  119. top: 16rpx;
  120. }
  121. .equipmentDtl .parts-list .before-icon ._i.data-v-679656cb {
  122. color: #3FBF31;
  123. }
  124. .equipmentDtl .parts-list .before.data-v-679656cb {
  125. width: 30rpx;
  126. height: 30rpx;
  127. border-radius: 50%;
  128. background-color: rgba(204, 204, 204, 0.2);
  129. display: block;
  130. position: absolute;
  131. right: 16rpx;
  132. top: 16rpx;
  133. }
  134. .equipmentDtl .parts-list .before.data-v-679656cb::before {
  135. position: absolute;
  136. display: block;
  137. top: 7rpx;
  138. left: 7rpx;
  139. width: 19rpx;
  140. height: 19rpx;
  141. border-radius: 50%;
  142. content: " ";
  143. background: #cccccc;
  144. }
  145. .equipmentDtl .parts-list .before.succes.data-v-679656cb {
  146. background-color: rgba(63, 191, 49, 0.2);
  147. }
  148. .equipmentDtl .parts-list .before.succes.data-v-679656cb::before {
  149. background: #3FBF31;
  150. }
  151. .equipmentDtl .echarts.data-v-679656cb {
  152. background: #fff;
  153. margin: 24rpx 24rpx 0;
  154. }
  155. .equipmentDtl .echarts .content .text.data-v-679656cb {
  156. font-size: 28rpx;
  157. font-weight: 700;
  158. color: #333;
  159. text-align: center;
  160. margin-bottom: 40rpx;
  161. }
  162. .equipmentDtl .echarts .title.data-v-679656cb {
  163. font-size: 28rpx;
  164. height: 90rpx;
  165. line-height: 90rpx;
  166. display: flex;
  167. padding: 0 24rpx;
  168. font-weight: 500;
  169. }
  170. .equipmentDtl .echarts .title image.data-v-679656cb {
  171. width: 40rpx;
  172. height: 40rpx;
  173. margin-top: 25rpx;
  174. margin-right: 16rpx;
  175. }
  176. .equipmentDtl .equ-img.data-v-679656cb {
  177. padding: 24rpx;
  178. background-color: #ffffff;
  179. position: relative;
  180. }
  181. .equipmentDtl .equ-img image.data-v-679656cb {
  182. width: 100%;
  183. height: 395rpx;
  184. }
  185. .equipmentDtl .equ-img .err-modal.data-v-679656cb {
  186. position: absolute;
  187. left: 0;
  188. right: 0;
  189. bottom: 0;
  190. top: 0;
  191. background: rgba(0, 0, 0, 0.6);
  192. text-align: center;
  193. display: flex;
  194. align-items: center;
  195. }
  196. .equipmentDtl .equ-img .err-modal image.data-v-679656cb {
  197. width: 160rpx;
  198. height: 160rpx;
  199. margin: 0 auto;
  200. }
  201. .equipmentDtl .state.data-v-679656cb {
  202. display: flex;
  203. justify-content: space-between;
  204. margin: 24rpx 24rpx 0;
  205. }
  206. .equipmentDtl .state .state-box.data-v-679656cb {
  207. padding: 20rpx;
  208. width: 48%;
  209. background-color: #fff;
  210. display: flex;
  211. box-sizing: border-box;
  212. border-radius: 10rpx;
  213. }
  214. .equipmentDtl .state .state-box .text.data-v-679656cb {
  215. padding: 12rpx 0;
  216. }
  217. .equipmentDtl .state .state-box .state-text.data-v-679656cb {
  218. font-size: 32rpx;
  219. font-weight: bold;
  220. margin-top: 5rpx;
  221. }
  222. .equipmentDtl .state .state-box .label.data-v-679656cb {
  223. font-weight: 400;
  224. font-size: 28rpx;
  225. }
  226. .equipmentDtl .state .state-box image.data-v-679656cb {
  227. width: 110rpx;
  228. height: 110rpx;
  229. }