Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

special.css 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. #special-index .content{
  2. width: 100%;
  3. float: left;
  4. margin-top: 10px;
  5. background: linear-gradient(90.00deg, rgb(58, 140, 253) 0%,rgb(7, 52, 195) 100%);
  6. }
  7. #special-index .box{
  8. width: 1050px;
  9. margin: 0 auto;
  10. position: relative;
  11. }
  12. #special-index .row{
  13. min-height: 560px;
  14. }
  15. #special-index .a{
  16. position: absolute;
  17. top: 25%;
  18. left: 3%;
  19. }
  20. #special-index .b{
  21. position: absolute;
  22. top: 40%;
  23. left: 3%;
  24. }
  25. #special-index .c{
  26. position: absolute;
  27. top: 40.5%;
  28. left: 5%;
  29. color: rgb(255, 255, 255);
  30. font-family: "HarmonyOS Sans SC";
  31. font-size: 16px;
  32. font-weight: 400;
  33. line-height: 30px;
  34. letter-spacing: 0px;
  35. text-align: left;
  36. }
  37. #special-index .d{
  38. position: absolute;
  39. top: 40.7%;
  40. left: 37%;
  41. width: 200px;
  42. height: 30px;
  43. text-align: center;
  44. border-radius: 25px;
  45. background: rgb(29, 90, 220);
  46. color: rgb(255, 255, 255);
  47. font-family: "HarmonyOS Sans SC";
  48. font-size: 16px;
  49. font-weight: 400;
  50. line-height: 30px;
  51. letter-spacing: 0px;
  52. }
  53. #special-index .e{
  54. position: absolute;
  55. top: 52.5%;
  56. left: 3%;
  57. }
  58. #special-index .e span{
  59. display: block;
  60. width: 156px;
  61. height: 40px;
  62. line-height: 43px;
  63. position: relative;
  64. float: left;
  65. margin-right: 20px;
  66. border-radius: 10px;
  67. box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.14);
  68. background: rgb(255, 255, 255);
  69. text-align: center;
  70. }
  71. #special-index .e span a{
  72. color: rgb(29, 90, 220);
  73. font-family: "HarmonyOS Sans SC";
  74. font-size: 20px;
  75. font-weight: 500;
  76. line-height: 30px;
  77. letter-spacing: 0px;
  78. text-align: left;
  79. position: absolute;
  80. right: 26%;
  81. top: 11%;
  82. }
  83. #special-index .e span img{
  84. position: absolute;
  85. right: 9%;
  86. top: 29%;
  87. }
  88. #special-index .f{
  89. position: absolute;
  90. top: 25.7%;
  91. left: 68.5%;
  92. }
  93. /*
  94. 表单
  95. */
  96. .content-form{
  97. background: none !important;
  98. }
  99. .left-form{
  100. width: 525px;
  101. height: 516px;
  102. float: left;
  103. box-sizing: border-box;
  104. border: 1px solid rgba(40, 45, 108, 0.29);
  105. border-radius: 5px;
  106. /* 面板阴影 */
  107. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  108. background: rgba(255, 255, 255, 0.7);
  109. }
  110. .right-table{
  111. width: 512px;
  112. height: 516px;
  113. float: left;
  114. box-sizing: border-box;
  115. border: 1px solid rgba(40, 45, 108, 0.11);
  116. border-radius: 5px;
  117. /* 面板阴影 */
  118. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  119. background: rgba(255, 255, 255, 0.7);
  120. margin-left: 10px;
  121. }
  122. .row-h{
  123. width: 100%;
  124. float: left;
  125. margin-bottom: 10px;
  126. }
  127. .row-a{
  128. height: 70px;
  129. line-height: 70px;
  130. text-align: center;
  131. position: relative;
  132. margin-bottom: 0px !important;
  133. }
  134. .row-a font{
  135. color: rgb(40, 45, 108);
  136. font-family: "HarmonyOS Sans SC";
  137. font-size: 20px;
  138. font-weight: 700;
  139. line-height: 100%;
  140. letter-spacing: 0px;
  141. text-align: left;
  142. }
  143. .row-a span{
  144. width: 4px;
  145. height: 90px;
  146. position: absolute;
  147. left: 259px;
  148. top: 8px;
  149. transform: rotate(-90.00deg);
  150. border-radius: 5px;
  151. background: rgba(38, 43, 106, 0.26);
  152. }
  153. .row-l{
  154. width: 141px;
  155. float: left;
  156. height: 36px;
  157. line-height: 40px;
  158. text-align: center;
  159. }
  160. .row-r{
  161. width: 345px;
  162. float: left;
  163. height: 36px;
  164. line-height: 36px;
  165. }
  166. .row-r .layui-form-radio{
  167. color: rgb(51, 51, 51);
  168. font-family: 思源黑体;
  169. font-size: 14px !important;
  170. font-weight: 400;
  171. letter-spacing: -1px;
  172. text-align: left;
  173. margin: 0 !important;
  174. }
  175. .row-rr{
  176. height: 72px;
  177. }
  178. .row-l font{
  179. color: rgb(40, 45, 108);
  180. font-family: "HarmonyOS Sans SC";
  181. font-size: 18px;
  182. font-weight: 700;
  183. line-height: 100%;
  184. letter-spacing: 0px;
  185. text-align: left;
  186. }
  187. .layui-select-title input{
  188. border-radius: 5px;
  189. background: rgba(3, 8, 82, 0.1);
  190. color: rgba(40, 45, 108, 0.37);
  191. font-family: "HarmonyOS Sans SC";
  192. font-size: 16px;
  193. font-weight: 400;
  194. line-height: 100%;
  195. letter-spacing: 0px;
  196. text-align: left;
  197. }
  198. .row-r .layui-input{
  199. border-radius: 5px;
  200. background: rgba(3, 8, 82, 0.1);
  201. color: rgba(40, 45, 108, 0.37);
  202. font-family: "HarmonyOS Sans SC";
  203. font-size: 16px;
  204. font-weight: 400;
  205. line-height: 100%;
  206. letter-spacing: 0px;
  207. text-align: left;
  208. }
  209. .btn-sub{
  210. display: block;
  211. border-radius: 5px;
  212. width: 163px;
  213. height: 40px;
  214. line-height: 40px;
  215. background: rgb(29, 90, 220);
  216. color: rgb(255, 255, 255);
  217. font-family: "HarmonyOS Sans SC";
  218. font-size: 16px;
  219. font-weight: 400;
  220. letter-spacing: 0px;
  221. text-align: center;
  222. margin: 0 auto;
  223. }
  224. .row-btn{
  225. text-align: center;
  226. }
  227. .row-msg{
  228. text-align: center;
  229. }
  230. .row-msg font{
  231. color: rgba(40, 45, 108, 0.5);
  232. font-family: "HarmonyOS Sans SC";
  233. font-size: 14px;
  234. font-weight: 300;
  235. line-height: 100%;
  236. letter-spacing: 0px;
  237. text-align: left;
  238. }
  239. .row-city{
  240. position: relative;
  241. }
  242. #in_city{
  243. position: absolute !important;
  244. top:42px !important;
  245. left: 0 !important;
  246. width: 383px !important;
  247. }
  248. /*
  249. 实时数据看板
  250. */
  251. .right-table .top{
  252. width: 100%;
  253. height: 53px;
  254. float: left;
  255. border-radius: 5px 5px 0px 0px;
  256. box-shadow: 0px 5px 25px 0px rgba(3, 8, 82, 0.2);
  257. background: rgb(40, 45, 108);
  258. text-align: center;
  259. line-height: 53px;
  260. }
  261. .right-table .top span{
  262. color: rgb(255, 255, 255);
  263. font-family: "HarmonyOS Sans SC";
  264. font-size: 20px;
  265. font-weight: 700;
  266. line-height: 100%;
  267. letter-spacing: 0px;
  268. text-align: left;
  269. }
  270. .right-table .bottom{
  271. width: 100%;
  272. height: 516px;
  273. float: left;
  274. }
  275. .right-table .layui-table{
  276. margin: 0 !important;
  277. width: 96%;
  278. margin: 0 2% !important;
  279. background:none !important;
  280. }
  281. .right-table th{
  282. padding: 0 !important;
  283. text-align: center;
  284. color: rgb(40, 45, 108);
  285. font-family: "HarmonyOS Sans SC";
  286. font-size: 16px;
  287. font-weight: bold;
  288. line-height: 33px;
  289. letter-spacing: 0px;
  290. display: block;
  291. float: left;
  292. /* margin-left: 10px;
  293. margin-right: 10px;*/
  294. height: 33px;
  295. border: none;
  296. }
  297. .row-one{
  298. height: 36px;
  299. line-height: 36px;
  300. background:none !important;
  301. border-bottom: 1px solid rgb(40, 45, 108);
  302. }
  303. thead{
  304. }
  305. .right-table td{
  306. padding: 0 !important;
  307. text-align: center;
  308. color: rgba(0, 0, 0, 0.66);
  309. font-family: "HarmonyOS Sans SC";
  310. font-size: 14px;
  311. font-weight: 400;
  312. line-height: 100%;
  313. letter-spacing: 0px;
  314. border: none;
  315. overflow: hidden;
  316. }
  317. .right-table tr{
  318. display: block;
  319. width: 100%;
  320. height: 33px;
  321. line-height: 33px;
  322. }
  323. .right-table tr td{
  324. display: block;
  325. /* margin-left: 10px;
  326. margin-right: 10px;*/
  327. float: left;
  328. height: 33px;
  329. line-height: 33px;
  330. }
  331. thead{
  332. display:block;
  333. }
  334. tbody{
  335. height: 415px;
  336. display:block;overflow-y:scroll; overflow-x: hidden;
  337. }
  338. /*
  339. 职称申报好处
  340. */
  341. .content-kp{
  342. background:none !important;margin-top:10px !important;
  343. }
  344. .row-kp{
  345. width: 1007px;
  346. height: 584px;
  347. padding: 20px 20px;
  348. background: #fff;
  349. }
  350. .row-kp .top{
  351. height: 50px;
  352. line-height: 50px;
  353. width: 100%;
  354. float: left;
  355. }
  356. .row-kp .top .ta{
  357. color: rgb(0, 0, 0);
  358. font-family: "HarmonyOS Sans SC";
  359. font-size: 24px;
  360. font-weight: 500;
  361. line-height: 50px;
  362. letter-spacing: 3px;
  363. text-align: left;
  364. display: block;
  365. float: left;
  366. margin-right: 15px;
  367. }
  368. .row-kp .top .tb{
  369. color: rgb(0, 0, 0);
  370. font-family: "HarmonyOS Sans SC";
  371. font-size: 14px;
  372. font-weight: 500;
  373. line-height: 60px;
  374. letter-spacing: 3px;
  375. text-align: left;
  376. display: block;
  377. float: left;
  378. }
  379. .row-kp .bottom{
  380. width: 100%;
  381. float: left;
  382. height: 394px;
  383. }