郑许地铁

userinfo.css 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620
  1. @media screen and (max-width: 767px) {
  2. /*关闭iframe样式*/
  3. .Hui-tabNav {
  4. display: block !important;
  5. width: 100% !important;
  6. z-index: 2 !important;
  7. margin-top: -1px !important;
  8. height: 36px !important;
  9. }
  10. .Hui-article-box {
  11. position: absolute;
  12. }
  13. .Hui-aside {
  14. height: calc(100% - 90px);
  15. }
  16. .Hui-tabNav .acrossTab {
  17. top: 0 !important;
  18. }
  19. .Hui-tabNav-more {
  20. z-index: 99 !important;
  21. top: 0 !important;
  22. height: 100% !important;
  23. right: 71px !important;
  24. width: 63px !important;
  25. }
  26. .btn-group .btn {
  27. line-height: 26px !important;
  28. height: 100% !important;
  29. }
  30. .show_iframe {
  31. top: 35px;
  32. }
  33. }
  34. /*滚动条美化webkit*/
  35. .tabCon::-webkit-scrollbar-track, .baseData::-webkit-scrollbar-track, .statement::-webkit-scrollbar-track, #noteClassModelList::-webkit-scrollbar-track, .chatFrame_content::-webkit-scrollbar-track {
  36. background-color: #F5F5F5;
  37. }
  38. .tabCon::-webkit-scrollbar, .baseData::-webkit-scrollbar, .statement::-webkit-scrollbar, #noteClassModelList::-webkit-scrollbar, .chatFrame_content::-webkit-scrollbar {
  39. width: 10px;
  40. height: 10px;
  41. background-color: #F5F5F5;
  42. }
  43. .tabCon::-webkit-scrollbar-thumb, .baseData::-webkit-scrollbar-thumb, .statement::-webkit-scrollbar-thumb, #noteClassModelList::-webkit-scrollbar-thumb, .chatFrame_content::-webkit-scrollbar-thumb {
  44. background-color: #cfcfcf;
  45. }
  46. .mCSB_container_wrapper {
  47. margin-right: 1px;
  48. margin-bottom: 10px;
  49. }
  50. .mCSB_container_wrapper > .mCSB_container {
  51. padding-right: 0px;
  52. padding-bottom: 10px;
  53. }
  54. .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  55. width: 10px;
  56. }
  57. /*框架样式重写*/
  58. body {
  59. height: 100%;
  60. overflow: hidden !important;
  61. }
  62. .Hui-aside .menu_dropdown dt {
  63. padding-left: 23px;
  64. }
  65. .Hui-aside {
  66. width: 199px;
  67. left: 0px;
  68. overflow: hidden;
  69. }
  70. .navbar-nav > ul > li > a > i {
  71. font-size: 18px;
  72. }
  73. .Hui-aside .menu_dropdown dd ul {
  74. padding: 3px 0px;
  75. }
  76. .Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
  77. left: 165px !important;
  78. right: initial;
  79. }
  80. /*公司名称样式*/
  81. h1 {
  82. padding: 0;
  83. font-size: 28px;
  84. padding-top: 12px;
  85. }
  86. .Hui-aside .menu_dropdown {
  87. height: calc(100% - 130px);
  88. overflow: auto;
  89. overflow-x: hidden;
  90. width: 100%;
  91. }
  92. .Hui-aside .menu_dropdown {
  93. width: 100%;
  94. }
  95. .Hui-aside .menu_dropdown dl dd {
  96. width: 100%;
  97. }
  98. /*公司logo 样式*/
  99. .logo img {
  100. width: 50px;
  101. height: 50px;
  102. }
  103. /*标题栏头像样式*/
  104. #Hui-userbar > ul > li > a > img {
  105. width: 40px;
  106. height: 40px;
  107. -webkit-border-radius: 100%;
  108. -moz-border-radius: 100%;
  109. border-radius: 100%;
  110. }
  111. #Hui-userbar .jobs > a i:nth-of-type(1), #Hui-userbar .repository > a i, #Hui-userbar .changePassword > a i, #Hui-userbar .exit > a i, #Hui-userbar .myinfo > a i, #Hui-userbar .userHelp > a i {
  112. width: 20px;
  113. height: 20px;
  114. background-image: url(../../Content/img/settImg.png);
  115. background-repeat: no-repeat;
  116. background-position: -2px,0px;
  117. position: absolute;
  118. top: 8px;
  119. }
  120. #Hui-userbar .jobs > a i:nth-of-type(1) {
  121. background-position: -82px,0px;
  122. }
  123. #Hui-userbar .repository > a i {
  124. background-position: -121px,0px;
  125. }
  126. #Hui-userbar .exit > a i {
  127. background-position: -42px,0px;
  128. }
  129. #Hui-userbar .userHelp > a i {
  130. background-position: -205px,0px;
  131. }
  132. #Hui-userbar .myinfo > a i {
  133. background-position: -162px,0px;
  134. }
  135. #Hui-userbar .jobs > a span, #Hui-userbar .repository > a span, #Hui-userbar .changePassword > a span, #Hui-userbar .exit > a span, #Hui-userbar .myinfo > a span, #Hui-userbar .userHelp > a span {
  136. margin-left: 30px;
  137. }
  138. #Hui-userbar .jobs > a:hover i {
  139. background-position: -102px,0px;
  140. }
  141. #Hui-userbar .repository > a:hover i {
  142. background-position: -141px,0px;
  143. }
  144. #Hui-userbar .changePassword > a:hover i {
  145. background-position: -22px,0px;
  146. }
  147. #Hui-userbar .userHelp > a:hover i {
  148. background-position: -229px,0px;
  149. }
  150. #Hui-userbar .exit > a:hover i {
  151. background-position: -62px,0px;
  152. }
  153. #Hui-userbar .myinfo > a:hover i {
  154. background-position: -182px,0px;
  155. }
  156. #Hui-userbar .Hui-iconfont-selected {
  157. position: absolute;
  158. z-index: 99;
  159. height: 100%;
  160. right: 0;
  161. bottom: 0;
  162. }
  163. /*标题栏间距*/
  164. #Hui-userbar > ul > li {
  165. padding: 0 5px;
  166. }
  167. /*页脚信息开始*/
  168. .powerUser {
  169. width: 100%;
  170. height: 30px;
  171. position: fixed;
  172. bottom: 0;
  173. left: 0;
  174. z-index: 99;
  175. overflow: hidden;
  176. }
  177. .powerUser .cenTer {
  178. width: 100%;
  179. height: 100%;
  180. text-align: center;
  181. margin-top: 2.5px;
  182. }
  183. .powerUser img {
  184. width: 25px;
  185. height: 25px;
  186. }
  187. /*页脚信息结束*/
  188. /*会话通知部分开始*/
  189. #conversation {
  190. width: 26px;
  191. position: fixed;
  192. right: 0;
  193. top: 42%;
  194. z-index: 99;
  195. -moz-user-select: none;
  196. -webkit-user-select: none;
  197. -ms-user-select: none;
  198. user-select: none;
  199. text-align: center;
  200. font-size: 14px;
  201. }
  202. #conversation li {
  203. background-image: url(../img/sidenav.png);
  204. background-repeat: no-repeat;
  205. width: 27px;
  206. height: 77px;
  207. line-height: 23px;
  208. padding-top: 11px;
  209. box-sizing: border-box;
  210. cursor: pointer;
  211. position: relative;
  212. }
  213. #conversation li:nth-last-child(1) {
  214. border: 0;
  215. }
  216. #dialogue em, #soKing em {
  217. position: absolute;
  218. width: 25px;
  219. height: 25px;
  220. line-height: 25px;
  221. background: url(/Content/img/newsinfo.png) no-repeat;
  222. top: -5px;
  223. left: -21px;
  224. z-index: 10;
  225. transform: rotateZ(-45deg);
  226. color: #fff;
  227. cursor: pointer;
  228. font-style: normal;
  229. -webkit-animation: twinkling 1s infinite ease-in-out;
  230. -moz-animation: twinkling 1s infinite ease-in-out;
  231. -o-animation: twinkling 1s infinite ease-in-out;
  232. animation: twinkling 1s infinite ease-in-out;
  233. }
  234. @-webkit-keyframes twinkling {
  235. 0% {
  236. opacity: 0;
  237. }
  238. 100% {
  239. opacity: 1;
  240. }
  241. }
  242. @keyframes twinkling {
  243. 0% {
  244. opacity: 0;
  245. }
  246. 100% {
  247. opacity: 1;
  248. }
  249. }
  250. /*会话部分结束*/
  251. /*修改密码样式开始*/
  252. #changePassword {
  253. width: 70%;
  254. padding: 30px;
  255. margin: 0 auto;
  256. overflow: hidden;
  257. display: none;
  258. }
  259. #changePassword label {
  260. display: block;
  261. height: 40px;
  262. margin-top: 10px;
  263. line-height: 40px;
  264. text-align: center;
  265. position: relative;
  266. }
  267. #changePassword label i {
  268. position: absolute;
  269. left: 9px;
  270. top: 4px;
  271. font-size: 22px;
  272. }
  273. #changePassword label i:after {
  274. position: absolute;
  275. content: '';
  276. display: block;
  277. width: 1px;
  278. height: 28px;
  279. left: 32px;
  280. top: 6px;
  281. background-color: #AFAFAF;
  282. }
  283. #changePassword label input {
  284. width: calc(100% - 52px);
  285. height: 30px;
  286. border: 1px solid #AFAFAF;
  287. -webkit-border-radius: 5px;
  288. -moz-border-radius: 5px;
  289. -ms-border-radius: 5px;
  290. border-radius: 5px;
  291. padding-left: 50px;
  292. font-size: 14px;
  293. margin-top: 5px;
  294. }
  295. #changePassword label input:focus {
  296. background-color: #EFEFEF;
  297. }
  298. #editPassword {
  299. height: auto !important;
  300. }
  301. #editPassword ~ .layui-layer-btn-c a {
  302. width: 100px;
  303. }
  304. /*修改密码样式结束*/
  305. /*消息通知样式开始*/
  306. .advicesInform {
  307. position: absolute;
  308. right: 20px;
  309. bottom: 40px;
  310. width: 50px;
  311. height: 50px;
  312. z-index: 1;
  313. cursor: pointer;
  314. -webkit-border-radius: 50%;
  315. -moz-border-radius: 50%;
  316. border-radius: 50%;
  317. text-align: center;
  318. line-height: 50px;
  319. font-size: 37px;
  320. }
  321. .advicesInform span {
  322. width: 10px;
  323. height: 10px;
  324. z-index: 9;
  325. background-color: #f00;
  326. display: inline-block;
  327. position: absolute;
  328. left: 4px;
  329. top: 0;
  330. -webkit-border-radius: 50%;
  331. -moz-border-radius: 50%;
  332. border-radius: 50%;
  333. }
  334. /*消息通知样式结束*/
  335. /*通知详情样式开始*/
  336. .informant {
  337. width: 320px;
  338. height: 400px;
  339. border: 1px solid #BFBFBF;
  340. position: absolute;
  341. bottom: 87px;
  342. right: 65px;
  343. z-index: 9999;
  344. overflow: hidden;
  345. background-color: #f4f7fa;
  346. display: none;
  347. }
  348. .informant h5 {
  349. height: 30px;
  350. line-height: 30px;
  351. margin: 0;
  352. padding: 0 10px;
  353. }
  354. .informant h5 span {
  355. display: inline-block;
  356. cursor: pointer;
  357. font-size: 18px;
  358. float: right;
  359. }
  360. .informant h5 span:hover {
  361. opacity: 0.7;
  362. }
  363. .informant div {
  364. width: 100%;
  365. padding: 10px 31px 0px 0px;
  366. height: calc(100% - 40px);
  367. overflow: auto;
  368. cursor: pointer;
  369. background-color: #fff;
  370. }
  371. .informant div ul {
  372. width: 106%;
  373. }
  374. .informant div ul img {
  375. display: inline-block;
  376. width: 200px;
  377. margin-top: 75px;
  378. margin-left: 53px;
  379. }
  380. .informant ul li {
  381. height: 50px;
  382. line-height: 25px;
  383. border-bottom: 1px solid #DFDFDF;
  384. padding: 0 10px;
  385. }
  386. .informant ul li:hover {
  387. background-color: #EFEFEF;
  388. }
  389. .informant ul li span {
  390. display: block;
  391. overflow: hidden;
  392. text-overflow: ellipsis;
  393. white-space: nowrap;
  394. }
  395. .informant ul li span:nth-child(1) {
  396. width: 40%;
  397. }
  398. .informant ul li span:nth-child(2) {
  399. width: 60%;
  400. }
  401. /*通知详情样式结束*/
  402. /*搜客样式开始*/
  403. .sokingPopup * {
  404. -moz-user-select: none;
  405. -webkit-user-select: none;
  406. -ms-user-select: none;
  407. user-select: none;
  408. }
  409. .sokingPopup {
  410. display: none;
  411. }
  412. .sokingPopup .layui-tab-title li {
  413. min-width: 100px;
  414. line-height: initial;
  415. }
  416. .sokingPopup .layui-tab-title div {
  417. font-size: 12px;
  418. }
  419. .sokingPopup .layui-tab-content {
  420. padding: 0;
  421. height: 496px;
  422. overflow: hidden;
  423. }
  424. .sokingPopup .layui-tab-content .layui-tab-item {
  425. width: 100%;
  426. height: 100%;
  427. }
  428. .sokingPopup .service {
  429. width: 100%;
  430. height: 100%;
  431. /*background-color: #f0f0f0;*/
  432. color: #333;
  433. overflow: hidden;
  434. }
  435. .sokingPopup .service .rollBox {
  436. height: 100%;
  437. width: calc(100% + 17px);
  438. overflow-y: auto;
  439. }
  440. .sokingPopup .service .rollnav {
  441. position: relative;
  442. box-sizing: border-box;
  443. width: 260px;
  444. overflow-y: auto;
  445. padding: 13px 0;
  446. }
  447. .sokingPopup .service .rollnav > li {
  448. width: 100%;
  449. }
  450. .sokingPopup .service .rollnav ul {
  451. margin: 0;
  452. padding: 0;
  453. display: none;
  454. }
  455. .sokingPopup .service .rollnav ul li {
  456. padding: 5px 0 5px 20px;
  457. font-size: 10px;
  458. font-weight: normal;
  459. outline: 0;
  460. position: relative;
  461. }
  462. .sokingPopup .service .rollnav ul li span {
  463. position: absolute;
  464. left: 9px;
  465. top: 14px;
  466. display: inline-block;
  467. width: 7px;
  468. height: 7px;
  469. border-radius: 50%;
  470. background-color: #f00;
  471. }
  472. .sokingPopup .service .rollnav li a {
  473. line-height: 10px;
  474. font-size: 15px;
  475. padding: 8px 5px;
  476. padding-left: 20px;
  477. color: inherit;
  478. display: block;
  479. text-decoration: none;
  480. }
  481. .sokingPopup .service .rollnav li a span {
  482. float: right;
  483. }
  484. .sokingPopup .service .rollnav ul li .info {
  485. cursor: pointer;
  486. }
  487. .sokingPopup .service .rollnav ul li .bg:after {
  488. position: absolute;
  489. content: '';
  490. height: 35px;
  491. background-color: #f0f0f0;
  492. left: 0;
  493. right: 0;
  494. margin-top: -33px;
  495. }
  496. .sokingPopup .service .rollnav ul li .info p {
  497. position: relative;
  498. z-index: 99;
  499. line-height: 30px;
  500. }
  501. .sokingPopup .service .rollnav ul li .info p em {
  502. vertical-align: top;
  503. }
  504. .sokingPopup .service .rollnav ul li .info p i {
  505. font-size: 30px;
  506. vertical-align: top;
  507. color: #01AAED;
  508. margin-right: 8px;
  509. }
  510. /*搜客样式结束*/
  511. /*对话框体样式开始*/
  512. .chatInterface {
  513. width: 100%;
  514. height: 100%;
  515. background: url(../img/chatbg.jpg) no-repeat;
  516. display: none;
  517. background-size: cover;
  518. position: relative;
  519. }
  520. .chatInterface .head_name {
  521. height: 100px;
  522. width: 100%;
  523. padding: 0 12px;
  524. box-sizing: border-box;
  525. position: relative;
  526. }
  527. .buddha img {
  528. width: 50px;
  529. height: 50px;
  530. -webkit-border-radius: 100%;
  531. -moz-border-radius: 100%;
  532. border-radius: 100%;
  533. }
  534. /*选项卡*/
  535. #tab_demo {
  536. position: absolute;
  537. top: 55px;
  538. left: 0;
  539. width: 100%;
  540. /* 禁止各浏览器标签的选中功能 */
  541. -moz-user-select: -moz-none;
  542. -moz-user-select: none;
  543. -webkit-user-select: none;
  544. -ms-user-select: none;
  545. user-select: none;
  546. }
  547. .tabCon {
  548. width: 100%;
  549. height: 418px;
  550. overflow: auto;
  551. background-color: rgba(255, 255, 255, 0.8);
  552. cursor: pointer;
  553. }
  554. .tabCon img, .tabCon svg {
  555. width: 45px;
  556. height: 45px;
  557. vertical-align: top;
  558. overflow: hidden;
  559. border-radius: 50%;
  560. background-color: #fff;
  561. }
  562. /*群组和会话公共样式*/
  563. .tabCon_list li {
  564. padding: 5px 10px;
  565. padding-left: 20px;
  566. position: relative;
  567. }
  568. .tabCon_list li:hover {
  569. background-color: rgba(243, 243, 243, 0.8);
  570. }
  571. .tabCon_list div {
  572. display: inline-block;
  573. width: calc(100% - 50px);
  574. padding-left: 5px;
  575. box-sizing: border-box;
  576. padding-top: 5px;
  577. }
  578. .tabCon_cluster div {
  579. padding-top: 0;
  580. line-height: 44px;
  581. }
  582. .tabCon_cluster .listPitch {
  583. background-color: rgba(243,243,243,0.8) !important;
  584. }
  585. .tabCon_list p {
  586. margin-bottom: 0px;
  587. width: 100%;
  588. overflow: hidden;
  589. text-overflow: ellipsis;
  590. white-space: nowrap;
  591. }
  592. .tabBar span {
  593. width: 33.33333333333333333333%;
  594. padding: 0;
  595. text-align: center;
  596. color: rgba(0, 0, 0, 0.6);
  597. font-size: 25px;
  598. height: 44px;
  599. line-height: 44px;
  600. box-sizing: border-box;
  601. background-color: rgba(0, 0, 0, 0);
  602. }
  603. .tabBar span.current {
  604. color: rgba(0, 0, 0, 0.6);
  605. border-bottom: 4px solid #00B83F;
  606. background-color: rgba(0, 0, 0, 0);
  607. }
  608. .tabBar {
  609. border: none;
  610. }
  611. .shortcut {
  612. width: 100%;
  613. height: 40px;
  614. line-height: 40px;
  615. position: absolute;
  616. bottom: 0;
  617. left: 0;
  618. background: #F6F6F6;
  619. }
  620. .shortcut li {
  621. float: left;
  622. width: 50%;
  623. height: 100%;
  624. text-align: center;
  625. font-size: 21px;
  626. cursor: pointer;
  627. overflow: hidden;
  628. }
  629. .shortcut li:active {
  630. background-color: #EFEFEF;
  631. }
  632. /*联系人搜索框*/
  633. .searchInput {
  634. position: absolute;
  635. bottom: 0px;
  636. left: 0px;
  637. width: 100%;
  638. display: none;
  639. }
  640. .searchInput input {
  641. padding-right: 25px;
  642. }
  643. .searchInput i {
  644. position: absolute;
  645. font-size: 15px;
  646. right: 8px;
  647. top: 12px;
  648. color: #333;
  649. cursor: pointer;
  650. }
  651. @-moz-keyframes news {
  652. 0% {
  653. opacity: 0;
  654. }
  655. 100% {
  656. opacity: 1;
  657. }
  658. }
  659. @-ms-keyframes news {
  660. 0% {
  661. opacity: 0;
  662. }
  663. 100% {
  664. opacity: 1;
  665. }
  666. }
  667. @-webkit-keyframes news {
  668. 0% {
  669. opacity: 0;
  670. }
  671. 100% {
  672. opacity: 1;
  673. }
  674. }
  675. @keyframes news {
  676. 0% {
  677. opacity: 0;
  678. }
  679. 100% {
  680. opacity: 1;
  681. }
  682. }
  683. .conversion {
  684. -webkit-animation: news 0.8s ease-in-out infinite;
  685. -moz-animation: news 0.8s ease-in-out infinite;
  686. -o-animation: news 0.8s ease-in-out infinite;
  687. animation: news 0.8s ease-in-out infinite;
  688. }
  689. /*联系人分组样式*/
  690. .topnav {
  691. width: 100%;
  692. border: 0;
  693. height: auto;
  694. }
  695. .topnav {
  696. padding: 13px 0;
  697. margin: 0;
  698. font-size: 1em;
  699. line-height: 0.5em;
  700. list-style: none;
  701. }
  702. .topnav li a {
  703. line-height: 10px;
  704. font-size: 15px;
  705. padding: 8px 5px;
  706. padding-left: 20px;
  707. color: #000;
  708. display: block;
  709. text-decoration: none;
  710. }
  711. .topnav li a:hover {
  712. background-color: #DFF2FC;
  713. color: #000;
  714. }
  715. .topnav ul {
  716. margin: 0;
  717. padding: 0;
  718. display: none;
  719. }
  720. .topnav ul li {
  721. margin: 0;
  722. padding: 0;
  723. clear: both;
  724. margin-top: 10px;
  725. }
  726. .topnav ul li {
  727. padding-left: 20px;
  728. font-size: 10px;
  729. font-weight: normal;
  730. outline: 0;
  731. }
  732. .topnav > li a span {
  733. float: right;
  734. }
  735. * {
  736. margin: 0;
  737. padding: 0;
  738. }
  739. ul li {
  740. list-style: none;
  741. }
  742. /*列表样式*/
  743. .topnav ul li .info {
  744. height: 45px;
  745. width: 100%;
  746. cursor: pointer;
  747. }
  748. .topnav > li > ul li:hover, #mygroup > li > ul > li:hover {
  749. background-color: rgba(243, 243, 243, 0.8);
  750. }
  751. .topnav ul li .info div, #mygroup ul li div {
  752. width: calc(100% - 70px);
  753. height: 45px;
  754. line-height: 45px;
  755. display: inline-block;
  756. vertical-align: middle;
  757. padding-left: 5px;
  758. box-sizing: border-box;
  759. font-size: 14px;
  760. }
  761. #mygroup ul li div {
  762. }
  763. /*会话框体*/
  764. .chatFrame {
  765. display: none;
  766. width: 100%;
  767. height: 100%;
  768. background: url(../img/chatbg.jpg) no-repeat;
  769. background-size: cover;
  770. min-height: 420px;
  771. min-width: 600px;
  772. position: relative;
  773. }
  774. /*头部*/
  775. .chatFrame_name {
  776. width: 100%;
  777. height: 68px;
  778. background-color: rgba(248, 248, 248, .7);
  779. box-sizing: border-box;
  780. position: absolute;
  781. top: 0px;
  782. left: 0px;
  783. }
  784. /*主体*/
  785. .chat_box {
  786. margin: 0;
  787. position: relative;
  788. width: 100%;
  789. height: 100%;
  790. }
  791. .chat_box .layui-tab-title {
  792. position: absolute;
  793. width: 200px;
  794. height: 100%;
  795. left: 0;
  796. top: 0px;
  797. border: 0;
  798. background-color: rgba(245,245,245,.8);
  799. }
  800. .chat_box .layui-tab-title .layui-this {
  801. background-color: #F3F3F3;
  802. }
  803. .chat_box .layui-tab-title .layui-this:after {
  804. border: 0;
  805. }
  806. .layui-tab-title li .layui-tab-close {
  807. left: 43px;
  808. }
  809. .chat_box .layui-tab-title li {
  810. display: block;
  811. height: 40px;
  812. line-height: 40px;
  813. padding: 5px 30px 5px 5px;
  814. position: relative;
  815. }
  816. /*打开聊天好友时未读会话追加红点*/
  817. .chat_box .layui-tab-title li em {
  818. font-style: normal;
  819. display: inline-block;
  820. width: 10px;
  821. height: 10px;
  822. border-radius: 50%;
  823. background-color: #f00;
  824. position: absolute;
  825. left: 5px;
  826. top: 20px;
  827. }
  828. /*会话列表里未读消息追加红点*/
  829. #messageList li em {
  830. font-style: normal;
  831. display: inline-block;
  832. width: 20px;
  833. height: 20px;
  834. border-radius: 50%;
  835. background-color: #f00;
  836. position: absolute;
  837. left: 225px;
  838. top: 17px;
  839. line-height: 20px;
  840. text-align: center;
  841. color: #fff;
  842. }
  843. .chat_box .layui-tab-title li:hover {
  844. background-color: #e2e2e2;
  845. }
  846. .chat_box .layui-tab-title li img {
  847. width: 40px;
  848. height: 40px;
  849. border-radius: 50%;
  850. }
  851. .chat_box .layui-tab-title li span {
  852. display: inline-block;
  853. width: 55px;
  854. }
  855. /*内容*/
  856. .chat_box .box {
  857. padding: 0;
  858. position: absolute;
  859. right: 0px;
  860. top: 0;
  861. bottom: 0;
  862. left: 200px;
  863. }
  864. .chat_box .box .layui-tab-item {
  865. height: 100%;
  866. }
  867. .chatFrame_content {
  868. width: calc(100% - 200px);
  869. height: calc(100% - 179px);
  870. overflow: auto;
  871. padding: 15px 15px 5px;
  872. box-sizing: border-box;
  873. border-bottom: 1px solid #DFDFDF;
  874. background-color: rgba(255, 255, 255, 0.8);
  875. }
  876. .site-demo-button {
  877. display: none;
  878. }
  879. /*对方*/
  880. .chatFrame_content ul li {
  881. min-height: 68px;
  882. position: relative;
  883. padding-left: 60px;
  884. margin-bottom: 10px;
  885. }
  886. .chatFrame_content ul li .chat_text,
  887. .chatFrame_content ul li .chat_user {
  888. display: inline-block;
  889. vertical-align: top;
  890. font-size: 14px;
  891. }
  892. .chatFrame_content ul li .chat_user {
  893. position: absolute;
  894. left: 3px;
  895. }
  896. .chatFrame_content ul li .chat_text {
  897. position: relative;
  898. line-height: 22px;
  899. margin-top: 25px;
  900. padding: 8px 15px;
  901. background-color: #e2e2e2;
  902. border-radius: 3px;
  903. color: #333;
  904. word-break: break-all;
  905. }
  906. .chatFrame_content ul li .chat_text:after {
  907. content: '';
  908. position: absolute;
  909. left: -10px;
  910. top: 13px;
  911. width: 0;
  912. height: 0;
  913. border-style: solid dashed dashed;
  914. border-color: #e2e2e2 transparent transparent;
  915. overflow: hidden;
  916. border-width: 10px;
  917. }
  918. .chatFrame_content .chat_user cite {
  919. position: absolute;
  920. left: 60px;
  921. top: -2px;
  922. line-height: 24px;
  923. font-size: 12px;
  924. white-space: nowrap;
  925. color: #999;
  926. text-align: left;
  927. font-style: normal;
  928. }
  929. .chatFrame_content .chat_user cite i {
  930. padding-left: 15px;
  931. font-style: normal;
  932. }
  933. /*头像*/
  934. .chatFrame_content ul li .chat_user img {
  935. width: 40px;
  936. height: 40px;
  937. -webkit-border-radius: 50%;
  938. -moz-border-radius: 50%;
  939. border-radius: 50%;
  940. }
  941. /*发送图片大小设置*/
  942. .chatFrame_content ul li .chat_text img {
  943. display: block;
  944. width: 200px;
  945. height: 200px;
  946. }
  947. /*发送文件样式*/
  948. .chatFrame_content ul li .chat_text .upfile {
  949. width: 295px;
  950. height: 90px;
  951. background-color: #fff;
  952. border-radius: 10px;
  953. }
  954. .chatFrame_content ul li .chat_text .upfile .flie_info {
  955. height: 50px;
  956. line-height: 21px;
  957. padding-top: 10px;
  958. padding-left: 20px;
  959. }
  960. .chatFrame_content ul li .chat_text .upfile .flie_info img {
  961. width: 40px;
  962. height: 40px;
  963. display: inline-block;
  964. vertical-align: top;
  965. }
  966. .chatFrame_content ul li .chat_text .upfile .flie_info > div {
  967. display: inline-block;
  968. margin-left: 10px;
  969. }
  970. .chatFrame_content ul li .chat_text .upfile .flie_info > div p {
  971. margin: 0;
  972. color: #000;
  973. }
  974. .chatFrame_content ul li .chat_text .upfile .flie_info > div p:nth-of-type(2) {
  975. font-size: 12px;
  976. color: #707070;
  977. }
  978. .chatFrame_content ul li .chat_text .upfile .flie_info .flie_info p:nth-last-of-type(1) {
  979. color: #AFAFAF;
  980. }
  981. .chatFrame_content ul li .chat_text .upfile .file_down {
  982. text-align: right;
  983. padding-right: 20px;
  984. }
  985. /*自己*/
  986. .chatFrame_content ul .chat_mine {
  987. padding-right: 60px;
  988. text-align: right;
  989. }
  990. .chatFrame_content ul .chat_mine .chat_user {
  991. left: auto;
  992. right: 3px;
  993. }
  994. .chatFrame_content ul .chat_mine .chat_user cite {
  995. left: auto;
  996. right: 60px;
  997. text-align: right;
  998. }
  999. .chatFrame_content ul .chat_mine .chat_text {
  1000. margin-left: 0;
  1001. text-align: left;
  1002. background-color: #5FB878;
  1003. color: #fff;
  1004. }
  1005. .chatFrame_content ul .chat_mine .chat_text:after {
  1006. left: auto;
  1007. right: -10px;
  1008. border-top-color: #5FB878;
  1009. }
  1010. .chatFrame_footer {
  1011. width: calc(100% - 200px);
  1012. height: 179px;
  1013. background-color: rgba(255, 255, 255, 0.8);
  1014. }
  1015. .chatFrame_footer .chatFrame_handle {
  1016. position: relative;
  1017. height: 38px;
  1018. line-height: 38px;
  1019. }
  1020. .chatFrame_footer .chatFrame_handle span {
  1021. float: left;
  1022. margin-left: 20px;
  1023. cursor: pointer;
  1024. font-size: 22px;
  1025. position: relative;
  1026. overflow: hidden;
  1027. }
  1028. .chatFrame_footer .chatFrame_handle span input {
  1029. width: 24px;
  1030. height: 24px;
  1031. display: inline-block;
  1032. opacity: 0;
  1033. position: absolute;
  1034. left: 0;
  1035. top: 6px;
  1036. cursor: pointer;
  1037. }
  1038. .chatFrame_footer .chatFrame_handle p {
  1039. float: right;
  1040. margin: 0;
  1041. padding: 0;
  1042. font-size: 15px;
  1043. margin-right: 20px;
  1044. cursor: pointer;
  1045. }
  1046. .chatFrame_footer textarea {
  1047. height: 95px;
  1048. width: 96%;
  1049. resize: none;
  1050. border: 0;
  1051. font-size: 14px;
  1052. background-color: rgba(255, 255, 255, 0);
  1053. margin-left: 2%;
  1054. }
  1055. .chatFrame_btn {
  1056. text-align: right;
  1057. margin-right: 17px;
  1058. }
  1059. .chatFrame_btn button {
  1060. padding: 4px 24px;
  1061. }
  1062. /*表情*/
  1063. .chatFrame_handle .chat_face {
  1064. width: 372px;
  1065. height: 186px;
  1066. position: absolute;
  1067. display: none;
  1068. left: 0px;
  1069. top: -208px;
  1070. padding: 10px;
  1071. border: 1px solid #D9D9D9;
  1072. background-color: #fff;
  1073. box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  1074. }
  1075. .chatFrame_handle .chat_face li {
  1076. cursor: pointer;
  1077. float: left;
  1078. border: 1px solid #e8e8e8;
  1079. height: 22px;
  1080. width: 26px;
  1081. overflow: hidden;
  1082. margin: -1px 0 0 -1px;
  1083. padding: 4px 2px;
  1084. text-align: center;
  1085. }
  1086. .chatFrame_handle .chat_face li img {
  1087. vertical-align: top;
  1088. }
  1089. /*个人信息*/
  1090. .meInfo, .downFile, .groupStafflist {
  1091. height: 100%;
  1092. width: 200px;
  1093. position: absolute;
  1094. right: 0px;
  1095. top: 0px;
  1096. background-color: rgba(245,245,245,1);
  1097. overflow: auto;
  1098. }
  1099. .meInfo div {
  1100. font-size: 15px;
  1101. background-color: rgba(243,243,243,.8);
  1102. height: 30px;
  1103. line-height: 30px;
  1104. }
  1105. .meInfo img {
  1106. width: 100px;
  1107. height: 100px;
  1108. border-radius: 50%;
  1109. margin: 50px;
  1110. }
  1111. .meInfo ul {
  1112. box-sizing: border-box;
  1113. padding: 0 30px;
  1114. line-height: 35px;
  1115. }
  1116. /*下载*/
  1117. .downFile ul li {
  1118. margin: 10px 0;
  1119. }
  1120. .downFile ul li img {
  1121. width: 35px;
  1122. height: 35px;
  1123. vertical-align: top;
  1124. }
  1125. .downFile ul li div > div {
  1126. width: calc(100% - 55px);
  1127. display: inline-block;
  1128. }
  1129. .downFile ul li div > div a {
  1130. display: inline-block;
  1131. width: 95%;
  1132. text-align: right;
  1133. padding-right: 5%;
  1134. }
  1135. .downFile ul li div .layui-progress {
  1136. width: 100%;
  1137. }
  1138. /*群组成员列表开始*/
  1139. .groupStafflist {
  1140. padding: 10px;
  1141. box-sizing: border-box;
  1142. overflow: hidden;
  1143. }
  1144. .groupStafflist ol {
  1145. width: calc(100% + 26px);
  1146. height: calc(100% - 24px);
  1147. overflow-y: auto;
  1148. overflow-x: hidden;
  1149. }
  1150. .groupStafflist ol li {
  1151. width: calc(100% - 26px);
  1152. height: 40px;
  1153. line-height: 40px;
  1154. overflow: hidden;
  1155. text-overflow: ellipsis;
  1156. white-space: nowrap;
  1157. }
  1158. .groupStafflist ol li img {
  1159. width: 25px;
  1160. height: 25px;
  1161. border-radius: 50%;
  1162. }
  1163. /*添加群成员弹框样式*/
  1164. .addGroupMembersPop-up {
  1165. padding: 10px;
  1166. width: 100%;
  1167. height: 100%;
  1168. box-sizing: border-box;
  1169. display: none;
  1170. }
  1171. /*修改添加群成员下的 ztree 的图标*/
  1172. .addGroupMembersPop-up ztree * {
  1173. font-size: 14px;
  1174. }
  1175. .addGroupMembersPop-up .ztree li a {
  1176. padding: 4px 3px 0 0;
  1177. }
  1178. .addGroupMembersPop-up .ztree li span.button.switch {
  1179. height: 22px;
  1180. }
  1181. .addGroupMembersPop-up .ztree li span.button.ico_open {
  1182. background-position: -110px -80px;
  1183. }
  1184. .addGroupMembersPop-up .ztree li span.button.ico_close {
  1185. background-position: -110px -80px;
  1186. }
  1187. .addGroupMembersPop-up .ztree li span.button.ico_docu {
  1188. background-position: -143px -81px;
  1189. }
  1190. .btnGroup {
  1191. width: 100%;
  1192. margin-bottom: 10px;
  1193. }
  1194. .departmentList {
  1195. width: 97%;
  1196. height: 87%;
  1197. float: left;
  1198. border: 1px solid rgba(0, 0, 0, 0.6);
  1199. overflow: auto;
  1200. }
  1201. .departmentList * {
  1202. font-size: 14px;
  1203. }
  1204. .departmentList li {
  1205. margin: 5px 0;
  1206. }
  1207. /*群组成员列表结束*/
  1208. .upfile .layui-progress,
  1209. .upfile .layui-progress .layui-progress-bar {
  1210. height: 1px;
  1211. }
  1212. /*聊天记录*/
  1213. .chatRecordsForms {
  1214. width: 100%;
  1215. height: 100%;
  1216. overflow: auto;
  1217. box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  1218. display: none;
  1219. }
  1220. .chatRecordsForms .chatRecordsForms_name {
  1221. background-color: #F8F8F8;
  1222. height: 32px;
  1223. font-size: 14px;
  1224. padding-left: 10px;
  1225. }
  1226. .chatRecordsForms .chatRecordsForms_content ul li {
  1227. padding: 10px;
  1228. font-size: 15px;
  1229. color: #4876FF;
  1230. }
  1231. .chatRecordsForms .chatRecordsForms_content ul li span {
  1232. margin-right: 8px;
  1233. font-size: 14px;
  1234. }
  1235. .chatRecordsForms .chatRecordsForms_content ul li em {
  1236. font-style: inherit;
  1237. font-size: 14px;
  1238. }
  1239. .chatRecordsForms .chatRecordsForms_content ul li div {
  1240. color: #000;
  1241. }
  1242. .chatRecordsForms .chatRecordsForms_content ul li div img {
  1243. cursor: pointer;
  1244. }
  1245. #HistoryMsg-list li img {
  1246. vertical-align: top;
  1247. margin-left: 10px;
  1248. }
  1249. /*自己*/
  1250. .chatRecordsForms .chatRecordsForms_content ul .mineRecord {
  1251. color: #5eb95e;
  1252. }
  1253. /*历史记录中文件样式*/
  1254. .chatRecordsForms .chatRecordsForms_content ul li .upfile {
  1255. width: 300px;
  1256. border-radius: 10px;
  1257. background-color: rgb(245,245,245);
  1258. padding: 5px 0;
  1259. }
  1260. .chatRecordsForms .chatRecordsForms_content ul li .upfile .flie_info div {
  1261. display: inline-block;
  1262. margin-left: 10px;
  1263. }
  1264. /*对话框体样式结束*/
  1265. /*个人信息*/
  1266. em {
  1267. font-style: normal;
  1268. }
  1269. .headPortrait {
  1270. padding: 20px;
  1271. width: calc(100% - 40px);
  1272. height: calc(100% - 40px);
  1273. display: none;
  1274. }
  1275. /*左侧*/
  1276. .leftSide {
  1277. float: left;
  1278. width: 25%;
  1279. height: 100%;
  1280. text-align: center;
  1281. border-right: 1px solid #cfcfcf;
  1282. box-sizing: border-box;
  1283. }
  1284. #headImg {
  1285. width: 100px;
  1286. height: 100px;
  1287. border-radius: 50%;
  1288. }
  1289. .classify {
  1290. margin-top: 20px;
  1291. line-height: 30px;
  1292. font-weight: 700;
  1293. }
  1294. /*右侧*/
  1295. .rightSide {
  1296. float: left;
  1297. width:75%;
  1298. height: 100%;
  1299. }
  1300. .rightSide div > div {
  1301. height: 40px;
  1302. line-height: 40px;
  1303. background-color: #EFEFEF;
  1304. font-weight: 700;
  1305. }
  1306. .rightSide .personage {
  1307. }
  1308. .rightSide em {
  1309. display: inline-block;
  1310. width: 60px;
  1311. text-align: right;
  1312. font-weight: 700;
  1313. }
  1314. .rightSide li {
  1315. padding: 10px 0;
  1316. }
  1317. .rightSide .Hui-iconfont {
  1318. font-size: 20px;
  1319. }
  1320. /*企业互联红点通知*/
  1321. #Hui-userbar .cl li.verifyInfo, #Hui-userbar .cl li.companyWait {
  1322. position: relative;
  1323. }
  1324. #Hui-userbar .cl li.verifyInfo span, #Hui-userbar .cl li.companyWait span {
  1325. position: absolute;
  1326. display: inline-block;
  1327. width: 8px;
  1328. height: 8px;
  1329. background-color: #FF5722;
  1330. border-radius: 50%;
  1331. top: 16px;
  1332. right: 14px;
  1333. }
  1334. /*对话框体样式结束*/
  1335. .sokingPopup #account i.off-line {
  1336. color: #999;
  1337. }