regular.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. /*包含regular.html regular_list.html regular_detail.html 页面的css*/
  2. @charset 'utf-8'
  3. body
  4. {
  5. font-family: Tahoma, Arial, Verdana;
  6. font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  7. /*color: #eee;*/
  8. }
  9. /*regular.html*/
  10. .re-header
  11. {
  12. background-image: url(../img/regular/1.jpg);
  13. background-position: center 20%;
  14. background-repeat: no-repeat;
  15. background-size: cover;
  16. padding: 50px 0 20px 0;
  17. }
  18. .re-header .re-search
  19. {
  20. float: right;
  21. width: 300px;
  22. padding-right: 50px;
  23. }
  24. .re-header h1
  25. {
  26. color: #fff;
  27. font-size: 3em;
  28. font-weight: 700;
  29. }
  30. .re-nav
  31. {
  32. text-align: center;
  33. background: #ffffff;
  34. border-top: 1px solid #ebebeb;
  35. border-bottom: 2px solid #e1e1e1;
  36. }
  37. .re-nav .menu
  38. {
  39. padding: 0;
  40. margin: 0;
  41. }
  42. .re-nav .menu li
  43. {
  44. list-style: none;
  45. display: inline-block;
  46. position: relative;
  47. }
  48. .re-nav .menu li.nav-current
  49. {
  50. border-bottom: 2px solid #f4645f;
  51. margin-bottom: -2px;
  52. }
  53. /*.nav-current-li
  54. {
  55. border-bottom: 2px solid #f4645f;
  56. margin-bottom: -2px;
  57. }*/
  58. .re-nav .menu li a
  59. {
  60. text-decoration: none;
  61. line-height: 4em;
  62. padding: 0 21px;
  63. color: #F1362F;
  64. font-size: 18px;
  65. font-weight: 700;
  66. display: block;
  67. }
  68. .re-nav .menu li a:hover
  69. {
  70. color: #666;
  71. }
  72. .re-body
  73. {
  74. margin: 25px 0;
  75. }
  76. .re-body .re-img
  77. {
  78. height: 66px;
  79. background-image: url(../img/regular/c.jpg);
  80. border-radius: 5px;
  81. margin: 15px 0;
  82. }
  83. .re-img .a
  84. {
  85. padding: 5px 60px;
  86. }
  87. .re-content
  88. {
  89. background-color: #fff;
  90. padding: 21px 30px;
  91. margin: 10px 0;
  92. border-radius: 2px;
  93. }
  94. .re-content-heading
  95. {
  96. /*background: rgba(244,100,95,0.5);*/
  97. border-bottom: 1px solid #EBEBEB;
  98. margin-bottom: -1px;
  99. position: relative;
  100. overflow: hidden;
  101. }
  102. .re-content-heading .upline
  103. {
  104. position: absolute;
  105. background: #f4645f;
  106. color: #fff;
  107. text-align: center;
  108. /*top: -24px;
  109. right: -40px;
  110. width: 80px;
  111. height: 54px;
  112. line-height: 84px;
  113. transform: rotate(45deg);*/
  114. top: -12px;
  115. right: -32px;
  116. width: 80px;
  117. height: 40px;
  118. line-height: 54px;
  119. -webkit-transform: rotate(40deg);
  120. -ms-transform: rotate(40deg);
  121. -o-transform: rotate(40deg);
  122. transform: rotate(40deg);
  123. }
  124. .re-content-heading h4 a
  125. {
  126. text-decoration: none;
  127. color: #666;
  128. font-weight: 700;
  129. padding-left: 10px;
  130. }
  131. .re-content-heading h4 a:hover
  132. {
  133. color: #F1362F;
  134. }
  135. .re-content-heading .underline
  136. {
  137. width: 130px;
  138. border-bottom: 1px solid #F4645F;
  139. }
  140. .re-content-body
  141. {
  142. margin: 10px 10px;
  143. overflow: hidden;
  144. position: relative;
  145. }
  146. .re-content-body .re-list
  147. {
  148. padding: 0;
  149. margin: 0;
  150. }
  151. .re-content-body .re-list li.re-item
  152. {
  153. list-style: none;
  154. display: block;
  155. border-bottom: 1px dotted #EBEBEB;
  156. padding: 10px 0;
  157. position:relative;
  158. overflow:hidden;
  159. }
  160. .re-list .re-item a
  161. {
  162. text-decoration: none;
  163. font-size: 12px;
  164. color: #666;
  165. }
  166. .re-item .re-item-title
  167. {
  168. width: 50%;
  169. display:block;
  170. overflow: hidden;
  171. white-space: nowrap;
  172. text-overflow: ellipsis;
  173. }
  174. .re-item .re-item-time
  175. {
  176. float: right;
  177. }
  178. .re-content-heading2
  179. {
  180. /*background: rgba(244,100,95,1);*/
  181. background-color: #F4645F;
  182. padding: 10px 0;
  183. border-radius: 4px;
  184. }
  185. .re-content-heading2 h4
  186. {
  187. margin: 0;
  188. padding: 0;
  189. }
  190. .re-content-heading2 h4 a
  191. {
  192. text-decoration: none;
  193. color: #fff;
  194. font-weight: 700;
  195. margin-left: 20px;
  196. }
  197. .re-content-heading2 span
  198. {
  199. float: right;
  200. padding-right: 20px;
  201. }
  202. .re-body .re-btn
  203. {
  204. margin: 20px 20px;
  205. margin-bottom: 10px;
  206. }
  207. .re-btn li a
  208. {
  209. color: #fff;
  210. font-size: 18px;
  211. }
  212. .re-btn .btn
  213. {
  214. border-radius: 100px;
  215. padding: 18px 40px;
  216. margin: 0 10px;
  217. }
  218. .re-btn .btn1
  219. {
  220. background-color: #2dd98e;
  221. border-color: #2dd98e;
  222. }
  223. .re-btn .btn2
  224. {
  225. background-color: #69A1CE;
  226. border-color: #75A7CE;
  227. }
  228. .re-btn .btn3
  229. {
  230. background-color: #5EA8AE;
  231. border-color: #5EA8AE;
  232. }
  233. .re-btn .btn4
  234. {
  235. background-color: #F6CE41;
  236. border-color: #F6CE41;
  237. }
  238. /*regular_list.html*/
  239. .re-li-body
  240. {
  241. /*background-color: #D1EBDE;*/
  242. background-color: #fff;
  243. }
  244. .re-li-body .re-li-list
  245. {
  246. margin: 50px 40px;
  247. padding: 0;
  248. background-color: #fff;
  249. border-radius: 4px;
  250. transition: all 0.5s cubic-bezier(0.29, 1.02, 1, 0.93);
  251. box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.5);
  252. overflow: hidden;
  253. position: relative;
  254. }
  255. .re-li-body .re-li-list:hover
  256. {
  257. transform: translateY(-5px);
  258. }
  259. .re-li-body .panel
  260. {
  261. border: none;
  262. }
  263. .re-li-body .panel-default .panel-heading
  264. {
  265. background-color: #F4645F;
  266. padding: 15px 22px;
  267. color: #fff;
  268. font-size: 16px;
  269. font-weight: 700;
  270. }
  271. .re-li-body .panel-default .panel-heading span
  272. {
  273. margin-right: 10px;
  274. }
  275. .re-li-body .re-li-list .panel-body
  276. {
  277. margin: 0;
  278. padding: 20px 30px;
  279. position: relative;
  280. overflow: hidden;
  281. }
  282. .re-li-list ul
  283. {
  284. padding: 0;
  285. }
  286. .re-li-list ul li.re-li-item
  287. {
  288. list-style:none;
  289. display: block;
  290. border-bottom: 1px dotted #EBEBEB;
  291. padding: 8px 0;
  292. }
  293. .re-li-item a
  294. {
  295. font-size: 12px;
  296. color: #666;
  297. }
  298. .re-li-item .re-li-title
  299. {
  300. display: block;
  301. width: 80%;
  302. overflow: hidden;
  303. white-space: nowrap;
  304. text-overflow: ellipsis;
  305. }
  306. .re-li-item .re-li-time
  307. {
  308. float: right;
  309. }
  310. .re-li-body .panel-default .panel-footer
  311. {
  312. background-color: #fff;
  313. padding: 0;
  314. margin: 0;
  315. }
  316. .re-li-list .panel-footer ul
  317. {
  318. list-style: none;
  319. margin: 0;
  320. margin: 3px 30px;
  321. }
  322. .re-li-list .panel-footer ul li
  323. {
  324. display: inline-block;
  325. }
  326. .re-li-list .panel-footer ul li a
  327. {
  328. background-color: #f4645f;
  329. color: #fff;
  330. padding: 9px 18px;
  331. border-radius: 4px;
  332. text-decoration: none;
  333. }
  334. .re-li-list .panel-footer ul li a:hover ,.re-li-list .panel-footer ul li a:focus
  335. {
  336. background-color: #000;
  337. }
  338. .re-li-sidebar
  339. {
  340. /* position: fixed;
  341. right: 100px;*/
  342. position: absolute;
  343. top: 50px;
  344. border: 1px solid #F4645F;
  345. border-radius: 4%;
  346. padding: 20px 0px;
  347. max-width: 130px;
  348. }
  349. .re-li-sidebar ul
  350. {
  351. list-style: none;
  352. display: block;
  353. margin: 0;
  354. padding: 0;
  355. }
  356. .re-li-sidebar .nav li
  357. {
  358. padding: 0;
  359. margin: 0;
  360. border-bottom: 1px dotted #eee;
  361. }
  362. .re-li-sidebar .nav li a
  363. {
  364. color: #666;
  365. font-size: 16px;
  366. }
  367. .re-li-sidebar .nav li a:hover ,.re-li-sidebar .nav li a:focus
  368. {
  369. background-color: #F4645F;
  370. color: #fff;
  371. }
  372. /*regular_detail.html*/
  373. .re-li-body .re-dt-nav
  374. {
  375. padding: 18px 50px 0 50px;
  376. }
  377. .re-dt-nav .breadcrumb
  378. {
  379. background-color: rgba(157,214,234,0.3);
  380. }
  381. .breadcrumb li.active
  382. {
  383. margin-bottom:-6px;
  384. }
  385. .re-dt-nav .re-dt-info
  386. {
  387. color: #aaa;
  388. font-size: 12px;
  389. float: right;
  390. padding-top: 12px;
  391. padding-bottom: 3px;
  392. }
  393. .re-dt-nav .re-dt-info span
  394. {
  395. margin-right: 10px;
  396. }
  397. .re-li-body .re-dt-head
  398. {
  399. text-align: center;
  400. padding: 5px 50px 15px 50px;
  401. }
  402. .re-li-body .re-dt
  403. {
  404. padding: 0px 50px;
  405. color: #666;
  406. font-size: 14px;
  407. line-height: 2.0;
  408. }
  409. .re-dt .re-dt-content
  410. {
  411. padding: 20px 16px;
  412. margin-bottom: 50px;
  413. border-top: 1px solid #9DD6EA;
  414. border-bottom: 1px solid #9DD6EA;
  415. text-align: justify;
  416. word-wrap:normal;
  417. word-break:break-all;
  418. overflow:hidden;
  419. }
  420. /*regular_search.html*/
  421. .re-li-body .panel .panel-heading2
  422. {
  423. position: relative;
  424. padding: 15px 10px 0px 25px;
  425. border-bottom: #ddd solid 1px;
  426. }
  427. .panel-heading2 p
  428. {
  429. font-size: 12px;
  430. color: #000;
  431. }
  432. .panel-heading2 p span
  433. {
  434. font-size: 14px;
  435. color: red;
  436. margin: 0 10px;
  437. }
  438. .re-footer
  439. {
  440. text-align: center;
  441. font-size: 12px;
  442. background-color: #202020;
  443. color: #959595;
  444. padding: 35px 0;
  445. }