伊川12345

widgets.css 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. * {
  2. font-family: "微软雅黑";
  3. }
  4. @font-face {
  5. font-family: 'iconfont';
  6. src: url('../fonts/iconfont.eot');
  7. /* IE9*/
  8. src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  9. url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  10. url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  11. url('../fonts/iconfont.svg#iconfont') format('svg');
  12. /* iOS 4.1- */
  13. }
  14. .iconfont {
  15. font-family: "iconfont";
  16. font-size: 25px;
  17. font-style: normal;
  18. }
  19. .fl {
  20. float: left;
  21. }
  22. .fr {
  23. float: right;
  24. }
  25. .bc {
  26. background-color: #F5F5F5;
  27. border: 2px solid #EBEBEB;
  28. padding: 25px 20px;
  29. }
  30. .size-14 {
  31. font-size: 14px;
  32. font-weight: normal;
  33. }
  34. .ba {
  35. background-color: #F5F5F5;
  36. border: 2px solid #EBEBEB;
  37. padding: 0px;
  38. }
  39. .left_box {
  40. background-color: #FFFFFF;
  41. }
  42. .rows {
  43. display: -webkit-box;
  44. }
  45. .lazur {
  46. color: #23c6c8;
  47. }
  48. .bottom_line {
  49. border-bottom: 2px solid #CCCCCC;
  50. }
  51. .clear {
  52. margin: 0;
  53. padding: 0;
  54. margin-top: 2%;
  55. }
  56. .widgets {
  57. padding: 15px 0px;
  58. margin-bottom: 25px;
  59. margin-top: 25px;
  60. }
  61. /*.ss{
  62. background: url(img/huan.png) no-repeat;
  63. background-size: contain;
  64. background-position: center;
  65. margin-left: 20px;
  66. }*/
  67. .fenxian {
  68. border: 2px solid #CCCCCC;
  69. margin-bottom: 10px;
  70. display: inherit;
  71. position: absolute;
  72. width: 100%;
  73. TOP: 50%;
  74. }
  75. .left1 {
  76. LEFT: 15px;
  77. }
  78. .left2 {
  79. right: 15px;
  80. }
  81. .rowTitle {
  82. position: absolute;
  83. font-size: 16px;
  84. top: 40px;
  85. left: 45px;
  86. font-weight: 800;
  87. padding-bottom: 10px;
  88. border-bottom: 2px solid #CCCCCC;
  89. letter-spacing: 4px;
  90. }
  91. .num_box {
  92. background-color: #fefefe;
  93. border: 1px solid #EBEBEB;
  94. border-radius: 5px;
  95. margin-top: 10px;
  96. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  97. height: 318px;
  98. }
  99. .size-16 {
  100. font-size: 16px !important;
  101. }
  102. .size-14 {
  103. font-size: 14px !important;
  104. }
  105. .size-15 {
  106. font-size: 15px !important;
  107. }
  108. .size-12 {
  109. font-size: 12px !important;
  110. }
  111. .min_bottom {
  112. margin-bottom: 5px !important;
  113. }
  114. .fa-4x {
  115. font-size: 3em;
  116. color: #FFFFFF;
  117. background-color: #67cdcb;
  118. padding: 10px;
  119. border-radius: 5px;
  120. }
  121. .bg_green {
  122. background: -webkit-linear-gradient(left, #accafd, #b8dcfc);
  123. background: -moz-linear-gradient(left, #accafd, #b8dcfc);
  124. background: -o-linear-gradient(left, #accafd, #b8dcfc);
  125. background: -webkit-gradient(linear, 100% 0, 0 0, from(#b8dcfc), to(#accafd));
  126. background: linear-gradient(left, #accafd, #b8dcfc);
  127. /* Opera 11.1 - 12.0 */
  128. /* Firefox 3.6 - 15 */
  129. /* 标准的语法 */
  130. }
  131. .bg_blue {
  132. /* Safari 5.1 - 6.0 */
  133. background: -webkit-linear-gradient(left, #f26997, #f080ce);
  134. background: -moz-linear-gradient(left, #f26997, #f080ce);
  135. background: -o-linear-gradient(left, #f26997, #f080ce);
  136. background: -webkit-gradient(linear, 100% 0, 0 0, from(#f080ce), to(#f26997));
  137. background: linear-gradient(left, #f26997, #f080ce);
  138. /* Opera 11.1 - 12.0 */
  139. /* Firefox 3.6 - 15 */
  140. /* 标准的语法 */
  141. }
  142. .bg_red {
  143. background: -webkit-linear-gradient(left, #fbc356, #fa9182);
  144. background: -moz-linear-gradient(left, #fbc356, #fa9182);
  145. background: -o-linear-gradient(left, #fbc356, #fa9182);
  146. background: -webkit-gradient(linear, 100% 0, 0 0, from(#fa9182), to(#fbc356));
  147. background: linear-gradient(left, #fbc356, #fa9182);
  148. /* Opera 11.1 - 12.0 */
  149. /* Firefox 3.6 - 15 */
  150. /* 标准的语法 */
  151. }
  152. .bg_black {
  153. background: -webkit-linear-gradient(left, #88eec0, #8bdedd);
  154. background: -moz-linear-gradient(left, #88eec0, #8bdedd);
  155. background: -o-linear-gradient(left, #88eec0, #8bdedd);
  156. background: -webkit-gradient(linear, 100% 0, 0 0, from(#8bdedd), to(#88eec0));
  157. background: linear-gradient(left, #88eec0, #8bdedd);
  158. /* Opera 11.1 - 12.0 */
  159. /* Firefox 3.6 - 15 */
  160. /* 标准的语法 */
  161. }
  162. .bg_wj {
  163. background: -webkit-linear-gradient(left, #6c77da, #7351ac);
  164. background: -moz-linear-gradient(left, #6c77da, #7351ac);
  165. background: -o-linear-gradient(left, #6c77da, #7351ac);
  166. background: -webkit-gradient(linear, 100% 0, 0 0, from(#7351ac), to(#6c77da));
  167. background: linear-gradient(left, #6c77da, #7351ac);
  168. /* Opera 11.1 - 12.0 */
  169. /* Firefox 3.6 - 15 */
  170. /* 标准的语法 */
  171. }
  172. .jg {
  173. letter-spacing: 2px;
  174. margin-top: -3px;
  175. font-weight: bolder;
  176. }
  177. .mt {
  178. margin-top: 10px;
  179. }
  180. .ibox-content {
  181. padding: 20px 20px 95px;
  182. background-color: #fefefe;
  183. border: 1px solid #EBEBEB;
  184. border-radius: 5px;
  185. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  186. box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  187. }
  188. .size-20 {
  189. font-size: 20px;
  190. color: #4078ad;
  191. }
  192. .border_top {
  193. border-top: none;
  194. }
  195. /*.margin-tops{
  196. margin-top:-50px;
  197. }*/
  198. .padding-left-min {
  199. padding-left: 0;
  200. padding-top: 5px;
  201. }
  202. .mins-left {
  203. padding-left: 30px;
  204. padding-right: 0;
  205. }
  206. .widget h2,
  207. .widget h3 {
  208. margin-top: 0px;
  209. }
  210. .col-sm-2 {
  211. width: 20%;
  212. }
  213. .col-sm-4 {
  214. width: 30%;
  215. }
  216. .min_right {
  217. margin-right: 15px;
  218. }
  219. .col-xs-3 {
  220. padding-left: 5px;
  221. }
  222. .huan {
  223. background: url(./img/huan.png)no-repeat;
  224. }
  225. .min-padding {
  226. padding-bottom: 10px;
  227. padding-top: 10px;
  228. border-bottom-width: 1px;
  229. border-radius: 5px !important;
  230. padding-left: 10px;
  231. padding-right: 5px;
  232. }
  233. .progress {
  234. height: 5px;
  235. background-color: #CCCCCC;
  236. }
  237. .progress-bar-ff {
  238. background-color: #FFF;
  239. }
  240. .ff {
  241. color: #FFFFFF;
  242. }
  243. .c-bottom {
  244. margin-top: 5px;
  245. }
  246. .bg-purple {
  247. background: -ms-linear-gradient(right, #ea76dd, #8a9cf4);
  248. background: -webkit-gradient(linear, 100% 0, 0 0, from(#ea76dd), to(#8a9cf4));
  249. background: -webkit-linear-gradient(right, #ea76dd, #8a9cf4);
  250. background: -moz-linear-gradient(right, #ea76dd, #8a9cf4);
  251. background: -o-linear-gradient(right, #ea76dd, #8a9cf4);
  252. background: linear-gradient(right, #ea76dd, #8a9cf4);
  253. background: #ea76dd;
  254. /* Opera 11.1 - 12.0 */
  255. /* Firefox 3.6 - 15 */
  256. /* 标准的语法 */
  257. }
  258. .bg-blues {
  259. background: -ms-linear-gradient(right, #67aefe, #67aefe);
  260. background: -webkit-linear-gradient(right, #67aefe, #67aefe);
  261. background: -moz-linear-gradient(right, #67aefe, #7bd7fe);
  262. background: -o-linear-gradient(right, #67aefe, #7bd7fe);
  263. background: -webkit-gradient(linear, 100% 0, 0 0, from(#67aefe), to(#7bd7fe));
  264. background: linear-gradient(right, #67aefe, #7bd7fe);
  265. background: #67aefe;
  266. /* Opera 11.1 - 12.0 */
  267. /* Firefox 3.6 - 15 */
  268. /* 标准的语法 */
  269. }
  270. .bg-yellow {
  271. background: -ms-linear-gradient(right, #f95a84, #f86953);
  272. background: -webkit-linear-gradient(right, #f95a84, #f86953);
  273. background: -moz-linear-gradient(right, #f95a84, #f86953);
  274. background: -o-linear-gradient(right, #f95a84, #f86953);
  275. background: -webkit-gradient(linear, 100% 0, 0 0, from(#f95a84), to(#f86953));
  276. background: linear-gradient(right, #f95a84, #f86953);
  277. background: #f95a84;
  278. /* Opera 11.1 - 12.0 */
  279. /* Firefox 3.6 - 15 */
  280. /* 标准的语法 */
  281. }
  282. /*.p-xl{
  283. border-width: 5px;
  284. border-style: solid;
  285. border-color: #69cbd0 #69cbd0 #be8bd6 #47bde3 ;
  286. border-radius: 50%;
  287. }*/
  288. .c-bottom {
  289. width: 29%;
  290. overflow: hidden;
  291. margin-right: 5px;
  292. float: left;
  293. }
  294. .c-bottom ul {
  295. overflow: hidden;
  296. width: 100%;
  297. padding-left: 0px;
  298. list-style: none;
  299. margin-top: 3px;
  300. cursor: pointer;
  301. }
  302. .Text {
  303. width: 100%;
  304. padding-bottom: 30px;
  305. position: relative;
  306. }
  307. .c-b-ul {
  308. list-style: none;
  309. padding-left: 0;
  310. }
  311. .c-b-ul span{
  312. position: absolute;
  313. left: 20px;
  314. top: 62px;
  315. font-weight: 600;
  316. font-size: 15px;
  317. color: #676a6c;
  318. }
  319. .c-b-ul #jrdwcl{
  320. top: 112px;
  321. }
  322. .c-b-ul #dydwcl{
  323. top: 162px;
  324. }
  325. .Announcement_title span {
  326. font-size: 16px;
  327. font-weight: 800;
  328. line-height: 80px;
  329. }
  330. .rl {
  331. float: right;
  332. }
  333. .Announcement_common {
  334. font-size: 14px;
  335. }
  336. .Announcement_common li {
  337. margin-bottom: 10px;
  338. }
  339. .At_time {
  340. padding-right: 25px;
  341. }
  342. .Announcement_common li a {
  343. color: #000;
  344. }
  345. .Announcement_common li a:hover {
  346. color: #00a1cb;
  347. }
  348. .new_title {
  349. height: 100%;
  350. line-height: 30px;
  351. padding: 0 15px;
  352. }
  353. .new_title h1 {
  354. margin: 0;
  355. padding: 0;
  356. font-weight: normal;
  357. line-height: 30px;
  358. white-space: nowrap;
  359. overflow: hidden;
  360. text-overflow: ellipsis;
  361. float: left;
  362. width: 55%;
  363. }
  364. .new_list li {
  365. height: 30px;
  366. }
  367. li {
  368. list-style-type: none;
  369. }
  370. .new_title a {
  371. color: #000;
  372. display: block;
  373. width: 100%;
  374. color: #666;
  375. white-space: nowrap;
  376. overflow: hidden;
  377. text-overflow: ellipsis;
  378. }
  379. .s-14 {
  380. font-size: 14px;
  381. }
  382. .new_title em {
  383. font-style: normal;
  384. }
  385. .Widths {
  386. width: 50%;
  387. margin-top: 8%;
  388. }