rebordindex.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. *{
  2. margin:0px;
  3. padding:0px;
  4. box-sizing:border-box;
  5. }
  6. html,body{
  7. height:100%;
  8. }
  9. body{
  10. background:#0a0f25;
  11. padding:20px;
  12. }
  13. .kanban-title{
  14. position:fixed;
  15. top:-4px;
  16. left:50%;
  17. margin-left:-266px;
  18. z-index:999;
  19. }
  20. .kanban-top{
  21. position:fixed;
  22. top:0px;
  23. left:0px;
  24. width:100%;
  25. height:120px;
  26. padding:0px 20px;
  27. background:#0a0f25;
  28. }
  29. .kanban-top-border{
  30. border-top: 1px solid #255269;
  31. margin: 54px 0px 8px;
  32. }
  33. .kanban-top-main{
  34. background: #141c41;
  35. height: 48px;
  36. color: #fff;
  37. font-size: 20px;
  38. line-height: 48px;
  39. text-align: right;
  40. padding-right: 20px;
  41. }
  42. .kanban-main{
  43. width:100%;
  44. height:100%;
  45. padding-top:100px;
  46. }
  47. .kanban-main-content{
  48. width:100%;
  49. height:100%;
  50. background:url(webpage/com/jeecg/boardreport/plugin/img/back.png) no-repeat;
  51. padding:10px 20px 30px;
  52. background-size: cover;
  53. }
  54. .kanban-main-top{
  55. width:100%;
  56. height:45%;
  57. margin-bottom:15px;
  58. }
  59. .kanban-main-bottom{
  60. position:relative;
  61. width:100%;
  62. height:100%;
  63. background: #141c41;
  64. box-shadow: 0px 0px 19px #2c41b3 inset;
  65. padding:20px;
  66. }
  67. .kanban-main-bottom>img{
  68. position:absolute;
  69. }
  70. .kanban-main-bottom>.img8{
  71. top:-8px;
  72. left:-8px;
  73. }
  74. .kanban-main-bottom>.img9{
  75. top:-8px;
  76. right:-8px;
  77. }
  78. .kanban-main-bottom>.img10{
  79. bottom:-8px;
  80. left:-8px;
  81. }
  82. .kanban-main-bottom>.img11{
  83. bottom:-8px;
  84. right:-8px;
  85. }
  86. .weixiucol-title{
  87. color: #02e7f8;
  88. border-bottom: 1px solid #4c59b2;
  89. font-size: 20px;
  90. padding-bottom: 10px;
  91. margin-bottom:10px;
  92. }
  93. .weixiucol-title>img{
  94. vertical-align:middle;
  95. margin-right:10px;
  96. }
  97. .col-title{
  98. background: #222957;
  99. overflow:hidden;
  100. height:42px;
  101. line-height:42px;
  102. }
  103. .col-title div{
  104. color: #2bc9ff;
  105. float: left;
  106. text-align: center;
  107. font-size: 16px;
  108. }
  109. .swiper-wrapper .col-main:nth-child(even){
  110. background: #222957;
  111. }
  112. .col-main{
  113. overflow:hidden;
  114. height:42px;
  115. line-height:42px;
  116. }
  117. .col-main div{
  118. color: #2bc9ff;
  119. float: left;
  120. text-align: center;
  121. font-size: 18px;
  122. }
  123. .col-15{
  124. width:15%;
  125. }
  126. .col-16{
  127. width:16%;
  128. }
  129. .col-11{
  130. width:11%;
  131. }
  132. .swiper-container{
  133. overflow:hidden;
  134. }
  135. .swiper-pagination.swiper-pagination-custom{
  136. color:#2BFFB2;
  137. font-size:20px;
  138. padding: 12px;
  139. text-align: right;
  140. position: initial;
  141. }
  142. .kanban-main-top{
  143. padding:0px 2%;
  144. }
  145. .kanban-main-top>ul{
  146. overflow:hidden;
  147. height:100%;
  148. }
  149. .kanban-main-top>ul li{
  150. height:100%;
  151. width:16.66%;
  152. float:left;
  153. text-align:center;
  154. list-style:none;
  155. position:relative;
  156. }
  157. .kanban-main-top>ul li img{
  158. height:80%;
  159. animation:myfirst 1s;
  160. }
  161. @keyframes myfirst
  162. {
  163. from {
  164. transform: rotate(0deg);
  165. }
  166. to {transform: rotate(360deg);}
  167. }
  168. .kanban-main-top>ul li .num{
  169. font-size: 30px;
  170. position: absolute;
  171. top: 40%;
  172. /* left: 50%; */
  173. width: 100%;
  174. text-align: center;
  175. margin-top: -23px;
  176. }
  177. .kanban-main-top>ul li .text{
  178. padding-top:8px;
  179. font-size:20px;
  180. }
  181. .kanban-main-top>ul li:nth-child(1){
  182. color:#1DEFE3;
  183. }
  184. .kanban-main-top>ul li:nth-child(2){
  185. color:#C52CFF;
  186. }
  187. .kanban-main-top>ul li:nth-child(3){
  188. color:#DCC523;
  189. }
  190. .kanban-main-top>ul li:nth-child(4){
  191. color:#e84669;
  192. }
  193. .kanban-main-top>ul li:nth-child(5){
  194. color:#2BFFB2;
  195. }
  196. .kanban-main-top>ul li:nth-child(6){
  197. color:#7DDE1E;
  198. }
  199. .ic-34FFFF{
  200. color:#34FFFF;
  201. }
  202. .ic-FFED34{
  203. color:#FFED34;
  204. }
  205. .ic-FF0323{
  206. color:#FF0323;
  207. }
  208. .color-D12BFF{
  209. color:#D12BFF;
  210. }
  211. .color-438CE8{
  212. color:#438CE8;
  213. }
  214. .color-E7CF22{
  215. color:#E7CF22;
  216. }
  217. .color-FF4575{
  218. color:#FF4575;
  219. }
  220. .color-85F018{
  221. color:#85F018;
  222. }