consulting.css 9.3 KB

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