apply_show.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. .clear {
  2. clear: both;
  3. }
  4. b {
  5. display: inline-block;
  6. width: 0px;
  7. height: 0px;
  8. border: 5px solid transparent;
  9. border-top: 15px solid #1280DD;
  10. border-bottom: 15px solid #1280DD;
  11. border-left: 2px solid #1280DD;
  12. border-right: 2px solid #1280DD;
  13. vertical-align: middle;
  14. }
  15. .yuan {
  16. border: 2px solid #09ade6;
  17. border-radius: 50%;
  18. margin-right: 10px;
  19. }
  20. .tit {
  21. padding-left: 3px;
  22. }
  23. /*右侧报考单位详情*/
  24. .news_show_content {
  25. margin: 0 auto;
  26. width: 1200px;
  27. margin-top: 30px;
  28. }
  29. /*左侧内容*/
  30. .news_show_content_left {
  31. float: left;
  32. width: 790px;
  33. margin: 0 20px 0 40px;
  34. }
  35. /*左侧上部内容*/
  36. /*标题*/
  37. .left_top_title {
  38. font-size: 24px;
  39. color: #000000;
  40. padding: 20px 40px 20px 0;
  41. border-bottom: 1px solid #ccc;
  42. text-align: left;
  43. }
  44. /*报考流程*/
  45. .content_right_nav {
  46. padding: 30px 0;
  47. position: relative;
  48. }
  49. .content_right_nav .line {
  50. border-bottom: 1px solid #ccc;
  51. position: absolute;
  52. z-index: -999;
  53. top: 54px;
  54. left: 15px;
  55. }
  56. .content_right_nav ul li {
  57. width: 90px;
  58. height: 40px;
  59. line-height: 20px;
  60. text-align: center;
  61. color: #fff;
  62. display: inline-block;
  63. background: rgb(209, 209, 209);
  64. padding: 5px 3px;
  65. margin-right: 10px;
  66. }
  67. /* .content_right_nav ul li:not(:first-child) {
  68. margin-left: 26px;
  69. } */
  70. .content_right_nav .active {
  71. background: #1280DD;
  72. }
  73. /*导航菜单*/
  74. .right_nav ul li {
  75. list-style: none;
  76. margin-right: 50px;
  77. height: 50px;
  78. line-height: 50px;
  79. background: none;
  80. color: #000;
  81. display: inline-block;
  82. cursor: pointer;
  83. padding: 0;
  84. }
  85. .right_nav ul li a {
  86. text-decoration: none;
  87. display: block;
  88. width: 120px;
  89. height: 50px;
  90. line-height: 50px;
  91. text-align: center;
  92. }
  93. .onNav {
  94. color: #fff;
  95. background: #1280DD;
  96. }
  97. .right_nav .nav_li_txt {
  98. border: 1px solid #ccc;
  99. padding: 30px 20px;
  100. line-height: 30px;
  101. width:748px;
  102. word-wrap:break-word;
  103. word-break:break-all;
  104. }
  105. /*相关下载 拓展下载 联系方式*/
  106. .content_left_bottom {
  107. padding-top: 30px;
  108. }
  109. .left_bottom_title {
  110. color: #000000;
  111. font-size: 16px;
  112. }
  113. .left_bottom_con {
  114. border: 1px solid #ccc;
  115. padding: 10px;
  116. margin: 20px 0;
  117. }
  118. .left_bottom_con ul li {
  119. margin-bottom: 10px;
  120. }
  121. .left_bottom_con ul li span {
  122. text-decoration: underline;
  123. }
  124. /*右侧内容*/
  125. .news_show_content_right {
  126. float: left;
  127. width: 320px;
  128. margin-left: 20px;
  129. }
  130. /*右侧导航菜单*/
  131. .right_nav_li ul li {
  132. text-align: center;
  133. font-size: 20px;
  134. width: 127px;
  135. border-radius: 10px;
  136. height: 40px;
  137. line-height: 40px;
  138. margin: 0 10px;
  139. }
  140. .right_nav_li ul li a {
  141. color: #fff;
  142. }
  143. /*最新公告*/
  144. .content_right_notice {
  145. border: 1px solid #ccc;
  146. padding: 20px 20px 30px 10px;
  147. width: 270px;
  148. }
  149. /*内容*/
  150. .right_notice_con {
  151. padding-top: 20px;
  152. }
  153. .right_notice_con ul li {
  154. display: flex;
  155. margin-bottom: 15px;
  156. line-height: 16px;
  157. }
  158. .notice_con_right {
  159. position: relative;
  160. }
  161. .right_notice_con ul li .ico {
  162. margin-top: 6px;
  163. }
  164. .notice_con_right_time {
  165. padding-left: 10px;
  166. }
  167. /*登录弹框开始*/
  168. /* 背景层 */
  169. body {
  170. position: relative;
  171. }
  172. .modelBg {
  173. position: absolute;
  174. width: 100%;
  175. height: 100%;
  176. left: 0;
  177. top: 0;
  178. z-index: 10;
  179. background: #DCDBDC;
  180. -moz-opacity: 0.5;
  181. opacity: .5;
  182. filter: alpha(opacity=50);
  183. /* 只支持IE6、7、8、9 */
  184. }
  185. .modelBox {
  186. width: 360px;
  187. background: #fff;
  188. position: absolute;
  189. top: 23%;
  190. left: 34%;
  191. border: 4px solid rgb(209, 208, 208);
  192. padding: 40px 30px;
  193. z-index: 999;
  194. text-align: center;
  195. }
  196. .modelBox .close {
  197. display: inline-block;
  198. position: absolute;
  199. border: 1px solid rgb(59, 58, 58);
  200. background: #fff;
  201. width: 20px;
  202. height: 20px;
  203. border-radius: 50%;
  204. line-height: 20px;
  205. text-align: center;
  206. right: -8px;
  207. top: -8px;
  208. cursor: pointer;
  209. }
  210. .modelBox .model_content {
  211. display: inline-block;
  212. padding-top: 30px;
  213. }
  214. .modelBox .model_content>div {
  215. margin-bottom: 30px;
  216. }
  217. .modelBox .model_content .model_input {
  218. font-size: 18px;
  219. }
  220. .modelBox .model_content .model_input input {
  221. border: 1px solid rgb(172, 172, 172);
  222. height: 28px;
  223. width: 200px;
  224. padding-left: 3px;
  225. }
  226. .modelBox .model_content .model_input input:focus {
  227. border-color: rgba(82, 168, 236, 0.8);
  228. outline: 0;
  229. outline: thin dotted \9;
  230. /* IE6-9 */
  231. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  232. }
  233. .modelBox .model_content .model_input p {
  234. display: inline-block;
  235. width: 80px;
  236. text-align: right;
  237. margin-right: 5px;
  238. color: #000;
  239. }
  240. .modelBox .model_content .model_prompt {
  241. text-align: left;
  242. color: rgb(181, 183, 185);
  243. }
  244. .model_btn {
  245. text-align: center;
  246. }
  247. .model_btn input {
  248. border: none;
  249. background: #09ADE6;
  250. color: #fff;
  251. border-radius: 5px;
  252. width: 80px;
  253. height: 35px;
  254. cursor: pointer;
  255. }
  256. /* 登陆弹框结束 */
  257. /*提示弹框*/
  258. .warning_dialog .notice {
  259. width: 300px;
  260. min-height: 47px;
  261. line-height: 45px;
  262. background: url(../../images/80.png) no-repeat 0px 5px;
  263. margin-bottom: 20px;
  264. padding-left: 55px;
  265. }