indexNew.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. body .sp-wrapper-head .sp-wrapper-head-col:hover {
  2. background-color: rgba(18,113,219,0.8);
  3. }
  4. .sp-wrapper-head {
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. height: 80px;
  10. color: #fff;
  11. background-color:#008A94;
  12. }
  13. .sp-wrapper-head .sp-wrapper-head-left {
  14. float: left;
  15. width: auto;
  16. height: 80px;
  17. white-space: nowrap;
  18. margin-left: 5px;
  19. }
  20. .sp-wrapper-head .sp-wrapper-head-title {
  21. float: left;
  22. width: 420px;
  23. height: 80px;
  24. line-height: 20px;
  25. cursor: pointer;
  26. padding-top: 20px;
  27. color: #fff;
  28. }
  29. .sp-wrapper-head .sp-wrapper-head-img {
  30. float: left;
  31. width: auto;
  32. height: 55px;
  33. margin: 11px 0 10px 0px;
  34. }
  35. .sp-wrapper-head .sp-wrapper-head-right {
  36. float: right;
  37. width: auto;
  38. height: 80px;
  39. white-space: nowrap;
  40. }
  41. .sp-wrapper-head .sp-wrapper-head-col {
  42. float: left;
  43. height: 80px;
  44. line-height: 80px;
  45. cursor: pointer;
  46. color: #e9f3fd;
  47. padding: 0px 3px;
  48. border:0
  49. }
  50. .sp-wrarrer-photo {
  51. width: 30px;
  52. height: 30px;
  53. border-radius: 15px;
  54. float: left;
  55. margin: 25px 0 20px 8px;
  56. }
  57. .sp-wrapper-head .sp-wrapper-head-title span {
  58. font-size: 25px;
  59. width:100%;
  60. display:inline-block;
  61. }
  62. /********20230905*******/
  63. .sp-wrapper-head .sp-wrapper-head-search{ width:150px; height:30px; line-height:30px; background-color:transparent; padding:0 5px;
  64. border:1px solid #eee; box-sizing:border-box; color:#fff;border-radius:5px;}
  65. .sp-wrapper-head .sp-wrapper-head-search::placeholder{color:#ededed !important;}
  66. .sp-wrapper-head .sp-wrapper-head-sub-2{position:absolute; background:#fff;width:100%;height:auto;padding:5px; color: rgba(0, 0, 0, 1);z-index:9999; border:1px solid #ccc; box-sizing: border-box;}
  67. .sp-wrapper-head .sp-wrapper-head-sub-2 a{
  68. /*color:#666;*/
  69. color:rgba(0,0,0,1);
  70. }
  71. .sp-wrapper-head .sp-wrapper-head-sub-2 a:hover{color:#3a7fcf;}
  72. .sp-lh-26-wrap{ float:left; width:100%;line-height:26px; margin:3px 0;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  73. /********20230905*******/
  74. .sp-menu-left {
  75. position: absolute;
  76. left: 0;
  77. top: 80px;
  78. width: 80px;
  79. background-color:rgba(255, 255, 255, 1);
  80. /*background-color: #fff;
  81. background-color:rgba(255, 255, 255, 0.7);*/
  82. /*以下是于:20220222增加*/
  83. z-index:400;
  84. }
  85. .sp-menu-right {
  86. position: absolute;
  87. left: 0;
  88. right: 0;
  89. top: 80px;
  90. bottom: 0;
  91. /*以下是于:20220222增加*/
  92. z-index:1;
  93. }
  94. .sp-menu-switch {
  95. width: 100%;
  96. height: 30px;
  97. line-height: 30px;
  98. text-align: center;
  99. /*color: #ffffff;*/
  100. font-size: 28px;
  101. border-right: 1px solid #ddd
  102. /*background-color: #4A90E2;*/
  103. }
  104. /*.sp-menu-switch {*/
  105. /* width: 100%;*/
  106. /* height: 50px;*/
  107. /* line-height: 50px;*/
  108. /* text-align: center;*/
  109. /* color: #333;*/
  110. /* font-size: 46px;*/
  111. /* background-color: #fff;*/
  112. /* border-right: 1px solid #ddd*/
  113. /*}*/
  114. .sp-menu-switch i {
  115. cursor: pointer;
  116. }
  117. /*.sp-menu-list {
  118. position: absolute;
  119. left: 0;
  120. right: 0;
  121. top: 30px;
  122. bottom: 0;
  123. padding: 10px 5px;
  124. overflow: auto;
  125. }*/
  126. .sp-menu-list {
  127. /*position: absolute;*/
  128. /*left: 0;*/
  129. /*right: 0;*/
  130. /*top: 40px;*/
  131. /*bottom: 0;*/
  132. padding: 0px 5px 10px 5px;
  133. overflow: auto;
  134. border-right: 1px solid #ddd
  135. }
  136. /*.sp-menu-item {
  137. width: 100%;
  138. text-align: center;
  139. color: #ffffff;
  140. overflow: hidden;
  141. margin: 0px 0px 10px 0px;
  142. cursor: pointer;
  143. }*/
  144. .sp-menu-item {
  145. width: 100%;
  146. text-align: center;
  147. color: rgba(0,0,0,1);
  148. overflow: hidden;
  149. margin: 0px 0px 0px 0px;
  150. cursor: pointer;
  151. }
  152. .sp-menu-item:hover {
  153. background: #1E74D5;
  154. color: #fff;
  155. }
  156. .sp-menu-item:hover .item-img {
  157. background: url(img/leftImg2.png) no-repeat center;
  158. }
  159. .sp-menu-item:hover .item-icon {
  160. background-image: url("img/homeIcon2.png");
  161. background-repeat: no-repeat;
  162. background-position: center center;
  163. background-size: 30px 25px;
  164. }
  165. /*.sp-menu-item:hover .sp-menu-tab{*/
  166. /* display: block;*/
  167. /*}*/
  168. .icon-home {
  169. color: #1e74d5
  170. }
  171. .sp-menu-item:hover .icon-home {
  172. color: #fff
  173. }
  174. .item-icon {
  175. /*width: 80px;*/
  176. width: 100%;
  177. height: 40px;
  178. line-height: 40px;
  179. /*margin-left: 5px;*/
  180. text-align: center;
  181. font-size: 30px;
  182. }
  183. .item-icon.item-home{
  184. background-image: url("img/homeIcon.png");
  185. background-repeat: no-repeat;
  186. background-position: center center;
  187. background-size: 30px 25px;
  188. }
  189. /*.item-img {
  190. width: 50px;
  191. height: 50px;
  192. margin-left: 10px;
  193. background-color: #4FB2E3;
  194. overflow: hidden;
  195. border-radius: 5px;
  196. }*/
  197. .item-img {
  198. width: 50px;
  199. height: 50px;
  200. margin: 0 auto;
  201. background: url(img/leftImg1.png) no-repeat center;
  202. overflow: hidden;
  203. border-radius: 5px;
  204. }
  205. .item-img.box4 {
  206. padding: 4px;
  207. }
  208. .item-img.box9 {
  209. padding: 4px;
  210. }
  211. .item-img > div > img {
  212. display: inline-block;
  213. width: 100%;
  214. height: 100%;
  215. vertical-align: text-top;
  216. }
  217. .item-img.box4 > div {
  218. float: left;
  219. width: 50%;
  220. height: 50%;
  221. }
  222. .item-img.box9 > div {
  223. float: left;
  224. width: 14px;
  225. height: 14px;
  226. }
  227. .item-name {
  228. width: 100%;
  229. height: 25px;
  230. line-height: 25px;
  231. overflow: hidden;
  232. white-space: nowrap;
  233. text-overflow: ellipsis;
  234. padding: 0px 5px;
  235. }
  236. /*.sp-menu-tab {
  237. display: none;
  238. position: absolute;
  239. left: 80px;
  240. top: 71px;
  241. bottom: 0;
  242. width: 280px;
  243. background-color: #ffffff;
  244. z-index: 99998;
  245. color: #666666;
  246. box-shadow: #ccc 0px 0px 5px;
  247. }*/
  248. .sp-menu-tab {
  249. position: absolute;
  250. left: 75px;
  251. /*top: 71px;*/
  252. top: 31px;
  253. bottom: 0;
  254. width: 280px;
  255. z-index: 99998;
  256. color: rgba(0,0,0,1);
  257. box-shadow: #1e74d5 0px 0px 2px;
  258. background-color: rgba(255,255,255,1);
  259. /*background-color: rgba(255,255,255,0.5);*/
  260. }
  261. .search-tab {
  262. display: flex;
  263. justify-content: space-between;
  264. align-items: center;
  265. width: 100%;
  266. height: 40px;
  267. border-bottom: 1px solid #dddddd;
  268. background-color: rgba(255,255,255,0.8);
  269. }
  270. .search-tab-fixed{
  271. display: inline-block;
  272. width: 16px;
  273. height: 16px;
  274. background-repeat: no-repeat;
  275. background-position: center center;
  276. background-size: 16px 16px;
  277. background-image: url("img/fixed.png");
  278. }
  279. .search-tab-input {
  280. display: flex;
  281. width: 220px;
  282. height: 28px;
  283. border: 1px solid #dddddd;
  284. border-top-left-radius: 14px;
  285. border-top-right-radius: 14px;
  286. border-bottom-left-radius: 14px;
  287. border-bottom-right-radius: 14px;
  288. padding-left: 10px;
  289. margin-left: 10px;
  290. }
  291. .search-tab-switch {
  292. display: flex;
  293. width: 28px;
  294. height: 28px;
  295. align-items: center;
  296. justify-content: center;
  297. margin-right: 5px;
  298. cursor: pointer;
  299. }
  300. .search-tab-switch i {
  301. font-size: 16px;
  302. }
  303. .search-tab-input input {
  304. width: 200px;
  305. outline: none;
  306. border: none;
  307. color: rgba(0,0,0,1);
  308. }
  309. .search-tab-input i {
  310. width: 26px;
  311. height: 26px;
  312. line-height: 26px;
  313. cursor: pointer;
  314. text-align: center;
  315. margin-right: 5px;
  316. }
  317. .menu-tab-func {
  318. position: absolute;
  319. left: 0px;
  320. top: 40px;
  321. bottom: 0;
  322. right: 0;
  323. background-color: rgba(255,255,255,0.8);
  324. overflow: auto;
  325. padding: 0px 5px;
  326. }
  327. .func-list-box {
  328. width: 100%;
  329. clear: both;
  330. overflow: hidden;
  331. margin-top: 10px;
  332. }
  333. .func-list-box:not(:last-of-type) {
  334. border-bottom: 1px solid #dddddd;
  335. }
  336. .func-list-title {
  337. width: 100%;
  338. height: 30px;
  339. line-height: 30px;
  340. color: #4FB2E3;
  341. font-size: 15px;
  342. text-indent: 5px;
  343. display: flex;
  344. margin-bottom: 5px;
  345. }
  346. .func-list-content {
  347. width: 100%;
  348. clear: both;
  349. overflow: hidden;
  350. }
  351. .func-list-name {
  352. display: flex;
  353. }
  354. .func-list-condition {
  355. display: flex;
  356. color: rgba(0,0,0,1);
  357. flex: 1;
  358. height: 30px;
  359. align-items: center;
  360. cursor: pointer;
  361. }
  362. .func-list-condition i {
  363. display: none;
  364. color: rgba(0,0,0,1);
  365. }
  366. .func-list-condition:hover i {
  367. display: block;
  368. }
  369. .func-item {
  370. display: flex;
  371. width: 60px;
  372. height: 80px;
  373. float: left;
  374. margin: 0px 3px 8px 3px;
  375. flex-direction: column;
  376. cursor: pointer;
  377. }
  378. .func-item .func-item-icon {
  379. display: flex;
  380. width: 100%;
  381. height: 50px;
  382. justify-content: center;
  383. align-items: center;
  384. }
  385. .func-item .func-item-icon img {
  386. width: 45px;
  387. height: 45px;
  388. border-radius: 8px;
  389. }
  390. .func-item .func-item-name {
  391. width: 100%;
  392. height: 30px;
  393. line-height: 15px;
  394. text-align: center;
  395. /*overflow: hidden;
  396. white-space: nowrap;
  397. text-overflow: ellipsis;*/
  398. margin-top: 5px;
  399. font-size: 13.5px;
  400. }
  401. /*.sp-menu-list::-webkit-scrollbar {
  402. width: 6px;
  403. background-color: #F5F5F5;
  404. }
  405. .sp-menu-list::-webkit-scrollbar-thumb {
  406. background-color: #4FB2E3;
  407. }
  408. .sp-menu-list::-webkit-scrollbar-track {
  409. background-color: #3292f2;
  410. }*/
  411. .sp-menu-list::-webkit-scrollbar {
  412. width: 0px;
  413. }
  414. .menu-tab-func::-webkit-scrollbar {
  415. width: 6px;
  416. background-color: #F5F5F5;
  417. }
  418. .menu-tab-func::-webkit-scrollbar-thumb {
  419. background-color: #dddddd;
  420. }
  421. .menu-tab-func::-webkit-scrollbar-track {
  422. background-color: #ffffff;
  423. }
  424. .load-more-data {
  425. width: 100%;
  426. margin-bottom: 5px;
  427. height: 28px;
  428. line-height: 28px;
  429. color: #aaaaaa;
  430. text-align: center;
  431. cursor: pointer;
  432. }