Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

welcome.css 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. /*-------=--- 后台管理首页 2022-1-10左右添加 --------------*/
  2. .flex-dir-row{
  3. display: flex;
  4. flex-direction: row;
  5. }
  6. .flex-dir-column{
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .flex-wrap{
  11. flex-wrap: wrap;
  12. }
  13. .flex-a-center{
  14. align-items: center;
  15. }
  16. .flex-just-center{
  17. justify-content: center;
  18. }
  19. .flex-just-around{
  20. justify-content: space-around;
  21. }
  22. .flex-just-between{
  23. justify-content: space-between;
  24. }
  25. .flex-just-start{
  26. justify-content: flex-start;
  27. }
  28. .white-space{
  29. white-space: nowrap;
  30. }
  31. .ptl{
  32. padding: 20px 20px 20px 20px;
  33. }
  34. .ptl-x{
  35. padding: 8px 20px 20px 20px;
  36. }
  37. .ptl-xl{
  38. padding: 12px 20px 20px 20px;
  39. }
  40. .ptl-l{
  41. padding:8px 20px 16px 20px;
  42. }
  43. .ptl-ll{
  44. padding:20px;
  45. }
  46. .mt-xxl{
  47. margin-top:4px;
  48. }
  49. .mt-xl{
  50. margin-top:8px;
  51. }
  52. .mt-xll{
  53. margin-top:7px;
  54. }
  55. .mt-l{
  56. margin-top:20px;
  57. }
  58. .ml-xxl{
  59. margin-left: 2px;
  60. }
  61. .ml-8{
  62. margin-left: 7%;
  63. }
  64. .ml-xl{
  65. margin-left: 10px;
  66. }
  67. .ml-l{
  68. margin-left: 40px;
  69. }
  70. .mr-xl{
  71. margin-right: 10px;
  72. }
  73. .mr-l{
  74. margin-right: 50px;
  75. }
  76. .mb-l{
  77. margin-bottom: 50px;
  78. }
  79. .text-nowrap{
  80. white-space: nowrap;
  81. width: 100%;
  82. }
  83. .f-w{
  84. font-weight: 700;
  85. }
  86. .f-14{
  87. font-size: 14px;
  88. }
  89. .f-16{
  90. font-size: 16px;
  91. }
  92. .f-18{
  93. font-size: 18px;
  94. }
  95. .f-20{
  96. font-size: 20px !important;
  97. }
  98. .bg-fff{
  99. background-color: #fff;
  100. }
  101. .col-fff{
  102. color: #fff;
  103. }
  104. .col-202020{
  105. color: #202020;
  106. }
  107. .col-373737{
  108. color: #373737;
  109. }
  110. .col-403f3f{
  111. color: #403f3f;
  112. }
  113. .col-6a6a6a{
  114. color: #6a6a6a;
  115. }
  116. .col-848484{
  117. color: #848484;
  118. }
  119. .col-f97721{
  120. color: #f97721;
  121. }
  122. .margin-center{
  123. margin: 2% 1.5% 2% 2%;
  124. }
  125. .margin-footer{
  126. margin: 0 1.5% 1.5% 2%;
  127. }
  128. /* 登陆者个人信息 */
  129. .ey_box_container{
  130. background-color: #fff;
  131. padding: 0;
  132. border-bottom: 1px solid #f3f3f3;
  133. }
  134. .ey_welcome_log_img{
  135. width: 55px;
  136. height: 55px;
  137. border-radius: 50%;
  138. margin: 20px;
  139. }
  140. /* 小组成员 */
  141. .ey_Group_members {
  142. padding: 15px 20px 20px 20px ;
  143. }
  144. .ey_Group_members_img{
  145. width: 45px;
  146. height: 45px;
  147. border-radius: 50%;
  148. margin-top: 18px;
  149. }
  150. /* 更改 */
  151. .ey_changeList_hrader a {
  152. background-color:#ebebeb ;
  153. color: #403f3f;
  154. border-radius: 10px 10px 0 0;
  155. padding: 10px 20px;
  156. margin-right: 5px;
  157. }
  158. .ey_changeList_hrader a.ey_welcome_active{
  159. background-color: #fff;
  160. color:#26a6e8 ;
  161. }
  162. .ey_changeList_hrader a:hover {
  163. background-color: #fff;
  164. color:#26a6e8 ;
  165. }
  166. .ey_changeList_hrader a:active {
  167. background-color: #fff;
  168. color:#26a6e8 ;
  169. }
  170. .ey_changeList_hrader a:focus {
  171. background-color: #fff;
  172. color:#26a6e8 ;
  173. }
  174. .ey_changeList_hrader a span {
  175. background: #f4f4f4;
  176. padding: 3px 10px;
  177. margin-left: 2px;
  178. border-radius: 14px;
  179. font-size: 13px;
  180. }
  181. .ey_changeList_hrader a.ey_welcome_active span{
  182. background: #ecf9ff;
  183. color:#26a6e8 ;
  184. }
  185. .table-header{
  186. background-color:#f9f9f9 ;
  187. height: 48px;
  188. margin: 20px 20px 10px 20px;
  189. padding:0 1.5%;
  190. color: #616161;
  191. }
  192. .table-center{
  193. padding:0px 1.5% 10px 1.5%;
  194. color: #7c7c7c;
  195. }
  196. .table-center div{
  197. text-align: left;
  198. height: 35px;
  199. padding-top: 3px;
  200. }
  201. .table-center-one div{
  202. height: 20px;
  203. line-height: 20px;
  204. vertical-align: top;
  205. padding: 8px 0 8px 8px;
  206. display: inline-block;
  207. font-size: 12px;
  208. padding: 0 4px;
  209. color: #fff;
  210. border-radius: 2px;
  211. }
  212. .orange-bg{
  213. background-color: #fe7300;
  214. }
  215. .blue-bg{
  216. background-color: #2185D0;
  217. }
  218. .green-bg{
  219. background-color: #1DA8AE;
  220. }
  221. .red-bg{
  222. background-color: #DB2828;
  223. }
  224. .yellow-bg{
  225. background-color: #FBB416;
  226. }
  227. .teal-bg{
  228. background-color: #1dbaae;
  229. }
  230. .suspend-bg{
  231. background-color: #868686;
  232. }
  233. .table-center-two .task_title{
  234. margin-left: 14px;
  235. width: 50px;
  236. margin-right: 3px;
  237. }
  238. .table-center-two label {
  239. display: inline-block;
  240. font-size: 12px;
  241. padding: 0 4px;
  242. height: 16px;
  243. line-height: 16px;
  244. border-radius: 2px;
  245. }
  246. .green-bt{
  247. border: 1px solid #21BA45;
  248. color: #21BA45 !important;
  249. padding: 0 3px 1px 0;
  250. margin-left: 7px;
  251. }
  252. .blue-bt{
  253. border: 1px solid #2185D0;
  254. color: #2185D0 !important;
  255. padding: 0 3px 1px 0;
  256. margin-left: 7px;
  257. }
  258. .red-bt{
  259. border: 1px solid #DB2828;
  260. color: #DB2828 !important;
  261. padding: 0 3px 1px 0;
  262. margin-left: 7px;
  263. }
  264. .orange-bt{
  265. border: 1px solid #21BA45;
  266. color: #21BA45 !important;
  267. padding: 0 3px 1px 0;
  268. margin-left: 7px;
  269. }
  270. .teal-bt{
  271. border: 1px solid #1dbaae;
  272. color: #1dbaae !important;
  273. padding: 0 3px 1px 0;
  274. margin-left: 7px;
  275. }
  276. .suspend-bt{
  277. border: 1px solid #868686;
  278. color: #868686 !important;
  279. padding: 0 3px 1px 0;
  280. margin-left: 7px;
  281. }
  282. .table-center-three span{
  283. margin-top: -1000px;
  284. }
  285. .table-center-image{
  286. width: 20px;
  287. height: 20px;
  288. border-radius: 50%;
  289. margin-right: 10px;
  290. }
  291. .table-center-four{
  292. margin-left: -18px;
  293. }
  294. .ey-footer-line{
  295. width: 97.5%;
  296. padding-left: 20px;
  297. height: 1px;
  298. background-color: #f3f3f3;
  299. }
  300. .table-center-ellipsis div{
  301. white-space: nowrap;
  302. min-width: 200px;
  303. overflow: hidden;
  304. text-overflow: ellipsis;
  305. }
  306. /* 发起新任务按钮 */
  307. .ey-table-btn{
  308. color: #fdfdfd;
  309. background-color: #36a4dd;
  310. width: 100px;
  311. /* height: 33px; */
  312. margin: 20px;
  313. text-align: center;
  314. padding: 8px 0;
  315. }
  316. /* 业务统计 */
  317. .Statistics_header{
  318. color: #403f3f;
  319. padding: 20px;
  320. }
  321. .Statistics_center{
  322. margin-top: -5px;
  323. }
  324. .Statistics_center_left{
  325. flex-wrap: wrap;
  326. width: 100%;
  327. padding: 20px;
  328. }
  329. .Statistics_center_center{
  330. width: 30px;
  331. height: 300px;
  332. background-color: #fff;
  333. }
  334. .Statistics_center_left_item{
  335. width: 24%;
  336. margin-right: 1.33%;
  337. height: 132px;
  338. justify-content: space-between;
  339. background-color: #f9f9f9;
  340. margin-bottom: 25px;
  341. position: relative;
  342. -webkit-box-sizing: border-box;
  343. -moz-box-sizing: border-box;
  344. box-sizing: border-box;
  345. }
  346. .Statistics_center_left_item:nth-child(4n) {
  347. margin-right: unset;
  348. }
  349. .Statistics_tag{
  350. position: absolute;
  351. top: 0;
  352. right: 0;
  353. width: 0;
  354. height: 0;
  355. text-align: center;
  356. border-top: 35px solid #26a6e8;
  357. border-left: 35px solid transparent;
  358. }
  359. .Statistics_tag_text{
  360. position: absolute;
  361. top: 2px;
  362. right: 5px;
  363. color: #fff;
  364. }
  365. .Statistics_center_left_item div{
  366. white-space: nowrap;
  367. }
  368. .Statistics_center_left_item_list{
  369. width: 100%;
  370. margin-top: 18px;
  371. }
  372. @media screen and (max-width:1200px) {
  373. .Statistics_center_left_item{
  374. width: 19%;
  375. margin-left: 1.3%;
  376. height: 110px;
  377. justify-content: space-between;
  378. background-color: #f9f9f9;
  379. margin-bottom: 35px;
  380. /* float: left; */
  381. position: relative;
  382. }
  383. }
  384. /*-------=--- 后台管理更多功能 2022-1-18左右添加 --------------*/
  385. /* 更多功能 开始 */
  386. .layui-layer-btn .layui-layer-btn0 {
  387. border-color: #3398cc !important;
  388. background-color: #3398cc !important;;
  389. color: #fff !important;
  390. }
  391. /* 模板开关 */
  392. .bodystyle{
  393. background-color: #F4F4F4;
  394. padding: 10px 0 10px 10px;
  395. overflow:auto;
  396. }
  397. .bodystyle * {
  398. -webkit-box-sizing: border-box;
  399. -moz-box-sizing: border-box;
  400. box-sizing: border-box;
  401. }
  402. .on-off_panel_one{
  403. width: 100%;
  404. padding: 12px 12px 5px 16px;
  405. }
  406. .on-off_panel_one .on-off_btns{
  407. /* display: block; */
  408. width: 98%;
  409. margin-top: 12px;
  410. }
  411. .on-off_panel_one .on-off_btns ul li{
  412. margin:0 15px 10px 0;
  413. background-color: #f4f4f4;
  414. padding:1px 12px 8px;
  415. }
  416. .on-off_btn_l{
  417. margin-top: 7px;
  418. font-size: 14px;
  419. color: #555;
  420. }
  421. .on-off_panel_one .on-off_btn{
  422. display: flex;
  423. align-items: center;
  424. flex-direction: row;
  425. }
  426. .on-off_panel_one .on-off_btn_r{
  427. margin-bottom: 10rpx !important;
  428. }
  429. .layui-form-switch{
  430. height: 22px;
  431. line-height: 20px;
  432. }
  433. .layui-form-switch i{
  434. top: 2px;
  435. }
  436. /* 文档相关开始 */
  437. .on-off_panel{
  438. width: 100%;
  439. }
  440. .on-off_panel a{
  441. color: #666;
  442. }
  443. .on-off_list_bg{
  444. width: 49.6%;
  445. min-height: 100px;
  446. padding: 12px 12px 5px 12px;
  447. margin-right: 0.8%;
  448. margin-top: 10px;
  449. float: left;
  450. box-sizing: border-box;
  451. }
  452. /*.on-off_list_bg:nth-child(even) {*/
  453. /*margin-right: 0;*/
  454. /*}*/
  455. .show_2n{
  456. margin-right: 0;
  457. }
  458. .on-off_list{
  459. }
  460. .on-off_list ul {
  461. width: 100%;
  462. margin-top: 12px;
  463. }
  464. .on-off_list ul li{
  465. background-color: #f7f7f7;
  466. height: 54px;
  467. width: 23.8%;
  468. margin-left: 5px;
  469. margin-right: 5px;
  470. margin-bottom: 12px;
  471. box-sizing: border-box;
  472. padding: 10px;
  473. position: relative;
  474. }
  475. .icon_bg{
  476. width:34px;
  477. height: 34px;
  478. border-radius: 50%;
  479. overflow:hidden;
  480. background-color: #fffafa;
  481. text-align: center;
  482. line-height: 34px;
  483. }
  484. .icon_bg_no{
  485. background-color:#fffafa !important;
  486. }
  487. .on-off_panel .on-off_list-caidan .icon_bg .on{
  488. color: #3398cc;
  489. }
  490. .icon-link_add {
  491. background-color: #fff;
  492. position: absolute;
  493. top: 5px;
  494. right: 6px;
  495. text-align: center;
  496. border: 1px solid #e1e1e1;
  497. background-color: #fff;
  498. border-radius: 50%;
  499. cursor: pointer;
  500. }
  501. .e-icon-add{
  502. color: #3fa9e0;
  503. font-weight: 700;
  504. }
  505. .e-icon-reduce{
  506. color: #adadad;
  507. font-weight: 700;
  508. }
  509. .e-jiahao2{
  510. color: #adadad;
  511. font-weight: 700;
  512. }
  513. .e-jianhao{
  514. color: #3fa9e0;
  515. font-weight: 700;
  516. }
  517. .on-off_list-caidan{
  518. width: 100%;
  519. height: auto;
  520. min-height:124px;
  521. margin-right: 0;
  522. }
  523. .on-off_list-caidan .on-off_list ul li{
  524. width: 11.59%;
  525. cursor: move;
  526. }
  527. .bodystyle .son-tit{
  528. margin: 0 5px;
  529. }
  530. .name-cur{
  531. color: #f97721;
  532. font-weight: 700;
  533. }
  534. .name-mvp{
  535. display: inline-block;
  536. width: 20px;
  537. height: 23px;
  538. background-position: center;
  539. vertical-align: text-bottom;
  540. border: none;
  541. position: absolute;
  542. bottom: 15px;
  543. right: -3px;
  544. background: url(/skin/img/u_svip.png) no-repeat;
  545. }
  546. .name-mvp i{
  547. color: #ff6f06;
  548. font-size: 20px;
  549. }
  550. @media (min-width:768px) and (max-width: 996px){
  551. .on-off_list_bg{
  552. height: auto;
  553. }
  554. .on-off_list_bg{
  555. padding: 12px 16px 5px 16px;
  556. }
  557. .on-off_list ul li{
  558. width: 47.2%;
  559. }
  560. .on-off_list-caidan .on-off_list ul li{
  561. width: 23.5%;
  562. }
  563. }
  564. @media (min-width: 997px) and (max-width: 1199px) {
  565. .on-off_list_bg{
  566. height: auto;
  567. }
  568. .on-off_list_bg{
  569. padding: 12px 16px 5px 16px;
  570. }
  571. .on-off_list ul li{
  572. width: 48%;
  573. margin-left: 5px;
  574. margin-right: 5px;
  575. }
  576. .on-off_list-caidan .on-off_list ul li{
  577. width: 24%;
  578. margin-left: 0.5%;
  579. margin-right: 0.5%;
  580. }
  581. }
  582. @media (min-width:1200px) and (max-width: 1500px){
  583. .on-off_list_bg{
  584. height: auto;
  585. }
  586. .on-off_panel{
  587. width: 100%;
  588. }
  589. .on-off_list ul li{
  590. width: 31.33%;
  591. margin-left: 5px;
  592. margin-right: 5px;
  593. }
  594. .on-off_list-caidan .on-off_list ul li{
  595. width: 15.6%;
  596. margin-left: 5px;
  597. margin-right: 5px;
  598. }
  599. }
  600. @media (min-width:1500px) and (max-width: 1781px){
  601. .on-off_panel{
  602. width: 100%;
  603. }
  604. .on-off_list ul li{
  605. width: 23.76%;
  606. }
  607. }
  608. /*!----------------------- 更多功能界面结束 ----------------- */