Nav apraksta

widgets.css 8.4KB

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