red.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. html,body{
  2. height: 100%;
  3. font-family: "microsoft yahei";
  4. font-size: 16px;
  5. background-color: #fff;
  6. overflow: hidden;
  7. }
  8. .textLeft{
  9. text-align: left;
  10. }
  11. .textRight{
  12. text-align: right;
  13. }
  14. .layui-nav *{
  15. font-size: 16px;
  16. }
  17. .zhdj_top{
  18. height: 90px;
  19. background-color: #e81432;
  20. }
  21. /* logo */
  22. .zhdj_logo{
  23. float: left;
  24. width: 343px;
  25. height: 90px;
  26. padding-left: 55px;
  27. background-color: #e81432;
  28. }
  29. .zhdj_logo img{
  30. margin-top: 15px;
  31. }
  32. .zhdj_logo>span{
  33. display: inline-block;
  34. font-size: 24px;
  35. font-family: '黑体';
  36. font-weight: bolder;
  37. color: #fff;
  38. vertical-align: top;
  39. margin-top: 33px;
  40. margin-left: 5px;
  41. }
  42. .zhdj_logo .callback{
  43. float: right;
  44. width: 36px;
  45. padding-right: 50px;
  46. }
  47. .zhdj_logo .callback span{
  48. display: inline-block;
  49. margin-top: 5px;
  50. color: #fff;
  51. }
  52. .zhdj_logo .callback img{
  53. margin-top: 18px;
  54. }
  55. /* second menu */
  56. .zhdj_second_menu.layui-nav{
  57. background: -webkit-linear-gradient(left,#e81432,#f88e85);
  58. }
  59. .zhdj_second_menu{
  60. float: left;
  61. width: calc(100% - 488px);
  62. height: 90px;
  63. padding: 0px;
  64. overflow: hidden;
  65. }
  66. .zhdj_second_menu ul{
  67. background: -webkit-linear-gradient(left,#e81432,#f88e85);
  68. }
  69. .zhdj_second_menu li{
  70. float:left;
  71. width: 100px;
  72. height: 90px;
  73. cursor: pointer;
  74. text-align: center;
  75. position: relative;
  76. }
  77. .zhdj_second_menu li img{
  78. width: 32px;
  79. height: 32px;
  80. }
  81. .zhdj_second_menu li>a{
  82. position: absolute;
  83. left: 50%;
  84. top: 50%;
  85. transform: translate(-50%,-50%);
  86. display: inline-block;
  87. width: 100%;
  88. }
  89. .zhdj_second_menu li span{
  90. display: inline-block;
  91. width: 100%;
  92. color: #fff;
  93. margin-top: 5px;
  94. }
  95. .zhdi_drop_icon{
  96. float: left;
  97. width: 90px;
  98. height:90px;
  99. line-height: 100px;
  100. text-align: center;
  101. cursor: pointer;
  102. background-color: #ed3b4d;
  103. }
  104. .zhdj_second_menu li.current{
  105. background: #bd2537;
  106. }
  107. /* menu */
  108. .zhdj_menu{
  109. top: 90px;
  110. background: #e81432;
  111. }
  112. .zhdj_menu ul{
  113. width: 100%;
  114. background: #e81432;
  115. }
  116. .zhdj_menu .layui-nav-tree .layui-nav-item,
  117. .zhdj_menu .layui-nav-tree .layui-nav-item a{
  118. height: 60px;
  119. line-height: 60px;
  120. padding: 0px;
  121. cursor: pointer;
  122. }
  123. .zhdj_menu .layui-nav-tree .layui-nav-item a{
  124. padding-left: 35px;
  125. }
  126. .zhdj_menu .layui-nav-tree .layui-nav-child dd.layui-this,
  127. .zhdj_menu .layui-nav-tree .layui-nav-child dd.layui-this a,
  128. .zhdj_menu .layui-nav-tree .layui-this,
  129. .zhdj_menu .layui-nav-tree .layui-this>a,
  130. .zhdj_menu .layui-nav-tree .layui-this>a:hover {
  131. background-color: #f88e85;
  132. color: #fff;
  133. }
  134. .zhdj_menu .layui-nav-tree .layui-nav-item a:hover {
  135. background-color: #f88e85;
  136. }
  137. .zhdj_menu .layui-nav-tree .layui-nav-bar {
  138. width: 5px;
  139. height: 0;
  140. background-color: #f55b6f;
  141. }
  142. .zhdj_menu .layui-nav-tree .layui-nav-item .icon{
  143. display: inline-block;
  144. vertical-align: top;
  145. margin-top: 2px;
  146. margin-right: 10px;
  147. }
  148. .zhdj_menu a cite{
  149. color: #fff;
  150. }
  151. .zhdj_open_close{
  152. position: absolute;
  153. right: 0px;
  154. top: 50%;
  155. margin-top: -22px;
  156. cursor: pointer;
  157. background: #bc2537;
  158. }
  159. /* content */
  160. .zhdj_content{
  161. top: 90px;
  162. }
  163. .zhdj_content .zhdj_tab{
  164. width: 100%;
  165. height: 45px;
  166. margin: 0px;
  167. background: #eeeeee;
  168. }
  169. .zhdj_content .layui-tab[overflow]>.layui-tab-title {
  170. overflow-x: scroll;
  171. }
  172. .zhdj_content .layui-tab[overflow]>.layui-tab-title::-webkit-scrollbar{
  173. width:0;
  174. display: none;
  175. }
  176. .zhdj_content .layui-tab{
  177. position: absolute;
  178. left: 0px;
  179. right: 0px;
  180. top: 0px;
  181. bottom: 0px;
  182. margin: 0px;
  183. }
  184. /* tab签切换样式 红色 start */
  185. .zhdj_tab.layui-tab-title .layui-this{
  186. color: #fff;
  187. background: #f88e85;
  188. }
  189. .zhdj_tab.layui-tab-title li.layui-this .layui-tab-close{
  190. color: #fff;
  191. }
  192. /* tab签切换样式 end */
  193. .zhdj_content .layui-tab-title{
  194. height: 45px;
  195. padding: 0px 40px;
  196. width: calc(100% - 80px);
  197. }
  198. .zhdj_content .layui-tab-title li{
  199. height: 30px;
  200. line-height: 30px;
  201. font-size: 16px;
  202. color: #555;
  203. margin: 8px 10px;
  204. border-radius: 3px;
  205. background-color: #fff;
  206. }
  207. .zhdj_content .layui-tab-title li .layui-tab-close {
  208. top: 1px;
  209. font-size: 18px;
  210. color: #919191;
  211. }
  212. .zhdj_content .layui-tab-title li .layui-tab-close:hover {
  213. border-radius: 2px;
  214. background-color: #fff;
  215. color: #000;
  216. }
  217. .zhdj_form{
  218. position: absolute;
  219. left: 0px;
  220. top: 45px;
  221. right: 0px;
  222. bottom: 0px;
  223. padding: 0px;
  224. }
  225. .zhdj_btns{
  226. margin: 10px 0px;
  227. text-align: right;
  228. }
  229. .zhdj_btns button{
  230. margin-left: 20px;
  231. }
  232. .zhdj_search{
  233. border: 1px solid #c2c2c2;
  234. border-left-width: 7px;
  235. border-radius: 5px;
  236. padding: 20px;
  237. text-align: center;
  238. }
  239. .zhdj_search ul li{
  240. padding: 0px 12px;
  241. margin: 5px 0px;
  242. }
  243. .zhdj_search .layui-input{
  244. height: 49px;
  245. border-radius: 5px;
  246. padding-left: 20px;
  247. }
  248. .layui-form-select .layui-edge{
  249. border-top-color: #7f7f7f;
  250. }
  251. .zhdj_search button{
  252. width: 70px;
  253. height: 48px;
  254. }
  255. .zhdj_search button img{
  256. vertical-align: middle;
  257. }
  258. .layui-btn .layui-icon{
  259. width: 70px;
  260. height: 48px;
  261. font-size: 24px;
  262. }
  263. .layui-form-select dl dd.layui-this {
  264. background-color: #004fcd;
  265. color: #fff;
  266. }
  267. .x-iframe{
  268. width: 100%;
  269. height: 100%;
  270. }
  271. .zhdj_content .layui-tab-item{
  272. height: 100%;
  273. }
  274. .zhdj_box{
  275. position: absolute;
  276. left: 0px;
  277. top: 0px;
  278. bottom: 0px;
  279. right: 0px;
  280. }
  281. .zhdj_box form{
  282. width: calc(100% - 50px);
  283. margin: 0px 25px;
  284. }
  285. /* btn */
  286. #left_button{
  287. position: absolute;
  288. left: 0;
  289. width:40px;
  290. height:45px;
  291. text-align: center;
  292. line-height: 45px;
  293. color: #000000;
  294. background-color: #fff;
  295. z-index: 999;
  296. cursor: pointer;
  297. }
  298. #right_button{
  299. position: absolute;
  300. right: 0;
  301. width:40px;
  302. height:45px;
  303. text-align: center;
  304. line-height: 45px;
  305. color: #000000;
  306. background-color: #ffffff;
  307. z-index: 999;
  308. cursor: pointer;
  309. }
  310. .layui-tab-bar{
  311. display: none;
  312. }
  313. .left_icon,.right_icon{
  314. width: 25px!important;
  315. }
  316. .callback>img{
  317. width: 32px!important;
  318. }
  319. #left_button,#right_button{
  320. width: 30px!important;
  321. }