Keine Beschreibung

RepairStatistic.css 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. .contentTop_leftTop .content_nav,.contentTop_leftTop #orderSource{
  2. width: 100%;
  3. }
  4. .contentTop_leftTop{
  5. height: initial!important;
  6. }
  7. .contentBottom{
  8. padding-bottom: 10px;
  9. }
  10. .contentBottom_content_right{
  11. position: relative;
  12. height: 264px;
  13. overflow: hidden;
  14. }
  15. .contentBottom_content_right .posi{
  16. position: absolute;
  17. left: 0px;
  18. overflow: hidden;
  19. }
  20. .contentBottom_content_right ul{
  21. float: left;
  22. }
  23. .contentBottom_content_right ul li{
  24. width: 155px;
  25. margin: 14px;
  26. float: left;
  27. background: #070a4b;
  28. color: #4f84ef;
  29. font-size: 14px;
  30. text-align: center;
  31. padding: 10px 0;
  32. position: relative;
  33. }
  34. .contentBottom_content_right ul li img{
  35. width: 55%;
  36. border: 1px solid #96d6f6;
  37. }
  38. .contentBottom_content_right ul li p {
  39. margin: 16px 0px;
  40. }
  41. .contentBottom_content_right ul li.seeAll{
  42. padding: 102px 0px;
  43. }
  44. .contentBottom_content_right ul li.seeAll img{
  45. display: block;
  46. height: 37px;
  47. width: 37px;
  48. margin: 0 auto;
  49. border-radius: initial;
  50. border: 0px;
  51. margin-bottom: 17px;
  52. }
  53. .middleTop_bottom ul li{
  54. float: left;
  55. color: #48abff;
  56. font-size: 16px;
  57. text-align: center;
  58. width: 25%;
  59. }
  60. .middleTop_bottom ul li div{
  61. margin-bottom: 16px;
  62. font-family: "DigifaceWide";
  63. font-size: 30px;
  64. margin-top: 6px;
  65. }
  66. .Pink{
  67. color: #ebc66e;
  68. }
  69. .ranking{
  70. background: url(../images/ranking.png) no-repeat;
  71. width: 32px;
  72. height: 40px;
  73. background-size:100% 100%;
  74. position: absolute;
  75. left: 95px;
  76. top: 80px;
  77. color: #000000;
  78. font-weight: bold;
  79. line-height: 30px;
  80. text-align: center;
  81. }
  82. .purple{
  83. color: #6c71d1;
  84. }
  85. .Ashen{
  86. color: #cc4255;
  87. }
  88. .green{
  89. color: #1eb27f;
  90. }
  91. .middleTop_top{
  92. position: relative;
  93. }
  94. .middleTop_top:before{
  95. content: "";
  96. position: absolute;
  97. width: 1px;
  98. height: 110%;
  99. background: #0f3287;
  100. top: -6px;
  101. right: 0;
  102. }
  103. .middleBottom {
  104. border: 1px solid transparent;
  105. }
  106. .middleBottom ul li{
  107. color: #4f84ef;
  108. font-size: 16px;
  109. background-color: #0a1845;
  110. margin-top: 13px;
  111. padding: 5px 10px;
  112. }
  113. .middleBottom ul li .repairState{
  114. width:150px;
  115. }
  116. .middleBottom ul li .repairRecord{
  117. width:calc(100% - 150px);
  118. overflow: hidden;
  119. white-space: nowrap;
  120. text-overflow: ellipsis;
  121. }
  122. /*.pull-left {
  123. width: 100%;
  124. }*/
  125. .pull-left .text_tit{
  126. width: 100%;
  127. height: 60px;
  128. background: url(../images/header_bj.png) repeat-x left;
  129. overflow: hidden;
  130. }
  131. .pull-left .text_tit a{
  132. width: 19%;
  133. margin: 0 0 0 2%;
  134. text-align: left;
  135. float: left;
  136. line-height: 60px;
  137. color: #a6d6ff;
  138. font-size: 16px;
  139. overflow: hidden;
  140. text-overflow:ellipsis;
  141. white-space: nowrap;
  142. }
  143. /*自动滚动*/
  144. .scrolltext {
  145. width:100%;
  146. height: 420px;
  147. overflow: hidden;
  148. position: relative;
  149. }
  150. #breakNewsList{
  151. width: 100%;
  152. position: absolute;
  153. left: 0px;
  154. top: 0px;
  155. }
  156. .scrolltext a{
  157. color: #4f84ef;
  158. }
  159. .scrolltext ol li {
  160. /*padding-left: 7px;*/
  161. width: 100%;
  162. font-size: 16px;
  163. overflow: hidden;
  164. }
  165. /*.scrolltext ol li dl:first-child{
  166. margin: 0 0 0 2%;
  167. }*/
  168. .scrolltext ol li dl{
  169. width: 21%;
  170. margin: 0 0 0 2%;
  171. text-align: left;
  172. float: left;
  173. overflow: hidden;
  174. text-overflow:ellipsis;
  175. white-space: nowrap;
  176. line-height: 38px;
  177. }
  178. .Popout_bj{
  179. width: 100%;
  180. height: 100%;
  181. top: 0;
  182. position: fixed;
  183. background:#000000;
  184. filter:alpha(Opacity=80);
  185. opacity:0.80;
  186. -moz-opacity:0.80;
  187. filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  188. -MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  189. z-index: 3;
  190. display: none;
  191. }
  192. .Popout_div{
  193. width: 80%;
  194. height: 80%;
  195. overflow-y:scroll;
  196. top: 0;
  197. bottom: 0;
  198. left: 0;
  199. right: 0;
  200. margin: auto;
  201. text-align: center;
  202. position: fixed;
  203. background:#020e36;
  204. z-index: 3333;
  205. border: 1px solid #0f3287;
  206. display: none;
  207. }
  208. .Popout_div::-webkit-scrollbar {/*滚动条整体样式*/
  209. width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  210. height: 1px;
  211. background: #020e36;
  212. }
  213. .Popout_div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  214. border-radius: 10px;
  215. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  216. background: #061547;
  217. }
  218. .Popout_div::-webkit-scrollbar-track {/*滚动条里面轨道*/
  219. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  220. border-radius: 10px;
  221. background: #020e36;
  222. }
  223. .Popout_div_border{
  224. padding: 20px;
  225. }
  226. .Popout_div_border ul li{
  227. width: 150px;
  228. margin: 15px;
  229. float: left;
  230. background: #0f1154;
  231. color: #4f84ef;
  232. font-size: 14px;
  233. text-align: center;
  234. padding: 25px 0;
  235. }
  236. .Popout_div_border ul li img{
  237. height: 93px;
  238. width: 93px;
  239. border-radius: 50%;
  240. border: 1px solid #96d6f6;
  241. }
  242. .Popout_div_border ul li p {
  243. margin-top: 25px;
  244. margin-bottom: 0;
  245. }
  246. .Popout_div_border ul li.seeAll{
  247. padding: 102px 0px;
  248. }
  249. .Popout_div_border ul li.seeAll img{
  250. display: block;
  251. height: 37px;
  252. width: 37px;
  253. margin: 0 auto;
  254. border-radius: initial;
  255. border: 0px;
  256. margin-bottom: 17px;
  257. }
  258. .Popout_close{
  259. width: 30px;
  260. height: 30px;
  261. position: absolute;
  262. top: 10px;
  263. right: 10px;
  264. }
  265. .Popout_close img{
  266. width: 100%;
  267. }
  268. .seeAll_div{
  269. width: 19%;
  270. margin-right: 1%;
  271. /*margin-top: -1%;*/
  272. float: right;
  273. background: #0f1154;
  274. color: #4f84ef;
  275. font-size: 14px;
  276. text-align: center;
  277. padding: 0;
  278. }
  279. .contentBottom_content_right {
  280. margin: 8px 0 17px 0;
  281. }
  282. .seeAll_div img{
  283. height: 93px;
  284. width: 93px;
  285. border-radius: 50%;
  286. border: 1px solid #96d6f6;
  287. }
  288. .seeAll_div p {
  289. margin-top: 25px;
  290. margin-bottom: 0;
  291. }
  292. .seeAll_div{
  293. padding: 98px 0px;
  294. cursor: pointer;
  295. }
  296. .seeAll_div img{
  297. display: block;
  298. height: 37px;
  299. width: 37px;
  300. margin: 0 auto;
  301. border-radius: initial;
  302. border: 0px;
  303. margin-bottom: 17px;
  304. }
  305. /*.unfinish{
  306. display: none;
  307. }*/