bpb.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. body{
  2. width: 1366px;
  3. height: 764px;
  4. }
  5. input{
  6. background: rgba(41, 85, 137, 0.70) !important;
  7. border: 1px solid rgba(102, 174, 243, 1);
  8. color: rgba(231, 248, 255, 1);
  9. font-size: 16px;
  10. height: 28px;
  11. line-height: 28px;
  12. border-radius: 2px;
  13. }
  14. @keyframes rotate {
  15. from {
  16. transform: rotate(0deg); /* 动画开始时图片的角度 */
  17. }
  18. to {
  19. transform: rotate(360deg); /* 动画结束时图片旋转360度 */
  20. }
  21. }
  22. .refresh{
  23. animation: rotate 2s linear infinite;
  24. }
  25. .abs{
  26. position: absolute;
  27. left: 0;
  28. top:0;
  29. z-index: 1000;
  30. }
  31. .fontcolor{
  32. transform: rotateZ(-3deg) rotateX(31deg) rotateY(-47deg) skew(-21deg);
  33. background: -webkit-linear-gradient(#ffffff, #9c9ded);
  34. -webkit-background-clip: text;
  35. -webkit-text-fill-color: transparent;
  36. }
  37. .bpb_bg{
  38. background-image: url('../image/bpb/bg.png');
  39. background-size: contain;
  40. }
  41. .bpb_title{
  42. background-image: url('../image/bpb/title.png');
  43. background-repeat: no-repeat;
  44. background-size: contain;
  45. height: calc(0.7*99px);
  46. }
  47. .bpb_content{
  48. position: relative;
  49. width: 100%;
  50. height: 91%;
  51. color: #fff;
  52. }
  53. .bpb_order_num{
  54. position: absolute;
  55. left:35%;
  56. top: -5%;
  57. z-index: 2;
  58. font-weight: bold;
  59. font-size: 20px;
  60. transform: rotateZ(210deg) rotateX(183deg) rotateY(-203deg) skew(37deg);
  61. }
  62. .bpb_orderlist,.bpb_order_resultlist{
  63. position: absolute;
  64. left:calc(0.7*358px);
  65. top: calc(0.7*20px);
  66. width: calc(0.7*234px);
  67. height: calc(0.7*140px);
  68. }
  69. .bpb_order_item{
  70. position: absolute;
  71. background-image: url('../image/bpb/Exclude.png');
  72. background-size: contain;
  73. background-repeat: no-repeat;
  74. width: calc(0.7*234px);
  75. height: calc(0.7*140px);
  76. z-index: 1;
  77. left: 0;
  78. right: 0;
  79. }
  80. .bpb_order_item.alarm{
  81. background-image: url('../image/bpb/Exclude1.png') !important;
  82. }
  83. .bpb_order_resultlist .bpb_order_item .no{
  84. font-size: 12px !important;
  85. top: 34px;
  86. left: 28px;
  87. position: absolute;
  88. transform: rotateZ(32deg) rotateX(35deg) rotateY(-3deg) skew(-28deg);
  89. }
  90. .bpb_order_item .no{
  91. position: absolute;
  92. transform: rotateZ(32deg) rotateX(35deg) rotateY(-3deg) skew(-36deg);
  93. left: 17px;
  94. top: 45px;
  95. font-size: 14px;
  96. font-weight: 400;
  97. }
  98. .pbp_order_app,.pbp_storage,.pbp_plc{
  99. position: absolute;
  100. left: 5%;
  101. top: 20%;
  102. height: 150px;
  103. width: 130px;
  104. }
  105. .pbp_order_app .title,.pbp_storage .title,.pbp_plc .title{
  106. position: absolute;
  107. left: -45px;
  108. top: 30px;
  109. font-weight: bold;
  110. font-size: 24px;
  111. letter-spacing: 5px;
  112. }
  113. .pbp_order_app img,.pbp_storage img,.pbp_plc img{
  114. width: calc(0.7*130px);
  115. height: calc(0.7*112px);
  116. position: absolute;
  117. left: 0;
  118. top: 50px;
  119. }
  120. .bpb_mt_list{
  121. position: absolute;
  122. /*background-image: url('../image/bpb/bg2.png');*/
  123. background-size: contain;
  124. background-repeat: no-repeat;
  125. z-index: 1;
  126. left: 33%;
  127. top:23%;
  128. width: calc(0.7*700px);
  129. height: calc(0.7*423px);
  130. }
  131. .bpb_mt_list .title{
  132. transform: rotateZ(1deg) rotateX(13deg) rotateY(-291deg) !important;
  133. letter-spacing: 28px !important;
  134. font-weight: bold;
  135. font-size: 32px;
  136. text-align: center;
  137. width: 100%;
  138. top: 0%;
  139. position: absolute;
  140. left: 160px;
  141. }
  142. .bpb_mt_list .wlbg{
  143. width: 100%;height: 100%;position: absolute;
  144. }
  145. .bpb_mt_list .bpb_mt_item{
  146. position: absolute;
  147. background-image: url('../image/bpb/wl0.png');
  148. background-size: contain;
  149. background-repeat: no-repeat;
  150. width: calc(0.7*280px);
  151. height: calc(0.7*166px);
  152. z-index: 1;
  153. left: 272px;
  154. top: 11px;
  155. }
  156. .bpb_mt_list .bpb_mt_item.alarm{
  157. background-image: url('../image/bpb/wl1.png') !important;
  158. }
  159. .bpb_mt_list table{
  160. width: 187%;
  161. transform: rotateZ(0deg) rotateX(13deg) rotateY(-291deg) skew(-67deg) !important;
  162. letter-spacing: 5px;
  163. position: absolute;
  164. top: 28%;
  165. left: -83px;
  166. }
  167. .bpb_mt_list tr{
  168. background: none !important;
  169. height: 24px !important;
  170. }
  171. .bpb_mt_list td{
  172. border-bottom: 0px !important;
  173. font-size: 18px;
  174. }
  175. .bpb_mt_list .bpb_mt_item.alarm table tr:last-child>td:last-child{
  176. color: rgba(255, 99, 65, 1) !important;
  177. font-weight: bold;
  178. }
  179. .bpb_mt_list .link_point{
  180. position: absolute;
  181. width: calc(0.7*117px);
  182. height: calc(0.7*70px);
  183. }
  184. .bpb_mt_list .cl{
  185. background-image: url('../image/bpb/device.png');
  186. background-size: contain;
  187. position: absolute;
  188. width: calc(0.7*0.8*174px);
  189. height: calc(0.7*0.8*174px);
  190. }
  191. .bpb_mt_list .cl b{
  192. transform: rotateZ(0deg) rotateX(31deg) rotateY(-308deg) skew(0deg);
  193. letter-spacing: 1px !important;
  194. font-weight: bold;
  195. text-align: center;
  196. position: absolute;
  197. left: 29px;
  198. top: 0px;
  199. font-size: 22px;
  200. }
  201. #plc_wl_line{
  202. /*transform-origin: left bottom;
  203. transform: rotateZ(-27deg) rotateX(24deg) rotateY(-334deg);*/
  204. }
  205. .order_result_line{
  206. }