home.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /*02/07*/
  2. /*首页*/
  3. .indextop{
  4. width: 100%;
  5. background-color: #fff;
  6. padding: 54px 100px 43px;
  7. box-sizing: border-box;
  8. box-shadow: 0 0px 10px rgba(144,144,144,.3);
  9. margin-bottom: 9px;
  10. }
  11. .indextop>div{
  12. min-height: 104px;
  13. overflow: hidden;
  14. }
  15. .indextop div.item{
  16. float: left;
  17. width: 25%;
  18. margin-bottom: 20px;
  19. }
  20. .indextop div.item:last-child{
  21. margin-right: 0;
  22. }
  23. .indextop div.item .left{
  24. float: left;
  25. width: 104px;
  26. height: 104px;
  27. margin-right: 20px;
  28. font-size:16px;
  29. color:rgba(255,255,255,1);
  30. border-radius: 50%;
  31. text-align: center;
  32. /*padding: 15px 0;*/
  33. padding: 10px 0;
  34. }
  35. .indextop div.item .left img{
  36. width: 53px;
  37. }
  38. .indextop div.item .right{
  39. overflow: hidden;
  40. font-size:12px;
  41. }
  42. .indextop div.item .right>h2 {
  43. height: 44px;
  44. box-sizing: border-box;
  45. font-size:24px;
  46. color:rgba(25,25,25,1);
  47. margin: 0 0 11px;
  48. padding: 12px 0;
  49. max-width: 129px;
  50. font-family:SimHei;
  51. white-space: nowrap;
  52. }
  53. .indextop div.item .right>h2 span{
  54. color:rgba(25,25,25,1);
  55. font-size:12px;
  56. }
  57. .indextop div.item .right>p{
  58. line-height: 13px;
  59. color:rgba(102,102,102,1);
  60. font-size:12px;
  61. }
  62. /*表格*/
  63. .indextab{
  64. width: 100%;
  65. min-height:758px;
  66. /*background-color: #fafafa;*/
  67. background-color: #fff;
  68. padding: 28px 83px 77px;
  69. box-sizing: border-box;
  70. }
  71. .indextab .row>div{
  72. min-height: 286px;
  73. margin-bottom: 35px;
  74. }
  75. .indextab .row>div:first-child{
  76. padding-right: 15px;
  77. box-sizing: border-box;
  78. }
  79. /*.indextab .row .tab-panel{
  80. background-color: #fff;
  81. padding: 20px 52px;
  82. box-sizing: border-box;
  83. position: relative;
  84. box-shadow: 0 0 15px rgba(144,144,144,.3);
  85. }*/
  86. .indextab .row .tab-panel {
  87. min-height: 392px;
  88. }
  89. .indextab .row .tab-panel .tab-name{
  90. position: absolute;
  91. left: 7%;
  92. top: -31px;
  93. height: 38px;
  94. min-width: 300px;
  95. }
  96. .indextab .row .tab-panel .tab-name p{
  97. padding: 0 13px 0 45px;
  98. font-size:15px;
  99. color:#fff;
  100. position: absolute;
  101. height: 26px;
  102. line-height: 26px;
  103. margin: 12px 0;
  104. border-radius: 5px;
  105. }
  106. .indextab .row .tab-panel .tab-name p span{
  107. position: absolute;
  108. left: -6px;
  109. top: -6px;
  110. width: 38px;
  111. height: 38px;
  112. background-color: #fff;
  113. border-radius: 50%;
  114. text-align: center;
  115. line-height: 36px;
  116. font-size:20px;
  117. color:rgba(0,0,0,1);
  118. font-family:YouYuan;
  119. }
  120. .indextab .row .tab-panel .more-icon{
  121. position: absolute;
  122. right: 15px;
  123. top: 13px;
  124. }
  125. .indextab .row .tab-panel .more-icon img{
  126. width: 24px;
  127. /*height: 100%;*/
  128. }
  129. .indextab .row .tab-panel .left{
  130. float: left;
  131. min-height: 203px;
  132. width: 126px;
  133. margin-right: 20px;
  134. }
  135. .indextab .row .tab-panel .index-rtab{
  136. overflow: hidden;
  137. /*padding: 0 52px;*/
  138. }
  139. .indextab .row .tab-panel .index-rtab table{
  140. width: 100%;
  141. text-align: center;
  142. }
  143. .indextab .row .tab-panel .index-rtab table thead th{
  144. /* font-size:16px;
  145. color:rgba(0,0,0,1);
  146. padding-bottom: 16px;
  147. box-sizing: border-box;
  148. text-align: center;*/
  149. font-size:14px;
  150. color: #ffffff;
  151. /*padding-bottom: 16px;*/
  152. box-sizing: border-box;
  153. text-align: center;
  154. line-height: 38px;
  155. font-weight: 300;
  156. border-right: 1px solid #ffffff;
  157. }
  158. .indextab .row .tab-panel .index-rtab table thead th:last-child {
  159. border-right: none;
  160. }
  161. .indextab .row .tab-panel .index-rtab table tbody tr{
  162. height: 48px;
  163. background-color: #ffffff;
  164. line-height: 48px;
  165. font-size:14px;
  166. color:rgba(102,102,102,1);
  167. }
  168. .indextab .row .tab-panel .index-rtab table tbody tr td:first-child span{
  169. display: inline-block;
  170. width: 25px;
  171. height: 25px;
  172. border-radius: 50%;
  173. text-align: center;
  174. line-height: 25px;
  175. border: 1px solid #d5d5d5;
  176. background-color: #ffffff;
  177. }
  178. .indextab .row .tab-panel .index-rtab table tbody tr:nth-child(even){
  179. /*height: 30px;*/
  180. /*line-height: 30px;*/
  181. /*font-size:12px;*/
  182. color:rgba(102,102,102,1);
  183. }
  184. .indextab .row .tab-panel .index-rtab table tbody tr td .online{
  185. display: inline-block;
  186. color:#fff;
  187. height: 25px;
  188. width: 57px;
  189. text-align: center;
  190. line-height: 25px;
  191. background-color: #3ab4e1;
  192. box-sizing: border-box;
  193. }
  194. .indextab .row .tab-panel .index-rtab table tbody tr td .access{
  195. display: inline-block;
  196. height: 25px;
  197. width: 57px;
  198. line-height: 25px;
  199. text-align: center;
  200. color:#fff;
  201. background-color: #80d200;
  202. box-sizing: border-box;
  203. }
  204. .indextab .row .tab-panel .index-rtab table tbody tr td .offline{
  205. display: inline-block;
  206. width: 57px;
  207. height: 25px;
  208. line-height: 25px;
  209. text-align: center;
  210. color:#fff;
  211. background-color: #303030;
  212. box-sizing: border-box;
  213. }
  214. .indextab .row .tab-panel .index-rtab table.game tbody tr:nth-child(even){
  215. background-color: #f3f0ed;
  216. }
  217. .indextab .row .tab-panel .index-rtab table.channel tbody tr:nth-child(even){
  218. background-color: #e7eef1;
  219. }
  220. .indextab .row .tab-panel .index-rtab table.channel tbody tr:nth-child(even){
  221. background-color: #e7eef1;
  222. }
  223. /*.indextab .row .tab-panel .index-rtab table.channel tbody tr:nth-child(even) td:last-child .fa{
  224. background-color: #fff;
  225. }*/
  226. .indextab .row .tab-panel .index-rtab table.booked tbody tr:nth-child(even){
  227. background-color: #f9f9f9;
  228. }
  229. .indextab .row .tab-panel .index-rtab table.rank tbody tr:nth-child(even){
  230. background-color: #f3f0ee;
  231. }
  232. .indextab .row .tab-panel .apt-icon{
  233. /*width: 23px;*/
  234. height: 22px;
  235. }
  236. .indextab .row .tab-panel .opt-icon{
  237. text-decoration: none;
  238. }
  239. .indextab .row .tab-panel .opt-icon .fa{
  240. font-size: 16px;
  241. margin-right: 10px;
  242. }
  243. /*.indextab .row .tab-panel .opt-icon .fa.fa-trash:before{
  244. content: "\f1f8";
  245. }*/
  246. .indextab .row .tab-panel .opt-icon:last-child{
  247. margin-right: 0;
  248. }
  249. .indextab .row .tab-panel tr .money{
  250. color:rgba(248,150,45,1);
  251. }
  252. .indextab .row .tab-panel tr .link{
  253. color:rgba(231,87,0,1);
  254. text-decoration: underline;
  255. }
  256. /*屏幕适配*/
  257. @media screen and (max-width: 1800px){
  258. .indextop div.item {
  259. width: 25%;
  260. }
  261. }
  262. @media screen and (max-width: 1300px){
  263. .indextop {
  264. padding-left: 20px;
  265. padding-right: 20px;
  266. }
  267. .indextop div.item {
  268. width: 25%;
  269. }
  270. }
  271. @media (max-width: 1390px){
  272. .col-lg-6 {
  273. width: 100%;
  274. }
  275. .col-md-12 {
  276. width: 100%;
  277. }
  278. }
  279. /*2018/03/03*/
  280. .indextab .row .tab-panel{
  281. background-color: #fff;
  282. box-sizing: border-box;
  283. position: relative;
  284. border: 1px solid #cfcfcf;
  285. /*box-shadow: 0 0 15px rgba(144,144,144,.3);*/
  286. }
  287. .tab-panel .tab-tit {
  288. text-align: center;
  289. font-size: 18px;
  290. color: #333333;
  291. font-family: 'MicrosoftYaHei';
  292. display: block;
  293. width: 100%;
  294. height: 50px;
  295. line-height: 50px;
  296. }