ysorder-style.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. @font-face
  2. {
  3. font-family: digifaw;
  4. src: url(./digifaw.ttf);
  5. }
  6. body{
  7. width: 1920px;
  8. height: 1080px;
  9. background-image: url("../images/project/bg.png");
  10. margin: 0 auto;
  11. }
  12. .line1 {
  13. overflow: hidden;
  14. text-overflow: ellipsis;
  15. display: box;
  16. display: -webkit-box;
  17. line-clamp: 1;
  18. box-orient: vertical;
  19. -webkit-line-clamp: 1;
  20. -webkit-box-orient: vertical;
  21. word-break: break-all;
  22. }
  23. .nav-header{
  24. width: 1920px;
  25. height: 60px;
  26. margin: 0 auto;
  27. /*margin-top: 10px;*/
  28. background-image: url("../images/project/header.png");
  29. position: relative;
  30. }
  31. .nav-title,.nav-desc{
  32. text-align: center;
  33. color: #FFFFFF;
  34. font-weight: bold;
  35. }
  36. .nav-title{
  37. font-size: 26px;
  38. padding-top: 13px;
  39. }
  40. .nav-desc{
  41. font-size: 22px;
  42. }
  43. .main{
  44. margin: 0 auto;
  45. width: 1920px;
  46. height: 1020px;
  47. overflow: hidden;
  48. position: relative;
  49. }
  50. .main1{
  51. position: absolute;
  52. z-index: 10;
  53. width: 1300px;
  54. height: 495px;
  55. top: 0;
  56. left: 0;
  57. background-image: url("../images/ysorder/bg1.png");
  58. }
  59. .main1 .col-xs-12{
  60. height: 40px;
  61. line-height: 60px;
  62. color: #ffffff;
  63. padding-left: 51px;
  64. font-size: 18px;
  65. }
  66. .main1 .col-xs-6{
  67. position: relative;
  68. text-align: center;
  69. height: 440px;
  70. }
  71. .main1 .col-xs-6 img{
  72. width: 548px;
  73. height: 422px;
  74. }
  75. .main1 .col-xs-6 .order-count{
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .main1 .col-xs-6 .order-fenxi{
  80. width: 156px;
  81. height: 40px;
  82. background-image: url("../images/ysorder/fenxi.png");
  83. line-height: 40px;
  84. color: #ffffff;
  85. font-size: 16px;
  86. text-align: center;
  87. margin-top: 20px;
  88. }
  89. .main1 .col-xs-6 .order-fenxi-chart{
  90. width: 100%;
  91. height: 380px;
  92. /*border: 1px solid #ffffff;*/
  93. }
  94. .main1 .col-xs-6 .order-box{
  95. position: absolute;
  96. width: 100%;
  97. height: 300px;
  98. top: 104px;
  99. left: -18px;
  100. text-align: center;
  101. color: #FFFFFF;
  102. z-index: 10;
  103. font-weight: bold;
  104. }
  105. .main1 .col-xs-6 .order-box .order-box-title{
  106. font-size: 28px;
  107. margin-bottom: 30px;
  108. }
  109. .main1 .col-xs-6 .order-box .order-box-count{
  110. font-size: 88px;
  111. }
  112. .main2{
  113. position: absolute;
  114. z-index: 10;
  115. width: 1300px;
  116. height: 528px;
  117. bottom: 0;
  118. left: 0;
  119. background-image: url("../images/ysorder/bg2.png");
  120. }
  121. .main2 .col-xs-12{
  122. height: 40px;
  123. line-height: 56px;
  124. color: #ffffff;
  125. padding-left: 51px;
  126. font-size: 18px;
  127. }
  128. .main3{
  129. position: absolute;
  130. z-index: 10;
  131. width: 609px;
  132. height: 1020px;
  133. bottom: 0;
  134. top: 0;
  135. right: 5px;
  136. background-image: url("../images/ysorder/bg3.png");
  137. }
  138. .main3 .main3-top{
  139. width: 100%;
  140. height: 495px;
  141. /*border: 1px solid #ffffff;*/
  142. }
  143. .main3 .main3-bottom{
  144. width: 100%;
  145. height: 520px;
  146. /*border: 1px solid #ffffff;*/
  147. }
  148. .main3 .main3-top .main3-title{
  149. width: 580px;
  150. height: 49px;
  151. line-height: 50px;
  152. padding-left: 38px;
  153. font-size: 18px;
  154. font-weight: bold;
  155. color: #49E9A0;
  156. background-image: url("../images/ysorder/r1.png");
  157. }
  158. .main3 .main3-bottom .main3-title{
  159. width: 580px;
  160. height: 49px;
  161. line-height: 50px;
  162. padding-left: 38px;
  163. font-size: 18px;
  164. font-weight: bold;
  165. color: #FFE400;
  166. background-image: url("../images/ysorder/r2.png");
  167. }
  168. /*表格*/
  169. .table2 {
  170. color: #ffffff;
  171. width: 98%;
  172. border: 0;
  173. table-layout:fixed ;
  174. margin: 0 auto;
  175. }
  176. .table2 th,td {
  177. text-align: center;
  178. height: 42px;
  179. line-height: 42px;
  180. font-size: 14px;
  181. overflow:hidden;
  182. white-space:nowrap;
  183. text-overflow:ellipsis;
  184. }
  185. .table2 thead tr{
  186. background: rgba(8,36,56,0.58);
  187. font-size: 14px;
  188. }
  189. .table2 tbody tr:nth-child(odd){
  190. border-collapse:separate;
  191. border-spacing:0px 10px;
  192. background: #20387B;
  193. }
  194. .table2 tbody tr:nth-child(even){
  195. background: #152F77;
  196. }
  197. .table2 .table-color2{
  198. color: #0FC2DD;
  199. }
  200. .table2 .table-color3{
  201. color: #49E9A0;
  202. }