chatRoom.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,
  4. html {
  5. background: #f3f3f3;
  6. }
  7. .c-ccc {
  8. color: #ccc;
  9. }
  10. .ax-naills span.axills-boxer {
  11. display: inline-block;
  12. padding: 3px 5px;
  13. background: #f5f5f5;
  14. color: #999999;
  15. font-size: 10px;
  16. border-radius: 5px;
  17. }
  18. .ax-naills span.axills-right {
  19. background: #fff;
  20. color: #17b3ec;
  21. border: 1px solid #17b3ec;
  22. padding: 3px 5px;
  23. border-radius: 5px;
  24. font-size: 10px;
  25. }
  26. .ax-naills .c-btn-tiny {
  27. padding: 3px 15px;
  28. border-color: #17b3ec;
  29. color: #17b3ec;
  30. }
  31. .ax-naills .c-btn-tiny-grey {
  32. padding: 3px 15px;
  33. border-color: #C0C0C0;
  34. color: #C0C0C0;
  35. background-color: #E5E5E5;
  36. }
  37. .ax-naills span.ax-longboxer {
  38. background: #f5f5f5;
  39. color: #999999;
  40. font-size: 10px;
  41. padding: 3px 10px;
  42. display: inline-block;
  43. max-width: 100%;
  44. box-sizing: border-box;
  45. border-radius: 5px;
  46. }
  47. .c-17b3ec {
  48. color: #17b3ec;
  49. }
  50. .ax-naills span.ax-qybox {
  51. display: inline-block;
  52. font-size: 10px;
  53. padding: 2px 5px;
  54. border-radius: 5px;
  55. font-size: 10px;
  56. }
  57. .ax-naills span.ax-qybox.b-ff9555 {
  58. color: #ff9555;
  59. border: 1px solid #ff9555;
  60. }
  61. .ax-naills span.ax-qybox.b-2ddc46 {
  62. color: #2ddc46;
  63. border: 1px solid #2ddc46;
  64. }
  65. .ax-naills span.ax-qybox.b-2d8cdc {
  66. color: #2d8cdc;
  67. border: 1px solid #2d8cdc;
  68. }
  69. .c-4bd663 {
  70. color: #4bd663;
  71. }
  72. .tioper-hd {
  73. line-height: 33px;
  74. }
  75. .bgc-f7f7f7 {
  76. background: #f7f7f7;
  77. }
  78. .bgc-ebebeb {
  79. background: #ebebeb;
  80. }
  81. #serv-liang th {
  82. background: #f4f7fa;
  83. vertical-align: middle;
  84. text-align: center;
  85. border-right: 1px solid #e1e1e1;
  86. border-bottom: 1px solid #e1e1e1;
  87. padding: 10px 5px;
  88. }
  89. #serv-liang td {
  90. background: #fff;
  91. vertical-align: middle;
  92. text-align: center;
  93. border-right: 1px solid #e1e1e1;
  94. border-bottom: 1px solid #e1e1e1;
  95. padding: 10px 5px;
  96. color: #5b5b5b;
  97. }
  98. #serv-liang td.first {
  99. color: #909090;
  100. }
  101. .c-list .c-list-info > p.c-f12 {
  102. font-size: 12px;
  103. }
  104. .tanper .c-btn {
  105. padding: 5px 5px;
  106. }
  107. .tanper {
  108. background: #fbfcfc;
  109. }
  110. /* 医患沟通开始 */
  111. .c-chat-box {
  112. border: none;
  113. padding-left: 2%;
  114. padding-right: 2%;
  115. }
  116. .time-tips {
  117. margin: 10px 0 0 0;
  118. text-align: center;
  119. clear: both;
  120. }
  121. .time-tips span {
  122. position: relative;
  123. display: inline-block;
  124. padding: 0 60px;
  125. color: #aeaeae;
  126. font-size: 15px;
  127. }
  128. .time-tips span:before,
  129. .time-tips span:after {
  130. position: absolute;
  131. content: "";
  132. display: block;
  133. width: 50px;
  134. height: 1px;
  135. background: #e6e4e1;
  136. top: 50%;
  137. }
  138. .time-tips span:before {
  139. left: 0;
  140. }
  141. .time-tips span:after {
  142. right: 0;
  143. }
  144. .chat-left,
  145. .chat-right {
  146. clear: both;
  147. overflow: hidden;
  148. padding: 10px 0;
  149. }
  150. .chat-left > dt,
  151. .chat-right > dt {
  152. width: 40px;
  153. height: 40px;
  154. }
  155. .chat-left > dt {
  156. float: left;
  157. margin-right: 15px;
  158. }
  159. .chat-right > dt {
  160. float: right;
  161. margin-left: 15px;
  162. }
  163. .chat-left > dt img,
  164. .chat-right > dt img {
  165. width: 40px;
  166. height: 40px;
  167. border-radius: 50%;
  168. }
  169. .chat-left > dd,
  170. .chat-right > dd {
  171. position: relative;
  172. min-height: 18px;
  173. font-size: 15px;
  174. display: inline-block;
  175. max-width: 80%;
  176. background: #fff;
  177. border: 1px solid #e1e1e1;
  178. border-radius: 6px;
  179. padding: 8px 10px;
  180. box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  181. }
  182. .chat-left > dd {
  183. float: left;
  184. white-space: pre-wrap;
  185. word-wrap: break-word;
  186. }
  187. .chat-right > dd {
  188. float: right;
  189. background: #bce0ff;
  190. border: 1px solid #81bdf7;
  191. white-space: pre-wrap;
  192. word-wrap: break-word;
  193. }
  194. .chat-left > dd:after {
  195. content: "";
  196. position: absolute;
  197. top: 14px;
  198. left: -6px;
  199. display: block;
  200. width: 8px;
  201. height: 8px;
  202. background: #fff;
  203. border-color: #e1e1e1;
  204. border-style: solid;
  205. border-width: 1px 0 0 1px;
  206. -webkit-transform: rotate(-45deg);
  207. -moz-transform: rotate(-45deg);
  208. transform: rotate(-45deg);
  209. }
  210. .chat-right > dd:after {
  211. content: "";
  212. position: absolute;
  213. top: 14px;
  214. right: -6px;
  215. display: block;
  216. width: 8px;
  217. height: 8px;
  218. background: #bce0ff;
  219. border-color: #81bdf7;
  220. border-style: solid;
  221. border-width: 1px 0 0 1px;
  222. -webkit-transform: rotate(135deg);
  223. -moz-transform: rotate(135deg);
  224. transform: rotate(135deg);
  225. }
  226. .chat-left > dd p img,
  227. .chat-right > dd p img {
  228. max-width: 150px;
  229. max-height: 150px;
  230. margin: 5px 0;
  231. }
  232. .chat-msg-box {
  233. bottom: 0;
  234. left: 0
  235. }
  236. .chat-msg-box .input-group .form-control {
  237. height: 32px;
  238. }
  239. .pull-more {
  240. text-align: center;
  241. color: #5b5b5b;
  242. font-size: 14px;
  243. padding: 14px 0;
  244. }
  245. /* 医患沟通结束 */
  246. .pt13 {
  247. padding-top: 13px;
  248. }
  249. .jt-boradius {
  250. border-radius: 5px;
  251. }
  252. .bot-pper a.c-btn {
  253. border: 1px dashed #999999;
  254. text-align: center;
  255. display: block;
  256. color: #666666;
  257. font-size: 16px;
  258. border-radius: 5px;
  259. }
  260. .c-999999 {
  261. color: #999999;
  262. }
  263. .lh40 {
  264. line-height: 40px;
  265. }
  266. /***/
  267. .call-con {
  268. clear: both;
  269. overflow: hidden;
  270. }
  271. .phone-book,
  272. .doctor-list,
  273. .ill-case {
  274. width: 100%;
  275. background: #fff;
  276. }
  277. .phone-book li,
  278. .doctor-list li,
  279. .ill-case li {
  280. width: 100%;
  281. overflow: hidden;
  282. border-bottom: 1px solid #e1e1e1;
  283. }
  284. .contacts {
  285. position: relative;
  286. height: 65px;
  287. transform: translateX(0);
  288. transition: all 0.3s;
  289. -webkit-transform: translateX(0);
  290. -webkit-transition: all 0.3s;
  291. -moz-transform: translateX(0);
  292. -moz-transition: all 0.3s;
  293. }
  294. .contact-sin {
  295. position: absolute;
  296. top: 50%;
  297. padding: 0 15px 0 15px;
  298. width: 100%;
  299. box-sizing: border-box;
  300. -webkit-box-sizing: border-box;
  301. -moz-box-sizing: border-box;
  302. transform: translateY(50%);
  303. -webkit-transform: translateY(-50%);
  304. -moz-transform: translateY(-50%);
  305. }
  306. .contact-sin dt {
  307. position: absolute;
  308. width: 40px;
  309. }
  310. .contact-sin dd {
  311. float: left;
  312. min-height: 40px;
  313. width: 100%;
  314. }
  315. .contact-sin dd h4 {
  316. font-size: 15px;
  317. display: inline-block;
  318. padding-right: 20px;
  319. line-height: normal;
  320. vertical-align: middle;
  321. position: relative;
  322. box-sizing: border-box;
  323. -webkit-box-sizing: border-box;
  324. -moz-box-sizing: border-box;
  325. }
  326. .contact-sin h4 .iconfont {
  327. position: absolute;
  328. top: 50%;
  329. right: 0;
  330. margin-top: -9px;
  331. font-size: 14px;
  332. }
  333. .contact-sin dt a,
  334. .doctor-sin dt a {
  335. display: block;
  336. }
  337. .doctors {
  338. position: relative;
  339. height: 90px;
  340. padding-right: 60px;
  341. box-sizing: border-box;
  342. -webkit-box-sizing: border-box;
  343. -moz-box-sizing: border-box;
  344. }
  345. .doctor-sin {
  346. position: absolute;
  347. top: 50%;
  348. padding: 0 60px 0 15px;
  349. width: 100%;
  350. box-sizing: border-box;
  351. -webkit-box-sizing: border-box;
  352. -moz-box-sizing: border-box;
  353. transform: translateY(50%);
  354. -webkit-transform: translateY(-50%);
  355. -moz-transform: translateY(-50%);
  356. }
  357. .doctors:after {
  358. position: absolute;
  359. top: 50%;
  360. right: 60px;
  361. content: "";
  362. display: block;
  363. width: 1px;
  364. height: 54px;
  365. background: #e1e1e1;
  366. z-index: 100;
  367. margin-top: -27px;
  368. }
  369. .apply:after {
  370. right: 75px;
  371. background: rgba(0, 0, 0, 0);
  372. }
  373. .apply .doctor-sin {
  374. padding-right: 70px;
  375. }
  376. @media screen and (min-width:360px) {
  377. .apply .doctor-sin {
  378. padding-right: 75px;
  379. }
  380. }
  381. .doctor-sin dt {
  382. position: absolute;
  383. width: 54px;
  384. top: 50%;
  385. transform: translateY(-50%);
  386. -webkit-transform: translateY(-50%);
  387. -moz-transform: translateY(-50%);
  388. }
  389. .doctor-sin dd {
  390. float: left;
  391. margin-left: 69px;
  392. padding: 5px 0;
  393. min-height: 54px;
  394. box-sizing: border-box;
  395. -webkit-box-sizing: border-box;
  396. -moz-box-sizing: border-box;
  397. }
  398. .doctor-sin dd h4 {
  399. font-size: 18px;
  400. display: inline-block;
  401. padding: 0 0 4px 0;
  402. line-height: normal;
  403. vertical-align: middle;
  404. position: relative;
  405. box-sizing: border-box;
  406. -webkit-box-sizing: border-box;
  407. -moz-box-sizing: border-box;
  408. }
  409. .doctor-sin dd p {
  410. white-space: pre-wrap;
  411. word-wrap: break-word;
  412. max-height: 40px;
  413. overflow: hidden;
  414. }
  415. .scrollLeft {
  416. transform: translateX(-72px);
  417. transition: all 0.3s;
  418. -webkit-transform: translateX(-72px);
  419. -webkit-transition: all 0.3s;
  420. -moz-transform: translateX(-72px);
  421. -moz-transition: all 0.3s;
  422. }
  423. .call-phone {
  424. position: absolute;
  425. display: inline-block;
  426. width: 40px;
  427. height: 40px;
  428. right: 10px;
  429. top: 50%;
  430. margin-top: -20px;
  431. text-align: center;
  432. line-height: 40px;
  433. }
  434. .call-phone .iconfont {
  435. font-size: 30px;
  436. color: #4dcd70;
  437. }
  438. .apply-btn {
  439. position: absolute;
  440. display: inline-block;
  441. width: 50px;
  442. right: 15px;
  443. top: 50%;
  444. margin-top: -14px;
  445. text-align: center;
  446. line-height: 40px;
  447. }
  448. .del-contact {
  449. position: absolute;
  450. display: inline-block;
  451. width: 72px;
  452. height: 100%;
  453. background: #ff3b2f;
  454. left: 100%;
  455. top: 0;
  456. text-align: center;
  457. line-height: 65px;
  458. color: #fff;
  459. font-size: 18px;
  460. }
  461. .call-tips {
  462. list-style: decimal;
  463. list-style-position: outside;
  464. padding-left: 15px;
  465. }
  466. .call-tips li {
  467. padding-bottom: 5px;
  468. }
  469. .no-data {
  470. width: 100%;
  471. font-size: 12px;
  472. color: #909090;
  473. text-align: center;
  474. padding: 30px 0;
  475. }
  476. .no-data-img {
  477. width: 40%;
  478. max-width: 320px;
  479. margin: 0 auto;
  480. }
  481. .no-data-icon {
  482. width: 100%;
  483. height: 0;
  484. padding-bottom: 100%;
  485. background: url(http://ued.yihu.cn/htmlCode/健康之路APP/诊间咨询/images/nodata.png) no-repeat 0 0;
  486. background-size: 100% auto;
  487. }
  488. .no-data p {
  489. font-size: 14px;
  490. padding-top: 10px;
  491. }
  492. em.online,
  493. em.offline {
  494. display: inline-block;
  495. font-size: 12px;
  496. background: #4dcd70;
  497. color: #fff;
  498. border-radius: 2px;
  499. padding: 0 2px;
  500. line-height: 14px;
  501. vertical-align: middle;
  502. }
  503. em.offline {
  504. background: #909090;
  505. }
  506. /**/
  507. .header-menus {
  508. right: 15px;
  509. top: 0;
  510. position: absolute;
  511. }
  512. .header-menus a {
  513. color: #5cb4ff;
  514. }
  515. .referral-pop {
  516. width: 250px;
  517. position: fixed;
  518. left: 50%;
  519. margin-left: -125px;
  520. top: 50%;
  521. margin-top: -80px;
  522. z-index: 600;
  523. }
  524. .referral-pop-hold {
  525. position: relative;
  526. z-index: 631;
  527. background: #fff;
  528. border-radius: 7px;
  529. overflow: hidden;
  530. }
  531. .referral-pop-hold a {
  532. display: block;
  533. line-height: 55px;
  534. text-align: center;
  535. color: #666;
  536. border-bottom: 1px solid #f2f2f2;
  537. font-size: 16px;
  538. }
  539. .referral-pop-hold a.cancle {
  540. color: #999;
  541. border-bottom: none;
  542. }
  543. .referral-pop-mb {
  544. width: 100%;
  545. height: 100%;
  546. position: fixed;
  547. left: 0;
  548. top: 0;
  549. background: rgba(0, 0, 0, .5);
  550. z-index: 600;
  551. }
  552. .juris-close {
  553. position: absolute;
  554. width: 100%;
  555. height: 100%;
  556. background: rgba(0, 0, 0, .7);
  557. left: 0;
  558. top: 0;
  559. z-index: 600;
  560. color: #fff;
  561. text-align: center;
  562. display: box;
  563. display: -webkit-box;
  564. -webkit-box-orient: vertical;
  565. -webkit-box-pack: center;
  566. font-size: 18px;
  567. }
  568. .seval-hold {
  569. position: relative;
  570. padding-left: 33px;
  571. font-size: 12px;
  572. color: #999;
  573. margin-top: 6px;
  574. }
  575. .seval-tit {
  576. position: absolute;
  577. left: 0;
  578. top: 5px;
  579. }
  580. .seval-con {
  581. background: #eee;
  582. padding: 7px 10px;
  583. border-radius: 5px;
  584. }
  585. .star-img {
  586. vertical-align: middle;
  587. margin-bottom: 4px;
  588. }
  589. .tw-add {
  590. margin: 0 7px 0 2px;
  591. text-align: center;
  592. }
  593. .tw-add-detail {
  594. padding: 7px 15px;
  595. border-top: 1px solid #e1e1e1;
  596. margin-top: 10px;
  597. }
  598. .tw-add-detail li {
  599. display: block;
  600. width: 25%;
  601. text-align: center;
  602. float: left;
  603. color: #909090;
  604. }
  605. .tw-add-detail li img {
  606. margin: 5px;
  607. }
  608. .ask-lab-lage {
  609. width: 100%;
  610. overflow: auto;
  611. border-bottom: 1px solid #e1e1e1;
  612. }
  613. .ask-lab-lage ul {
  614. display: block;
  615. width: 400px;
  616. background: #fff;
  617. }
  618. .ask-lab-lage li {
  619. display: block;
  620. width: auto;
  621. padding: 0 2px;
  622. float: left;
  623. line-height: 40px;
  624. text-align: center;
  625. position: relative;
  626. margin: 0 12px;
  627. }
  628. .ask-lab-lage li a {
  629. margin-top: 5px;
  630. color: #333;
  631. }
  632. .ask-lab-lage li.curr a {
  633. color: #17b3ec;
  634. }
  635. .ask-lab-lage li.curr:before {
  636. content: '';
  637. display: block;
  638. width: 100%;
  639. height: 2px;
  640. background: #17b3ec;
  641. position: absolute;
  642. left: 0;
  643. bottom: 0;
  644. }
  645. .appeal-texa {
  646. background: #fff;
  647. border: none;
  648. width: 100%;
  649. padding: 10px;
  650. height: 150px;
  651. font-size: 14px;
  652. }
  653. .mui-toast-container {
  654. position: fixed;
  655. z-index: 9999;
  656. bottom: 50px;
  657. width: 100%;
  658. -webkit-transition: opacity .8s;
  659. transition: opacity .8s;
  660. opacity: 0
  661. }
  662. .mui-toast-container.mui-active {
  663. opacity: 1
  664. }
  665. .mui-toast-message {
  666. font-size: 14px;
  667. width: 270px;
  668. margin: 5px auto;
  669. padding: 5px;
  670. text-align: center;
  671. color: #000;
  672. border-radius: 7px;
  673. background-color: #d8d8d8
  674. }
  675. .win-broadcast {
  676. position: fixed;
  677. outline: 0px;
  678. top: 50%;
  679. left: 50%;
  680. margin: -113px 0 0 -135px;
  681. width: 269px;
  682. height: 226px;
  683. border-radius: 5px;
  684. z-index: 100;
  685. }
  686. .win-broadcast .bg {
  687. background-color: #fff;
  688. width: 269px;
  689. height: 226px;
  690. border-radius: 5px;
  691. display: block;
  692. }
  693. .win-broadcast .broadcast {
  694. background: url(../images/broadcast.png) no-repeat 0 -2px;
  695. width: 85px;
  696. height: 85px;
  697. display: block;
  698. background-size: 100%;
  699. position: absolute;
  700. top: 67px;
  701. left: 34%;
  702. border-radius: 50%;
  703. z-index: 99;
  704. }
  705. .win-broadcast .word {
  706. position: absolute;
  707. bottom: 0;
  708. border-radius: 5px;
  709. border-top: 1px solid #e1e1e1;
  710. border-top-right-radius: 0;
  711. border-top-left-radius: 0;
  712. color: #666;
  713. background-color: #fff;
  714. height: 35px;
  715. width: 100%;
  716. line-height: 35px;
  717. }
  718. .win-broadcast .word.title {
  719. top: 0;
  720. border-top-left-radius: 5px;
  721. border-top-right-radius: 5px;
  722. }
  723. .delete {
  724. display: block;
  725. position: absolute;
  726. height: 12px;
  727. width: 12px;
  728. border-radius: 50%;
  729. background-color: #fff;
  730. right: 6px;
  731. top: 6px;
  732. z-index: 10;
  733. text-align: center;
  734. line-height: 9px;
  735. color: #919191;
  736. font-size: 12px;
  737. }
  738. .broadcast-shadow-panel {
  739. width: 100%;
  740. position: absolute;
  741. overflow: hidden;
  742. z-index: 10;
  743. top: 0;
  744. background-color: rgba(0, 0, 0, .35);
  745. }
  746. /*动画*/
  747. .win-broadcast .broadcast {
  748. animation: broadcast 2s infinite;
  749. -webkit-animation: broadcast 2s infinite;
  750. /* Safari 和 Chrome */
  751. }
  752. @-webkit-keyframes broadcast {
  753. 0% {
  754. background-color: #ccf5ff;
  755. box-shadow: 0 0 0 0px #ccf5ff, 0 0 0 0 #c3e9f2, 0 0 0 0px #e9fffe, 0 0 0 0 #ddf5f4;
  756. }
  757. 25% {
  758. background-color: #ccf5ff;
  759. box-shadow: 0 0 0 5px #ccf5ff, 0 0 0 1px #c3e9f2, 0 0 0 20px #e9fffe, 0 0 0 1px #ddf5f4;
  760. }
  761. 50% {
  762. background-color: #ccf5ff;
  763. box-shadow: 0 0 0 10px #ccf5ff, 0 0 0 1px #c3e9f2, 0 0 0 25px #e9fffe, 0 0 0 1px #ddf5f4;
  764. }
  765. 100% {
  766. background-color: #ccf5ff;
  767. box-shadow: 0 0 0 15px #ccf5ff, 0 0 0 1px #c3e9f2, 0 0 0 30px #e9fffe, 0 0 0 1px #ddf5f4;
  768. }
  769. }
  770. /* 12-18 */
  771. .nxz-voice {
  772. line-height: 21px;
  773. text-align: right;
  774. }
  775. .nzx-tb {
  776. display: inline-block;
  777. width: 15px;
  778. height: 21px;
  779. background: url(../images/icon-broadcast.png) no-repeat;
  780. background-size: 100% auto;
  781. -webkit-background-size: 100% auto;
  782. -moz-background-size: 100% auto;
  783. -ms-background-size: 100% auto;
  784. vertical-align: middle;
  785. }
  786. .win-broadcast-mb {
  787. width: 100%;
  788. height: 100%;
  789. position: fixed;
  790. left: 0;
  791. top: 0;
  792. z-index: 10;
  793. background: rgba(0, 0, 0, .35);
  794. display: none;
  795. }
  796. .myorder li .vlname {
  797. line-height: 20px;
  798. border-bottom: 1px solid #f2f2f2;
  799. position: relative;
  800. padding-right: 15px;
  801. padding-top: 10px;
  802. padding-bottom: 10px;
  803. }
  804. .pa-icon-dagou {
  805. width: 20px;
  806. height: 20px;
  807. font-size: 13px;
  808. display: block;
  809. text-align: center;
  810. border-radius: 100%;
  811. border: 1px solid #e1e1e1;
  812. }
  813. .pa-icon-dagou.on {
  814. background: #17b3ec;
  815. color: #fff;
  816. }
  817. .ask-record li {
  818. background: #fff;
  819. position: relative;
  820. padding: 10px 35px 10px 45px;
  821. border-top: 1px solid #f2f2f2;
  822. color: #909090;
  823. }
  824. .ask-record li .ar-check {
  825. position: absolute;
  826. left: 10px;
  827. top: 50%;
  828. margin-top: -10px;
  829. }
  830. .ask-record li .ar-check i {
  831. display: block;
  832. width: 18px;
  833. height: 18px;
  834. border: 1px solid #e1e1e1;
  835. border-radius: 50%;
  836. }
  837. .ask-record li .ar-check i.checked {
  838. background: #17b3ec;
  839. border: 1px solid #17b3ec;
  840. }
  841. .ask-record li .ar-check i.checked:before {
  842. content: "\d61a";
  843. position: absolute;
  844. top: -12px;
  845. left: 3px;
  846. color: #fff;
  847. font-size: 12px;
  848. }
  849. .ask-record li .arrow-right {
  850. position: absolute;
  851. right: 12px;
  852. top: 50%;
  853. margin-top: -6px;
  854. transform: rotate(135deg);
  855. -webkit-transform: rotate(135deg);
  856. transition: all .3s ease;
  857. }
  858. .ask-record li .arrow-right.ashow {
  859. transform: rotate(-45deg);
  860. -webkit-transform: rotate(-45deg);
  861. margin-top: -3px;
  862. }
  863. .view-more {
  864. display: inline-block;
  865. width: 100%;
  866. text-align: center;
  867. padding: 15px 0 10px 0;
  868. }
  869. .view-more a {
  870. /*color: #5b5b5b;*/
  871. color: #17b3ec;
  872. }
  873. .time-tips span{
  874. padding: 2px 10px;
  875. border-radius: 15px;
  876. color: #aaa;
  877. /*background-color: #E1E1E1;*/
  878. font-size: 12px;
  879. }
  880. .chat-left, .chat-right {
  881. display: -webkit-box;
  882. clear: both;
  883. overflow: hidden;
  884. padding: 10px 0;
  885. }
  886. .chat-right{
  887. -webkit-box-direction: reverse;
  888. }
  889. .chat-left > dt{
  890. float: none;
  891. }
  892. .chat-right > dt {
  893. float: none;
  894. }
  895. .chat-right .word-bread{
  896. text-align: left;
  897. /*float: right;*/
  898. background: #17b3ec;
  899. border: 1px solid #17b3ec;
  900. white-space: pre-wrap;
  901. word-wrap: break-word;
  902. position: relative;
  903. min-height: 18px;
  904. font-size: 15px;
  905. display: inline-block;
  906. max-width: 80%;
  907. border-radius: 6px;
  908. padding: 8px 10px;
  909. box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  910. }
  911. .chat-right > div.c-content{
  912. -webkit-box-flex: 1;
  913. text-align: right;
  914. }
  915. .chat-right .word-bread:after{
  916. content: "";
  917. position: absolute;
  918. top: 5px;
  919. right: -5px;
  920. display: block;
  921. width: 8px;
  922. height: 8px;
  923. background: #17b3ec;
  924. border-color: #E1E1E1;
  925. border-style: solid;
  926. border-width: 1px 0 0 1px;
  927. -webkit-transform: rotate(135deg);
  928. -moz-transform: rotate(135deg);
  929. transform: rotate(135deg);
  930. }
  931. .chat-left .word-bread{
  932. /*float: left;*/
  933. white-space: pre-wrap;
  934. word-wrap: break-word;
  935. position: relative;
  936. min-height: 18px;
  937. font-size: 15px;
  938. display: inline-block;
  939. max-width: 80%;
  940. background: #fff;
  941. border: 1px solid #e1e1e1;
  942. border-radius: 6px;
  943. padding: 8px 10px;
  944. box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  945. }
  946. .chat-left > div.c-content{
  947. -webkit-box-flex: 1;
  948. text-align: left;
  949. }
  950. .chat-left .word-bread:after{
  951. content: "";
  952. position: absolute;
  953. top: 5px;
  954. left: -5px;
  955. display: block;
  956. width: 8px;
  957. height: 8px;
  958. background: #fff;
  959. border-color: #e1e1e1;
  960. border-style: solid;
  961. border-width: 1px 0 0 1px;
  962. -webkit-transform: rotate(-45deg);
  963. -moz-transform: rotate(-45deg);
  964. transform: rotate(-45deg);
  965. }
  966. .chat-left span.name, .chat-right span.name{
  967. display: block;
  968. height: 24px;
  969. }
  970. .time-tips span:before, .time-tips span:after{
  971. height: 0!important;
  972. }
  973. .zi2{
  974. z-index: 2;
  975. }
  976. .doc-name {
  977. font-size: 15px;
  978. }
  979. /*#contain{position: absolute; width: 95%; top:45px; bottom: 52px; overflow-y: auto;}*/
  980. @media only screen and (max-width: 640px) {
  981. .doc-name {
  982. font-size: 13px;
  983. }
  984. }
  985. .chat-right.checkbox:after, .chat-left.checkbox:before{
  986. display: block;
  987. content: '√';
  988. line-height: 24px;
  989. width: 22px;
  990. height: 22px;
  991. border: 1px solid #ccc;
  992. border-radius: 50%;
  993. margin-right: 10px;
  994. color: #f3f3f3;
  995. text-align: center;
  996. font-size: 16px;
  997. box-sizing: border-box;
  998. }
  999. .chat-right.checked:after, .chat-left.checked:before{
  1000. background: #17b3ec;
  1001. border: none;
  1002. }
  1003. .log-oper{
  1004. position: absolute;
  1005. background: rgba(20, 20, 20, .8);
  1006. border-radius: 8px;
  1007. color: #fff;
  1008. z-index: 10000;
  1009. display: -webkit-box;
  1010. display: none;
  1011. }
  1012. .log-oper li{
  1013. margin: 8px 0px;
  1014. padding: 0px 8px;
  1015. font-size: 14px;
  1016. border-left: 1px solid #fff;
  1017. }
  1018. .log-oper li:first-child{
  1019. border-left:none ;
  1020. }
  1021. .log-oper div{
  1022. position: absolute;
  1023. /*width: 10px;
  1024. height: 10px;
  1025. background: transparent;*/
  1026. /*-webkit-transform: rotate(45deg);*/
  1027. top: 37px;
  1028. border-left: 8px solid transparent;
  1029. border-right: 8px solid transparent;
  1030. border-top: 8px solid rgba(20, 20, 20, .8);
  1031. border-bottom: 8px solid transparent;
  1032. }
  1033. .footer-bar{
  1034. z-index: 2;
  1035. bottom: 0;
  1036. left: 0;
  1037. width: 100%;
  1038. position: fixed;
  1039. border-top-width: 1px;
  1040. border-color: #e1e1e1;
  1041. border-style: solid;
  1042. background-color: #fff;
  1043. display: -webkit-box;
  1044. }
  1045. .c-hide{
  1046. display: none;
  1047. }
  1048. .footer-bar li{
  1049. margin: 10px 0px;
  1050. -webkit-box-flex: 1;
  1051. text-align: center;
  1052. line-height: 27px;
  1053. font-size: 16px;
  1054. color: #333;
  1055. }
  1056. .footer-bar li:first-child{
  1057. border-right: 1px solid #e1e1e1;
  1058. }
  1059. .footer-bar li > img{
  1060. width: 22px;
  1061. margin-right: 10px;
  1062. }
  1063. .header-group{
  1064. line-height: 20px;
  1065. }
  1066. .btn-cancel{
  1067. color: #fff;
  1068. font-size: 16px;
  1069. display: none;
  1070. }
  1071. .tw-add{
  1072. width: 50px;
  1073. margin: 3px 5px 3px 0;
  1074. }
  1075. .input-group input{
  1076. margin-bottom: 0;
  1077. }
  1078. .c-main .c-btn{
  1079. padding-top: 5px;
  1080. padding-bottom: 5px;
  1081. }
  1082. .chat-right .wb-img{
  1083. padding: 2px;
  1084. }
  1085. .wb-img img{
  1086. position: relative;
  1087. z-index: 2;
  1088. border-radius: 6px;
  1089. }
  1090. .xt-xiaoxi{
  1091. background: #888;
  1092. color: #fff!important;
  1093. padding: 4px 10px!important;
  1094. border-radius: 8px!important;
  1095. }
  1096. .yy-hold{
  1097. background: #ccc;
  1098. }
  1099. .rprogress {
  1100. position: absolute;
  1101. left: 50%;
  1102. top: 50%;
  1103. width: 140px;
  1104. height: 140px;
  1105. margin-left: -70px;
  1106. margin-top: -70px;
  1107. background-repeat: no-repeat;
  1108. background-position: center center;
  1109. background-size: 30px 30px;
  1110. background-color: rgba(0, 0, 0, 0.7);
  1111. border-radius: 5px;
  1112. display: none;
  1113. -webkit-transition: .15s;
  1114. z-index: 100;
  1115. }
  1116. .rschedule {
  1117. background: url("../images/yuying_icon5.png");
  1118. background-repeat: no-repeat;
  1119. background-position: center center;
  1120. background-size: 30px 50px;
  1121. width: 46px;
  1122. height: 50px;
  1123. position: absolute;
  1124. left: 30px;
  1125. top: 40px;
  1126. }
  1127. .r-sigh{
  1128. display: none;
  1129. border-radius: 50px;
  1130. box-shadow: 0 0 15px #2187e7;
  1131. width: 46px;
  1132. height: 46px;
  1133. position: absolute;
  1134. left: 50%;
  1135. top: 50%;
  1136. margin-left: -23px;
  1137. margin-top: -23px;
  1138. text-align: center;
  1139. line-height: 46px;
  1140. font-size: 40px;
  1141. font-weight: bold;
  1142. color: #2187e7;
  1143. }
  1144. .rprogress-sigh{
  1145. background-image: none !important;
  1146. }
  1147. .rprogress-sigh .rschedule{
  1148. display: none !important;
  1149. }
  1150. .rprogress-sigh .r-sigh{
  1151. display: block !important;
  1152. }
  1153. .rsalert {
  1154. font-size: 12px;
  1155. color: #bbb;
  1156. text-align: center;
  1157. position: absolute;
  1158. border-radius: 5px;
  1159. width: 130px;
  1160. margin: 5px 5px;
  1161. padding: 5px;
  1162. left: 0px;
  1163. bottom: 0px;
  1164. }
  1165. .chat-right .audio{
  1166. padding-right: 30px;
  1167. background: url("../images/yuyin4_icon.png") no-repeat -20px 0 #17b3ec;
  1168. background-size: 18px;
  1169. -webkit-background-size: 18px;
  1170. -moz-background-size: 18px;
  1171. -o-background-size: 18px;
  1172. background-position: 90% 50%;
  1173. }
  1174. .chat-right .audio.active{
  1175. background: url("../images/yuyin3.gif") no-repeat -20px 0 #17b3ec;
  1176. background-size: 18px;
  1177. -webkit-background-size: 18px;
  1178. -moz-background-size: 18px;
  1179. -o-background-size: 18px;
  1180. background-position: 90% 50%;
  1181. }
  1182. .chat-right .soundWav{
  1183. height: 20px;display: -webkit-box;-webkit-box-direction: normal;
  1184. }
  1185. .chat-right .soundWavT{
  1186. display: block;margin-left: 10px;
  1187. }
  1188. .chat-right .soundWav img{
  1189. position: relative;
  1190. width: 40px;
  1191. height: 30px;
  1192. top: -5px;
  1193. }
  1194. .chat-left .audio{
  1195. padding-left: 30px;
  1196. background: url("../images/yuyin_icon.png") no-repeat #fff;
  1197. background-size: 18px;
  1198. -webkit-background-size: 18px;
  1199. -moz-background-size: 18px;
  1200. -o-background-size: 18px;
  1201. background-position: 10% 10px;
  1202. }
  1203. .chat-left .audio.active{
  1204. background: url("../images/yuyin-2.gif") no-repeat #fff;
  1205. background-size: 18px;
  1206. -webkit-background-size: 18px;
  1207. -moz-background-size: 18px;
  1208. -o-background-size: 18px;
  1209. background-position: 10% 50%;
  1210. }
  1211. .chat-left .soundWav{
  1212. height: 20px;display: -webkit-box;-webkit-box-direction: reverse;
  1213. }
  1214. .chat-left .soundWavT{
  1215. display: block;margin-right: 10px;
  1216. }
  1217. .chat-left .soundWav img{
  1218. position: relative;
  1219. width: 40px;
  1220. height: 30px;
  1221. top: -5px;
  1222. }
  1223. .volumn {
  1224. display: inline-block;
  1225. height: 30px;
  1226. line-height: 40px;
  1227. text-align: center;
  1228. position: relative;
  1229. vertical-align: bottom;
  1230. left: 84px;
  1231. top: 60px;
  1232. }
  1233. .volumn div {
  1234. height: 3px;
  1235. margin-bottom: 0;
  1236. background-color: white;
  1237. margin-right: -12px;
  1238. margin-bottom: 6px;
  1239. }
  1240. .volumn .line1 {
  1241. width: 10px;
  1242. -webkit-animation: line1 2s infinite ease-in-out alternate;
  1243. }
  1244. .volumn .line2 {
  1245. width: 14px;
  1246. -webkit-animation: line2 2s infinite ease-in-out alternate;
  1247. }
  1248. .volumn .line3 {
  1249. width: 18px;
  1250. -webkit-animation: line3 2s infinite ease-in-out alternate;
  1251. }
  1252. .volumn .line4 {
  1253. width: 22px;
  1254. /*-webkit-animation: line 0.6s infinite 1.8s ease-in-out alternate;*/
  1255. /*-webkit-animation-delay: 3.6s;*/
  1256. }
  1257. @-webkit-keyframes line1 {
  1258. 0% {
  1259. opacity: 0;
  1260. }
  1261. 41%{
  1262. opacity: 0;
  1263. }
  1264. 42%{
  1265. opacity: 1;
  1266. }
  1267. 55% {
  1268. opacity: 1;
  1269. }
  1270. 56% {
  1271. opacity: 0;
  1272. }
  1273. 100% {
  1274. opacity: 0;
  1275. }
  1276. }
  1277. @-webkit-keyframes line2 {
  1278. 0% {
  1279. opacity: 0;
  1280. }
  1281. 27%{
  1282. opacity: 0;
  1283. }
  1284. 28%{
  1285. opacity: 1;
  1286. }
  1287. 73% {
  1288. opacity: 1;
  1289. }
  1290. 74% {
  1291. opacity: 0;
  1292. }
  1293. 100% {
  1294. opacity: 0;
  1295. }
  1296. }
  1297. @-webkit-keyframes line3 {
  1298. 0% {
  1299. opacity: 0;
  1300. }
  1301. 13%{
  1302. opacity: 0;
  1303. }
  1304. 14%{
  1305. opacity: 1;
  1306. }
  1307. 84% {
  1308. opacity: 1;
  1309. }
  1310. 85% {
  1311. opacity: 0;
  1312. }
  1313. 100% {
  1314. opacity: 0;
  1315. }
  1316. }
  1317. .input-msg{
  1318. min-height: 32px;
  1319. width: 100%;
  1320. line-height: 22px;
  1321. overflow-x: hidden;
  1322. overflow-y: auto;
  1323. /*_overflow-y: visible;
  1324. _height: 32px;*/
  1325. max-height: 120px;
  1326. background-color: #fff;
  1327. background-image: none;
  1328. border: 1px solid #e1e1e1;
  1329. padding: 5px 10px;
  1330. font-size: 14px;
  1331. border-radius: 4px;
  1332. -webkit-user-select: auto;
  1333. user-modify: read-write-plaintext-only;
  1334. -webkit-user-modify: read-write-plaintext-only
  1335. }
  1336. .preview-video{
  1337. width: 135px;
  1338. padding: 6px 0px;
  1339. /*max-height: 100px;*/
  1340. position: relative;
  1341. }
  1342. .preview-video .video-img-right{width: 135px !important;height: 100px;border-radius: 15px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;}
  1343. .preview-video .video-img-left{width: 135px !important;height: 100px;border-radius: 15px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}
  1344. .preview-video .bofang-icon-right{position: absolute;right: 65px;bottom: 50%;width: 25px !important;height: 25px;margin-right: -12px;top: 40px;z-index: 100;}
  1345. .preview-video .bofang-icon-left{position: absolute;left: 65px;bottom: 50%;width: 25px !important;height: 25px;margin-right: -12px;top: 40px;z-index: 100;}
  1346. .preview-video .shichang-time-right{position: absolute;right: 27px;bottom: 50%;width: auto;height: 18px;margin-right: -12px;top: 82px;font-size: 12px;color: #fff;}
  1347. .preview-video .shichang-time-left{position: absolute;left: 5px;bottom: 50%;width: auto;height: 18px;margin-left: 90px;top: 82px;font-size: 12px;color: #fff}
  1348. .preview-video .jianjiao-icon-right{top: 6px;z-index: 20;position: absolute;right: 12px;width: 20px !important;height: 100px;margin-right: -12px;}
  1349. .preview-video .jianjiao-icon-left{top: 6px;z-index: 20;position: absolute;left: 12px;width: 20px !important;height: 100px;margin-left: -12px;}
  1350. /*添加文章类消息显示样式*/
  1351. .chat-left .word-article{
  1352. width: 82%;
  1353. max-width: 82%;
  1354. text-align: left;
  1355. }
  1356. .chat-left .word-article:after{background: #fff;}
  1357. .chat-left .article-content{
  1358. -webkit-box-direction: reverse;
  1359. display: -webkit-box;
  1360. height: 80px;
  1361. padding: 5px 0px;
  1362. overflow: hidden;
  1363. }
  1364. .chat-left .article-content>img{
  1365. width: 60px !important;
  1366. height: 60px;
  1367. margin-top: 3px;
  1368. }
  1369. .chat-left .article-content>div{
  1370. -webkit-box-flex: 1;
  1371. overflow: hidden;
  1372. padding: 1px 0px 0px 5px;
  1373. }
  1374. .xzzx{
  1375. position: fixed;
  1376. bottom: 0;
  1377. left:0;
  1378. width: 100%;
  1379. height: 60px;
  1380. padding:10px;
  1381. text-align: center;
  1382. }
  1383. .xzzx span{
  1384. display: inline-block;
  1385. color: #fff;
  1386. font-size: 16px;
  1387. background-color: #74bf00;
  1388. width: 100%;
  1389. border-radius: 5px;
  1390. height: 40px;
  1391. line-height: 40px;
  1392. }
  1393. .xzzx img{
  1394. vertical-align: middle;
  1395. margin-bottom: 3px;
  1396. margin-right: 5px;
  1397. }