consulting.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  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. }
  326. .info-panel{
  327. height: 26px;
  328. line-height: 26px;
  329. font-size: 12px;
  330. color: #666;
  331. text-align: center;
  332. background-color: #fafaeb;
  333. }
  334. .info-panel a{
  335. color: #12b7f5;
  336. }
  337. .diseaseInfo{
  338. font-size: 12px;
  339. color: #999;
  340. background-color: #f5f5fa;
  341. display: inline-block;
  342. padding: 5px 12px;
  343. border-radius: 14px;
  344. margin-top: 10px;
  345. margin-bottom: 10px;
  346. }
  347. .status-btn{
  348. display: inline-block;
  349. height: 30px;
  350. border: 1px solid #12b7f5;
  351. line-height: 30px;
  352. padding: 0 12px;
  353. border-radius: 2px;
  354. color: #12b7f5;
  355. margin-top: 10px;
  356. }
  357. .consult-icon{
  358. width: 16px;
  359. height: 16px;
  360. margin-right: 10px;
  361. }
  362. .icon-image:before{
  363. content: url(../../../images/img_icon.png);
  364. }
  365. .icon-image:hover:before{
  366. content: url(../../../images/img_icon_pre.png);
  367. }
  368. .icon-reply:before{
  369. content: url(../../../images/huifu_icon.png);
  370. }
  371. .icon-reply:hover:before{
  372. content: url(../../../images/huifu_icon_pre.png);
  373. }
  374. .quick-reply-panel{
  375. position: absolute;
  376. bottom: 0;
  377. left: 50px;
  378. background-color: #fff;
  379. border: 1px solid #e1e1e1;
  380. display: none;
  381. max-width: 50%;
  382. }
  383. .reply-list{
  384. margin: 0;
  385. padding: 0;
  386. list-style: none;
  387. }
  388. .reply-list li{
  389. border-top: 1px solid #e1e1e1;
  390. padding: 10px;
  391. text-align: center;
  392. word-wrap: break-word;
  393. }
  394. .reply-list li:first-child{
  395. border-top: 0;
  396. }
  397. .reply-list li:hover{
  398. color: #12b7f5;
  399. }
  400. .chat-right .word-bread.msg-fv{
  401. background-color: #f5f5fa;
  402. padding: 10px;
  403. border: none;
  404. }
  405. .chat-right .word-bread.msg-fv:after{
  406. background-color: #f5f5fa;
  407. border-color: #f5f5fa;
  408. }
  409. .msg-fv .fv-content{
  410. background-color: #fff;
  411. padding: 8px 10px;
  412. border-radius: 6px;
  413. }
  414. .fv-remind{
  415. text-align: center;
  416. display: inline-block;
  417. background-color: #f5f5fa;
  418. padding: 8px 20px;
  419. border-radius: 18px;
  420. color: #666;
  421. margin-bottom: 15px;
  422. }
  423. .mb10-i{
  424. margin-bottom: 10px !important;
  425. }
  426. .layer-info-content{
  427. width: 80%;
  428. margin: auto;
  429. }
  430. body .alert-info .layui-layer-title{
  431. background-color: #fff;
  432. border-bottom: 0;
  433. }
  434. body .alert-info .layui-layer-content{
  435. padding: 0px 20px 10px;
  436. text-align: center;
  437. color: #333;
  438. }
  439. body .alert-info .layui-layer-btn{
  440. text-align: center;
  441. border-top: 0;
  442. background-color: #fff;
  443. padding: 20px;
  444. }
  445. body .alert-info .layui-layer-btn a{
  446. background-color: #fff;
  447. border: 1px solid #d7dce6;
  448. color: #666;
  449. }
  450. .flex-box-li{
  451. display: -webkit-box;
  452. display: box;
  453. -webkit-box-pack: center;
  454. -webkit-box-align: center;
  455. }
  456. .col-0{
  457. -webkit-box-flex: 0;
  458. box-flex: 0;
  459. }
  460. .col-1{
  461. -webkit-box-flex: 1;
  462. box-flex: 1;
  463. }
  464. body .quick-reply-setting .layui-layer-title{
  465. height: 40px;
  466. background-color: #fff;
  467. line-height: 40px;
  468. font-size: 14px;
  469. font-weight: normal;
  470. padding: 0 80px 0 10px;
  471. }
  472. body .quick-reply-setting .layui-layer-content{
  473. padding: 10px;
  474. color: #333;
  475. }
  476. body .quick-reply-setting .layui-layer-btn{
  477. background-color: #fff;
  478. border-top: 0;
  479. padding: 10px;
  480. }
  481. body .quick-reply-setting .layui-layer-btn a{
  482. background-color: #fafafa;
  483. border: 1px solid #d7dce6;
  484. color: #666;
  485. }
  486. body .quick-reply-setting .layui-layer-btn .layui-layer-btn0{
  487. border-color: #12b7f5;
  488. }
  489. body .quick-reply-setting .layui-layer-btn .layui-layer-btn1{
  490. }
  491. ul{
  492. margin: 0;
  493. list-style: none;
  494. padding: 0;
  495. }
  496. .reply-list2 li{
  497. padding: 10px 10px;
  498. }
  499. .link-blue,
  500. .link-blue:hover,
  501. .link-blue:focus
  502. {
  503. color: #12b7f5;
  504. text-decoration: underline;
  505. }
  506. .work-break{
  507. word-wrap: break-word;
  508. }
  509. .ui-col-3{
  510. height: 100%;
  511. }
  512. .div-message-content{
  513. height: 100%;
  514. }
  515. .time-tips i {
  516. width: 60px;
  517. height: 1px;
  518. margin-bottom: 4px;
  519. display: inline-block;
  520. }
  521. .zuoxianduan-icon{
  522. background-image: url(../../../images/zuoxianduan_img.png);
  523. background-repeat: no-repeat;
  524. }
  525. .youxianduan-icon{
  526. background-image: url(../../../images/youxianduan_img.png);
  527. background-repeat: no-repeat;
  528. }