consulting.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. .div-main-content,#main{
  2. height: 100%;
  3. }
  4. .consulting-panel{
  5. height: calc(100% - 150px);
  6. position: relative;
  7. }
  8. .c-12b7f5{
  9. color: #12b7f5;
  10. }
  11. .input-panel{
  12. height: 150px;
  13. position: relative;
  14. }
  15. .mtb6{
  16. margin-top: 6px;
  17. margin-bottom: 6px;
  18. }
  19. p{
  20. margin-top: 6px;
  21. margin-bottom: 6px;
  22. }
  23. .c-chat-box {
  24. border: none;
  25. padding-left: 2%;
  26. padding-right: 2%;
  27. }
  28. .time-tips {
  29. margin: 10px 0 0 0;
  30. text-align: center;
  31. clear: both;
  32. }
  33. .time-tips span {
  34. position: relative;
  35. display: inline-block;
  36. padding: 0 60px;
  37. color: #aeaeae;
  38. font-size: 15px;
  39. }
  40. .time-tips span:before,
  41. .time-tips span:after {
  42. position: absolute;
  43. content: "";
  44. display: block;
  45. width: 50px;
  46. height: 1px;
  47. background: #e6e4e1;
  48. top: 50%;
  49. }
  50. .time-tips span:before {
  51. left: 0;
  52. }
  53. .time-tips span:after {
  54. right: 0;
  55. }
  56. .chat-left,
  57. .chat-right {
  58. clear: both;
  59. overflow: hidden;
  60. padding: 10px 0;
  61. }
  62. .chat-left > dt,
  63. .chat-right > dt {
  64. width: 40px;
  65. height: 40px;
  66. }
  67. .chat-left > dt {
  68. float: left;
  69. margin-right: 15px;
  70. }
  71. .chat-right > dt {
  72. float: right;
  73. margin-left: 15px;
  74. }
  75. .chat-left > dt img,
  76. .chat-right > dt img {
  77. width: 40px;
  78. height: 40px;
  79. border-radius: 50%;
  80. }
  81. .chat-left > dd,
  82. .chat-right > dd {
  83. position: relative;
  84. min-height: 18px;
  85. font-size: 15px;
  86. display: inline-block;
  87. max-width: 80%;
  88. background: #fff;
  89. border: 1px solid #e1e1e1;
  90. border-radius: 6px;
  91. padding: 8px 10px;
  92. box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  93. }
  94. .chat-left > dd {
  95. float: left;
  96. /* white-space: pre-wrap; */
  97. word-wrap: break-word;
  98. }
  99. .chat-right > dd {
  100. float: right;
  101. background: #bce0ff;
  102. border: 1px solid #81bdf7;
  103. /* white-space: pre-wrap; */
  104. word-wrap: break-word;
  105. }
  106. .chat-left > dd:after {
  107. content: "";
  108. position: absolute;
  109. top: 14px;
  110. left: -6px;
  111. display: block;
  112. width: 8px;
  113. height: 8px;
  114. background: #fff;
  115. border-color: #e1e1e1;
  116. border-style: solid;
  117. border-width: 1px 0 0 1px;
  118. -webkit-transform: rotate(-45deg);
  119. -moz-transform: rotate(-45deg);
  120. transform: rotate(-45deg);
  121. }
  122. .chat-right > dd:after {
  123. content: "";
  124. position: absolute;
  125. top: 14px;
  126. right: -6px;
  127. display: block;
  128. width: 8px;
  129. height: 8px;
  130. background: #bce0ff;
  131. border-color: #81bdf7;
  132. border-style: solid;
  133. border-width: 1px 0 0 1px;
  134. -webkit-transform: rotate(135deg);
  135. -moz-transform: rotate(135deg);
  136. transform: rotate(135deg);
  137. }
  138. .chat-left > dd p img,
  139. .chat-right > dd p img {
  140. max-width: 150px;
  141. max-height: 150px;
  142. margin: 5px 0;
  143. }
  144. .chat-msg-box {
  145. bottom: 0;
  146. left: 0
  147. }
  148. .chat-msg-box .input-group .form-control {
  149. height: 32px;
  150. }
  151. .pull-more {
  152. text-align: center;
  153. color: #5b5b5b;
  154. font-size: 14px;
  155. padding: 14px 0;
  156. }
  157. .chat-right .word-bread.sys-msg{
  158. background-color: #fff;
  159. }
  160. .chat-right .word-bread.sys-msg:after{
  161. background-color: #fff;
  162. border-color: #17b3ec;
  163. }
  164. .chat-left .word-bread.sys-msg{
  165. background-color: #fff;
  166. border-color: #17b3ec;
  167. }
  168. .chat-left .word-bread.sys-msg:after{
  169. background-color: #fff;
  170. border-color: #17b3ec;
  171. }
  172. .sys-header{
  173. display: inline-block;
  174. background-color: #17b3ec;
  175. height: 28px;
  176. line-height: 28px;
  177. padding: 0 10px;
  178. border-radius: 14px;
  179. color: #fff
  180. }
  181. .sys-header img{
  182. vertical-align: middle;
  183. margin-right: 5px;
  184. }
  185. .time-tips span{
  186. padding: 2px 10px;
  187. border-radius: 15px;
  188. color: #aaa;
  189. /*background-color: #E1E1E1;*/
  190. font-size: 12px;
  191. }
  192. .time-tips .xt-xiaoxi{
  193. background-color: #e1e1e1;
  194. }
  195. .chat-left, .chat-right {
  196. display: -webkit-box;
  197. clear: both;
  198. overflow: hidden;
  199. padding: 10px 0;
  200. }
  201. .chat-right{
  202. -webkit-box-direction: reverse;
  203. }
  204. .chat-left > dt{
  205. float: none;
  206. }
  207. .chat-right > dt {
  208. float: none;
  209. }
  210. .chat-right .word-bread{
  211. text-align: left;
  212. /*float: right;*/
  213. background: #17b3ec;
  214. border: 1px solid #17b3ec;
  215. /* white-space: pre-wrap; */
  216. word-wrap: break-word;
  217. position: relative;
  218. min-height: 18px;
  219. font-size: 15px;
  220. display: inline-block;
  221. max-width: 80%;
  222. border-radius: 6px;
  223. padding: 8px 10px;
  224. box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  225. }
  226. .chat-right > div.c-content{
  227. -webkit-box-flex: 1;
  228. text-align: right;
  229. }
  230. .chat-right .word-bread:after{
  231. content: "";
  232. position: absolute;
  233. top: 5px;
  234. right: -5px;
  235. display: block;
  236. width: 8px;
  237. height: 8px;
  238. background: #17b3ec;
  239. border-color: #17b3ec;
  240. border-style: solid;
  241. border-width: 1px 0 0 1px;
  242. -webkit-transform: rotate(135deg);
  243. -moz-transform: rotate(135deg);
  244. transform: rotate(135deg);
  245. }
  246. .chat-left .word-bread{
  247. /*float: left;*/
  248. /* white-space: pre-wrap; */
  249. word-wrap: break-word;
  250. position: relative;
  251. min-height: 18px;
  252. font-size: 15px;
  253. display: inline-block;
  254. max-width: 80%;
  255. background: #fff;
  256. border: 1px solid #e1e1e1;
  257. border-radius: 6px;
  258. padding: 8px 10px;
  259. box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  260. }
  261. .chat-left > div.c-content{
  262. -webkit-box-flex: 1;
  263. text-align: left;
  264. }
  265. .chat-left .word-bread:after{
  266. content: "";
  267. position: absolute;
  268. top: 5px;
  269. left: -5px;
  270. display: block;
  271. width: 8px;
  272. height: 8px;
  273. background: #fff;
  274. border-color: #e1e1e1;
  275. border-style: solid;
  276. border-width: 1px 0 0 1px;
  277. -webkit-transform: rotate(-45deg);
  278. -moz-transform: rotate(-45deg);
  279. transform: rotate(-45deg);
  280. }
  281. .chat-left span.name, .chat-right span.name{
  282. display: block;
  283. height: 24px;
  284. }
  285. .time-tips span:before, .time-tips span:after{
  286. height: 0!important;
  287. }
  288. .action-panel{
  289. background-color: #F5F5FA;
  290. height: 30px;
  291. line-height: 30px;
  292. padding-left: 20px;
  293. padding-right: 20px;
  294. }
  295. .action-panel i{
  296. font-size: 18px;
  297. }
  298. .send-btn{
  299. background-color: #12b7f5;
  300. color: #fff;
  301. border: 1px solid #12b7f5;
  302. position: absolute;
  303. right: 10px;
  304. bottom: 10px;
  305. padding: 4px 10px;
  306. }
  307. .send-btn.disabled,
  308. .send-btn.disabled:hover
  309. {
  310. border: 1px solid #e7eaec;
  311. background-color: #f2f4f6;
  312. color: #ccc;
  313. }
  314. .input-msg{
  315. width: 100%;
  316. line-height: 22px;
  317. overflow-x: hidden;
  318. overflow-y: auto;
  319. height: 76px;
  320. padding: 5px 10px;
  321. font-size: 14px;
  322. -webkit-user-select: auto;
  323. user-modify: read-write-plaintext-only;
  324. -webkit-user-modify: read-write-plaintext-only;
  325. outline: none;
  326. }
  327. .info-panel{
  328. height: 26px;
  329. line-height: 26px;
  330. font-size: 12px;
  331. color: #666;
  332. text-align: center;
  333. background-color: #fafaeb;
  334. }
  335. .info-panel a{
  336. color: #12b7f5;
  337. }
  338. .diseaseInfo{
  339. font-size: 12px;
  340. color: #999;
  341. background-color: #f5f5fa;
  342. display: inline-block;
  343. padding: 5px 12px;
  344. border-radius: 14px;
  345. margin-top: 10px;
  346. margin-bottom: 10px;
  347. }
  348. .status-btn{
  349. display: inline-block;
  350. height: 30px;
  351. border: 1px solid #12b7f5;
  352. line-height: 30px;
  353. padding: 0 12px;
  354. border-radius: 2px;
  355. color: #12b7f5;
  356. margin-top: 10px;
  357. }
  358. .consult-icon{
  359. width: 16px;
  360. height: 16px;
  361. margin-right: 10px;
  362. }
  363. .icon-image:before{
  364. content: url(../../../images/img_icon.png);
  365. }
  366. .icon-image:hover:before{
  367. content: url(../../../images/img_icon_pre.png);
  368. }
  369. .icon-reply:before{
  370. content: url(../../../images/huifu_icon.png);
  371. }
  372. .icon-reply:hover:before{
  373. content: url(../../../images/huifu_icon_pre.png);
  374. }
  375. .quick-reply-panel{
  376. position: absolute;
  377. bottom: 0;
  378. left: 50px;
  379. background-color: #fff;
  380. border: 1px solid #e1e1e1;
  381. display: none;
  382. max-width: 50%;
  383. }
  384. .reply-list{
  385. margin: 0;
  386. padding: 0;
  387. list-style: none;
  388. }
  389. .reply-list li{
  390. border-top: 1px solid #e1e1e1;
  391. padding: 10px;
  392. text-align: center;
  393. word-wrap: break-word;
  394. }
  395. .reply-list li:first-child{
  396. border-top: 0;
  397. }
  398. .reply-list li:hover{
  399. color: #12b7f5;
  400. }
  401. .chat-right .word-bread.msg-fv{
  402. background-color: #f5f5fa;
  403. padding: 10px;
  404. border: none;
  405. }
  406. .chat-right .word-bread.msg-fv:after{
  407. background-color: #f5f5fa;
  408. border-color: #f5f5fa;
  409. }
  410. .msg-fv .fv-content{
  411. background-color: #fff;
  412. padding: 8px 10px;
  413. border-radius: 6px;
  414. }
  415. .fv-remind{
  416. text-align: center;
  417. display: inline-block;
  418. background-color: #f5f5fa;
  419. padding: 8px 20px;
  420. border-radius: 18px;
  421. color: #666;
  422. margin-bottom: 15px;
  423. }
  424. .mb10-i{
  425. margin-bottom: 10px !important;
  426. }
  427. .layer-info-content{
  428. width: 80%;
  429. margin: auto;
  430. }
  431. body .alert-info .layui-layer-title{
  432. background-color: #fff;
  433. border-bottom: 0;
  434. }
  435. body .alert-info .layui-layer-content{
  436. padding: 0px 20px 10px;
  437. text-align: center;
  438. color: #333;
  439. }
  440. body .alert-info .layui-layer-btn{
  441. text-align: center;
  442. border-top: 0;
  443. background-color: #fff;
  444. padding: 20px;
  445. }
  446. body .alert-info .layui-layer-btn a{
  447. background-color: #fff;
  448. border: 1px solid #d7dce6;
  449. color: #666;
  450. }
  451. .flex-box-li{
  452. display: -webkit-box;
  453. display: box;
  454. -webkit-box-pack: center;
  455. -webkit-box-align: center;
  456. }
  457. .col-0{
  458. -webkit-box-flex: 0;
  459. box-flex: 0;
  460. }
  461. .col-1{
  462. -webkit-box-flex: 1;
  463. box-flex: 1;
  464. }
  465. body .quick-reply-setting .layui-layer-title{
  466. height: 40px;
  467. background-color: #fff;
  468. line-height: 40px;
  469. font-size: 14px;
  470. font-weight: normal;
  471. padding: 0 80px 0 10px;
  472. }
  473. body .quick-reply-setting .layui-layer-content{
  474. padding: 10px;
  475. color: #333;
  476. }
  477. body .quick-reply-setting .layui-layer-btn{
  478. background-color: #fff;
  479. border-top: 0;
  480. padding: 10px;
  481. }
  482. body .quick-reply-setting .layui-layer-btn a{
  483. background-color: #fafafa;
  484. border: 1px solid #d7dce6;
  485. color: #666;
  486. }
  487. body .quick-reply-setting .layui-layer-btn .layui-layer-btn0{
  488. border-color: #12b7f5;
  489. }
  490. body .quick-reply-setting .layui-layer-btn .layui-layer-btn1{
  491. }
  492. ul{
  493. margin: 0;
  494. list-style: none;
  495. padding: 0;
  496. }
  497. .reply-list2 li{
  498. padding: 10px 10px;
  499. }
  500. .link-blue,
  501. .link-blue:hover,
  502. .link-blue:focus
  503. {
  504. color: #12b7f5;
  505. text-decoration: underline;
  506. }
  507. .work-break{
  508. word-wrap: break-word;
  509. }
  510. .ui-col-3{
  511. height: 100%;
  512. }
  513. .div-message-content{
  514. height: 100%;
  515. }
  516. .time-tips i {
  517. width: 60px;
  518. height: 1px;
  519. margin-bottom: 4px;
  520. display: inline-block;
  521. }
  522. .zuoxianduan-icon{
  523. background-image: url(../../../images/zuoxianduan_img.png);
  524. background-repeat: no-repeat;
  525. }
  526. .youxianduan-icon{
  527. background-image: url(../../../images/youxianduan_img.png);
  528. background-repeat: no-repeat;
  529. }