style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. .o2_im_out {
  2. width: 100%;
  3. height: 100%;
  4. overflow: hidden;
  5. }
  6. .o2_im_chat_list {
  7. border-top: 1px solid rgb(255, 255, 255);
  8. border-right: 1px solid rgb(221, 221, 221);
  9. float: left;
  10. width: 257px;
  11. height: 100%;
  12. display: flex;
  13. display: -webkit-box;
  14. display: -webkit-flex;
  15. flex-direction: column;
  16. -ms-flex-direction: column;
  17. }
  18. .o2_im_chat_list_top {
  19. margin-bottom: 20px;
  20. height: 40px;
  21. background-color: rgb(248, 248, 248);
  22. border-bottom: 1px solid rgb(204, 204, 204);
  23. }
  24. .o2_im_chat_list_top .add {
  25. background: url(../x_component_IMV2/$Main/default/icons/add.png) left center
  26. no-repeat;
  27. height: 40px;
  28. cursor: pointer;
  29. margin-left: 14px;
  30. text-align: center;
  31. line-height: 40px;
  32. color: #848484;
  33. padding-left: 24px;
  34. float: left;
  35. }
  36. .o2_im_chat_list_top .group {
  37. height: 40px;
  38. cursor: pointer;
  39. margin-left: 14px;
  40. text-align: center;
  41. line-height: 40px;
  42. color: #848484;
  43. padding-left: 24px;
  44. float: left;
  45. }
  46. .o2_im_chat_list_top .im_setting {
  47. background: url(../x_component_IMV2/$Main/default/icons/icon_setting.png)
  48. no-repeat center;
  49. height: 40px;
  50. float: right;
  51. width: 40px;
  52. border-left: solid 1px #dedede;
  53. cursor: pointer;
  54. }
  55. .o2_im_chat_list_top .search_out {
  56. margin-right: 40px;
  57. height: 40px;
  58. }
  59. .o2_im_chat_list_top .search_icon {
  60. float: left;
  61. width: 40px;
  62. height: 40px;
  63. background: url(../x_component_IMV2/$Main/default/icons/search.png) center
  64. center no-repeat;
  65. cursor: pointer;
  66. }
  67. .o2_im_chat_list_top .search_input_out {
  68. margin-left: 40px;
  69. text-align: left;
  70. }
  71. .o2_im_chat_list_top .search_input {
  72. margin-top: 7px;
  73. width: 96%;
  74. height: 24px;
  75. line-height: 24px;
  76. border: 0px;
  77. font-family: "Microsoft YaHei";
  78. font-size: 12px;
  79. color: rgb(153, 153, 153);
  80. background: transparent;
  81. user-select: auto;
  82. }
  83. .o2_im_chat_list_top .add_button {
  84. height: 50px;
  85. width: 160px;
  86. color: rgb(51, 51, 51);
  87. font-size: 16px;
  88. line-height: 50px;
  89. padding-left: 10px;
  90. padding-right: 10px;
  91. cursor: pointer;
  92. margin: 0 auto;
  93. border: 1px solid rgb(204, 204, 204);
  94. }
  95. .o2_im_chat_list_top .add_button .icon {
  96. height: 50px;
  97. width: 30px;
  98. float: left;
  99. background: url(../x_component_IMV2/$Main/default/icons/icon_newapply.png)
  100. center center no-repeat;
  101. }
  102. .o2_im_chat_list_top .add_button .text {
  103. line-height: 50px;
  104. height: 50px;
  105. float: left;
  106. }
  107. .o2_im_chat_list .item {
  108. overflow: hidden;
  109. height: 60px;
  110. margin: 0px;
  111. }
  112. .o2_im_chat_list .item .base {
  113. height: 60px;
  114. cursor: pointer;
  115. }
  116. .o2_im_chat_list .item .normal {
  117. background-color: rgb(253, 253, 253);
  118. }
  119. .o2_im_chat_list .item .check {
  120. background-color: rgb(228, 228, 228);
  121. }
  122. .o2_im_chat_list .item .avatar {
  123. background-position: center center;
  124. background-repeat: no-repeat;
  125. margin-left: 16px;
  126. height: 48px;
  127. width: 48px;
  128. border-radius: 24px;
  129. margin-top: 6px;
  130. background-color: rgb(255, 255, 255);
  131. float: left;
  132. }
  133. .o2_im_chat_list .item .avatar .img {
  134. width: 48px;
  135. height: 48px;
  136. border: 0px;
  137. border-radius: 24px;
  138. }
  139. .o2_im_chat_list .item .body {
  140. height: 59px;
  141. margin-left: 16px;
  142. border-bottom: 1px solid rgb(221, 221, 221);
  143. }
  144. .o2_im_chat_list .item .body_up {
  145. height: 30px;
  146. line-height: 30px;
  147. margin-left: 56px;
  148. margin-right: 14px;
  149. }
  150. .o2_im_chat_list .item .share_body {
  151. height: 30px;
  152. line-height: 30px;
  153. margin-left: 56px;
  154. margin-right: 14px;
  155. margin-top: 14px;
  156. }
  157. .o2_im_chat_list .item .body_up .body_title {
  158. float: left;
  159. color: rgb(51, 51, 51);
  160. overflow: hidden;
  161. max-width: 170px;
  162. text-overflow: ellipsis;
  163. white-space: nowrap;
  164. }
  165. .o2_im_chat_list .item .body_up .body_time {
  166. float: right;
  167. color: rgb(191, 191, 191);
  168. font-size: 12px;
  169. overflow: hidden;
  170. }
  171. .o2_im_chat_list .item .body_down {
  172. margin-left: 8px;
  173. margin-top: 5px;
  174. max-width: 120px;
  175. height: 20px;
  176. line-height: 20px;
  177. float: left;
  178. overflow: hidden;
  179. font-size: 12px;
  180. color: #aaaaaa;
  181. white-space: nowrap;
  182. text-overflow: ellipsis;
  183. }
  184. .o2_im_chat_list_conv {
  185. flex: 1;
  186. overflow: auto;
  187. }
  188. .o2_im_chat_content {
  189. height: 100%;
  190. margin-left: 259px;
  191. overflow: hidden;
  192. background-color: rgb(255, 255, 255);
  193. opacity: 1;
  194. display: flex;
  195. display: -webkit-box;
  196. display: -webkit-flex;
  197. flex-direction: column;
  198. -ms-flex-direction: column;
  199. }
  200. .o2_im_chat_content_title_more {
  201. background-image: url(../x_component_IMV2/$Main/default/icons/more.png);
  202. background-position: center center;
  203. background-repeat: no-repeat;
  204. height: 30px;
  205. width: 48px;
  206. margin-right: 10px;
  207. float: right;
  208. cursor: pointer;
  209. display: none;
  210. }
  211. .o2_im_chat_content_title_business_icon {
  212. background-image: url(../x_component_process_ApplicationExplorer/$Main/default/icon/application.png);
  213. background-position: center center;
  214. background-repeat: no-repeat;
  215. background-size: contain;
  216. height: 30px;
  217. width: 30px;
  218. float: right;
  219. margin-right: 10px;
  220. cursor: pointer;
  221. position: relative;
  222. display: none;
  223. }
  224. .o2_im_chat_content_title_menu {
  225. min-width: 98px;
  226. position: absolute;
  227. right: 24px;
  228. top: 61px;
  229. background-color: white;
  230. border-radius: 12px;
  231. box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  232. display: none;
  233. z-index: 10000;
  234. padding: 0 10px;
  235. }
  236. .o2_im_chat_content_title_menu_item {
  237. height: 48px;
  238. text-align: center;
  239. line-height: 48px;
  240. cursor: pointer;
  241. }
  242. /* 聊天界面 */
  243. .chat-emoji-box {
  244. position: absolute;
  245. width: 630px;
  246. height: 260px;
  247. left: 5px;
  248. bottom: 155px;
  249. background-color: #ffffff;
  250. border: 1px solid #f1f1f1;
  251. padding-top: 8px;
  252. border-radius: 8px;
  253. box-shadow: 5px 5px #1d1d1d10;
  254. z-index: 100;
  255. }
  256. .chat-emoji-img {
  257. width: 32px;
  258. height: 32px;
  259. float: left;
  260. margin: 5px;
  261. }
  262. .chat-title {
  263. height: 30px;
  264. text-align: center;
  265. padding-top: 15px;
  266. padding-bottom: 15px;
  267. background-color: #ffffff;
  268. border-bottom: 1px solid #f1f1f1;
  269. }
  270. .chat-title span {
  271. line-height: 30px;
  272. }
  273. .chat-content {
  274. background-color: #ebebeb;
  275. overflow: auto;
  276. flex: 1;
  277. padding: 0 20px;
  278. }
  279. .chat-bottom-area {
  280. height: 155px;
  281. overflow: hidden;
  282. border-top: 1px solid #f1f1f1;
  283. background: #ffffff;
  284. }
  285. .chat-bottom-area-tool {
  286. position: relative;
  287. padding: 0 8px;
  288. height: 38px;
  289. line-height: 38px;
  290. font-size: 0;
  291. }
  292. .chat-bottom-area-tool img {
  293. margin: 7px 10px;
  294. }
  295. .chat-bottom-area-textarea {
  296. margin-left: 10px;
  297. }
  298. .chat-bottom-area-textarea textarea {
  299. display: block;
  300. width: 100%;
  301. padding: 5px 0 0;
  302. height: 68px;
  303. line-height: 20px;
  304. border: none;
  305. overflow: auto;
  306. resize: none;
  307. background: 0 0;
  308. }
  309. .chat-bottom-area-send-space {
  310. position: relative;
  311. height: 46px;
  312. }
  313. .chat-bottom-area-key-tips {
  314. position: absolute;
  315. right: 105px;
  316. top: 3px;
  317. height: 32px;
  318. line-height: 32px;
  319. color: #848484;
  320. }
  321. .chat-bottom-area-send {
  322. position: absolute;
  323. right: 15px;
  324. top: 3px;
  325. height: 32px;
  326. line-height: 32px;
  327. cursor: pointer;
  328. }
  329. .chat-bottom-area-send-btn {
  330. border-radius: 3px 0 0 3px;
  331. }
  332. .chat-bottom-area-send span {
  333. display: inline-block;
  334. vertical-align: top;
  335. font-size: 14px;
  336. line-height: 32px;
  337. margin-left: 5px;
  338. padding: 0 20px;
  339. background-color: #5fb878;
  340. color: #fff;
  341. border-radius: 3px;
  342. }
  343. .chat-sender {
  344. clear: both;
  345. /* font-size: 80%; */
  346. float: left;
  347. width: 75%;
  348. }
  349. .chat-sender-avatar {
  350. float: left;
  351. }
  352. /* .chat-sender div:nth-of-type(1) {
  353. float: left;
  354. } */
  355. .chat-sender-name {
  356. margin: 0 50px 2px 50px;
  357. padding: 0px;
  358. color: #848484;
  359. text-align: left;
  360. }
  361. /* .chat-sender div:nth-of-type(2) {
  362. margin: 0 50px 2px 50px;
  363. padding: 0px;
  364. color: #848484;
  365. text-align: left;
  366. } */
  367. .chat-sender-box {
  368. background-color: white;
  369. margin: 0 10px 10px 10px;
  370. padding: 10px 10px 10px 10px;
  371. border-radius: 7px;
  372. text-indent: -12px;
  373. word-wrap: break-word;
  374. white-space: pre-line;
  375. display: inline-block;
  376. max-width: calc(100% - 80px);
  377. }
  378. /* 业务消息专用的外框 */
  379. .chat-sender-card-box {
  380. background-color: white;
  381. margin: 0 50px 10px 50px;
  382. padding: 10px 10px 10px 10px;
  383. border-radius: 7px;
  384. display: inline-block;
  385. }
  386. /* .chat-sender div:nth-of-type(3) {
  387. background-color: white;
  388. margin: 0 50px 10px 50px;
  389. padding: 10px 10px 10px 10px;
  390. border-radius: 7px;
  391. text-indent: -12px;
  392. word-wrap: break-word;
  393. white-space: pre-line;
  394. } */
  395. .chat-sender .img-chat {
  396. width: 192px;
  397. height: 144px;
  398. display: table-cell;
  399. vertical-align: middle;
  400. }
  401. .chat-sender .img-chat img {
  402. max-width: 100%;
  403. max-height: 100%;
  404. display: block;
  405. margin: auto;
  406. }
  407. .chat-receiver {
  408. clear: both;
  409. /* font-size: 80%; */
  410. float: right;
  411. width: 75%;
  412. }
  413. .chat-receiver-avatar {
  414. float: right;
  415. }
  416. /* .chat-receiver div:nth-of-type(1) {
  417. float: right;
  418. } */
  419. .chat-receiver-name {
  420. margin: 0px 50px 2px 50px;
  421. padding: 0px;
  422. color: #848484;
  423. text-align: right;
  424. }
  425. /* .chat-receiver div:nth-of-type(2) {
  426. margin: 0px 50px 2px 50px;
  427. padding: 0px;
  428. color: #848484;
  429. text-align: right;
  430. } */
  431. .chat-receiver .img-chat {
  432. width: 192px;
  433. height: 144px;
  434. display: table-cell;
  435. vertical-align: middle;
  436. }
  437. .chat-receiver .img-chat img {
  438. max-width: 100%;
  439. max-height: 100%;
  440. display: block;
  441. margin: auto;
  442. }
  443. .chat-receiver-box {
  444. background-color: #b2e281;
  445. margin: 0px 10px 10px 10px;
  446. padding: 10px 10px 10px 10px;
  447. border-radius: 7px;
  448. word-wrap: break-word;
  449. white-space: pre-line;
  450. float: right;
  451. max-width: calc(100% - 80px);
  452. }
  453. /* 业务消息专用的外框 */
  454. .chat-receiver-card-box {
  455. background-color: #b2e281;
  456. margin: 0px 50px 10px 50px;
  457. padding: 10px 10px 10px 10px;
  458. border-radius: 7px;
  459. float: right;
  460. }
  461. /* .chat-receiver div:nth-of-type(3) {
  462. background-color: #b2e281;
  463. margin: 0px 50px 10px 50px;
  464. padding: 10px 10px 10px 10px;
  465. border-radius: 7px;
  466. word-wrap: break-word;
  467. white-space: pre-line;
  468. } */
  469. /***** 业务消息 卡片样式 ******/
  470. .chat-card {
  471. display: flex;
  472. flex-direction: column;
  473. cursor: pointer;
  474. }
  475. .chat-card-type {
  476. color: #333333;
  477. }
  478. .chat-card-body {
  479. color: #666666;
  480. margin-top: 10px;
  481. }
  482. .chat-card-bottom {
  483. display: flex;
  484. flex-direction: row;
  485. padding-top: 5px;
  486. margin-top: 10px;
  487. border-top: 1px solid #dedede;
  488. }
  489. .chat-card-bottom-icon {
  490. width: 24px;
  491. height: 24px;
  492. }
  493. .chat-card-bottom-name {
  494. color: #999999;
  495. margin-left: 10px;
  496. }
  497. .chat-receiver-avatar > img,
  498. .chat-sender-avatar > img {
  499. width: 40px;
  500. height: 40px;
  501. }
  502. .chat-left_triangle {
  503. height: 0px;
  504. width: 0px;
  505. border-width: 6px;
  506. border-style: solid;
  507. border-color: transparent white transparent transparent;
  508. position: relative;
  509. left: -22px;
  510. top: 3px;
  511. float: left;
  512. }
  513. .chat-right_triangle {
  514. height: 0px;
  515. width: 0px;
  516. border-width: 6px;
  517. border-style: solid;
  518. border-color: transparent transparent transparent #b2e281;
  519. position: relative;
  520. right: -22px;
  521. top: 3px;
  522. float: right;
  523. }
  524. .chat-content-emoji {
  525. width: 32px;
  526. height: 32px;
  527. margin: 5px;
  528. }
  529. .chat-notice {
  530. clear: both;
  531. font-size: 70%;
  532. color: white;
  533. text-align: center;
  534. margin-top: 15px;
  535. margin-bottom: 15px;
  536. }
  537. .chat-notice span {
  538. background-color: #cecece;
  539. line-height: 25px;
  540. border-radius: 5px;
  541. padding: 5px 10px;
  542. }
  543. .chat-msg-time {
  544. margin-top: 10px;
  545. color: #999;
  546. text-align: center;
  547. font-size: 12px;
  548. clear: both;
  549. }
  550. .chat-no-more-data {
  551. margin: 10px auto;
  552. color: #999;
  553. text-align: center;
  554. font-size: 12px;
  555. }
  556. /* 右键菜单 */
  557. .chat-menulist {
  558. width: 130px;
  559. background: #fff;
  560. border: 1px solid #f2f2f5;
  561. border-bottom: none;
  562. border-radius: 2px;
  563. box-shadow: 0 2px 8px 1px rgb(0 0 0 / 20%);
  564. padding: 2px;
  565. list-style-type: none;
  566. }
  567. .chat-menulist li {
  568. font-size: 12px;
  569. cursor: pointer;
  570. line-height: 12px;
  571. position: relative;
  572. display: block;
  573. white-space: nowrap;
  574. min-width: 50px;
  575. padding: 14px 35px 14px 16px;
  576. color: #333;
  577. list-style: none;
  578. }
  579. /* starter */
  580. .person-outer {
  581. display: flex;
  582. justify-content: center;
  583. align-items: center;
  584. width: 100%;
  585. height: 100%;
  586. position: absolute;
  587. left: 0;
  588. top: 0;
  589. }
  590. .person-mask {
  591. opacity: 0.6;
  592. position: absolute;
  593. background-color: #CCC;
  594. top: 0;
  595. left: 0;
  596. right: 0;
  597. bottom: 0;
  598. }
  599. .person-box {
  600. background-color: rgb(255, 255, 255);
  601. color: rgb(102, 102, 102);
  602. z-index: 30000;
  603. box-shadow: rgb(102 102 102) 3px 3px 15px;
  604. border-radius: 6px;
  605. width: 50%;
  606. height: 50%;
  607. min-width: 400px;
  608. min-height: 300px;
  609. max-width: 1000px;
  610. max-height: 560px;
  611. opacity: 1;
  612. padding: 24px;
  613. display: flex;
  614. flex-direction: column;
  615. }
  616. .person-box-header {
  617. display: flex;
  618. justify-content: space-between;
  619. align-items: center;
  620. margin-bottom: 24px;
  621. border-bottom: 1px solid #dededd;
  622. }
  623. .person-box-header-title {
  624. color: #000;
  625. font-size: 18px;
  626. text-align: left;
  627. }
  628. .person-box-header-close {
  629. color: #000;
  630. font-size: 18px;
  631. width: 36px;
  632. height: 36px;
  633. line-height: 36px;
  634. margin: 10px;
  635. text-align: center;
  636. cursor: pointer;
  637. }
  638. .person-box-body {
  639. flex: 1;
  640. overflow: auto;
  641. }
  642. .person-box-body-list {
  643. display: flex;
  644. flex-direction: row;
  645. flex-wrap: wrap;
  646. }
  647. .person-tag {
  648. font-size: 14px;
  649. color: #000;
  650. padding: 10px;
  651. background: #fff;
  652. box-shadow: #dedede 3px 3px 15px;
  653. border-radius: 6px;
  654. margin: 10px;
  655. cursor: pointer;
  656. }
  657. .person-tag-active {
  658. background: #4A90E2;
  659. color: #fff;
  660. }
  661. .person-box-footer {
  662. display: flex;
  663. flex-direction: row;
  664. justify-content: center;
  665. align-items: center;
  666. }
  667. .person-box-footer-btn {
  668. width: 100%;
  669. text-align: center;
  670. margin: 30px 20px 0 20px;
  671. height: 30px;
  672. line-height: 30px;
  673. background: #4A90E2;
  674. border-radius: 15px;
  675. color: #FFFFFF;
  676. cursor: pointer;
  677. max-width: 200px;
  678. }
  679. .business-work-item {
  680. height: 60px;
  681. border-radius: 8px;
  682. background-color: #FFFFFF;
  683. border: 1px solid #E6E6E6;
  684. margin: 10px 12px;
  685. box-shadow: #dedede 3px 3px 5px;
  686. display: flex;
  687. flex-direction: row;
  688. align-items: center;
  689. }
  690. .business-work-item-btn {
  691. height: 24px;
  692. width: 64px;
  693. line-height: 24px;
  694. margin-right: 12px;
  695. border-radius: 30px;
  696. cursor: pointer;
  697. font-size: 12px;
  698. border: 1px solid #4A90E2;
  699. background-color: #FFFFFF;
  700. color: #4A90E2 !important;
  701. text-align: center;
  702. }
  703. .conversation-outer {
  704. display: flex;
  705. justify-content: center;
  706. align-items: center;
  707. width: 100%;
  708. height: 100%;
  709. position: absolute;
  710. left: 0;
  711. top: 0;
  712. }
  713. .conversation-mask {
  714. opacity: 0.6;
  715. position: absolute;
  716. background-color: #CCC;
  717. top: 0;
  718. left: 0;
  719. right: 0;
  720. bottom: 0;
  721. }
  722. .conversation-box {
  723. background-color: rgb(255, 255, 255);
  724. color: rgb(102, 102, 102);
  725. z-index: 30000;
  726. box-shadow: rgb(102 102 102) 3px 3px 15px;
  727. border-radius: 6px;
  728. width: 50%;
  729. height: 50%;
  730. min-width: 400px;
  731. min-height: 300px;
  732. max-width: 1000px;
  733. max-height: 560px;
  734. opacity: 1;
  735. padding: 24px;
  736. display: flex;
  737. flex-direction: column;
  738. }
  739. .conversation-box-header {
  740. display: flex;
  741. justify-content: space-between;
  742. align-items: center;
  743. margin-bottom: 24px;
  744. border-bottom: 1px solid #dededd;
  745. }
  746. .conversation-box-header-title {
  747. color: #000;
  748. font-size: 18px;
  749. text-align: left;
  750. }
  751. .conversation-box-header-close {
  752. color: #000;
  753. font-size: 18px;
  754. width: 36px;
  755. height: 36px;
  756. line-height: 36px;
  757. margin: 10px;
  758. text-align: center;
  759. cursor: pointer;
  760. }
  761. .conversation-box-body {
  762. flex: 1;
  763. overflow: auto;
  764. }
  765. .conversation-box-desc {
  766. color: #000;
  767. font-size: 14px;
  768. text-align: left;
  769. margin-bottom: 24px;
  770. }
  771. .conversation-box-body-list {
  772. display: flex;
  773. flex-direction: row;
  774. flex-wrap: wrap;
  775. }
  776. .conversation-item {
  777. font-size: 14px;
  778. color: #000;
  779. padding: 10px;
  780. background: #fff;
  781. box-shadow: #dedede 3px 3px 15px;
  782. border-radius: 6px;
  783. margin: 10px;
  784. cursor: pointer;
  785. }
  786. .conversation-box-footer {
  787. display: flex;
  788. flex-direction: row;
  789. justify-content: center;
  790. align-items: center;
  791. }
  792. .conversation-box-footer-btn {
  793. width: 100%;
  794. text-align: center;
  795. margin: 30px 20px 0 20px;
  796. height: 30px;
  797. line-height: 30px;
  798. background: #4A90E2;
  799. border-radius: 15px;
  800. color: #FFFFFF;
  801. cursor: pointer;
  802. max-width: 200px;
  803. }
  804. /*分享的会话列表*/
  805. .share-conversation-out-box {
  806. background-color: rgb(255, 255, 255);
  807. color: rgb(102, 102, 102);
  808. z-index: 30000;
  809. box-shadow: rgb(102 102 102) 3px 3px 15px;
  810. border-radius: 6px;
  811. width: 300px;
  812. height: 50%;
  813. min-height: 300px;
  814. max-height: 560px;
  815. opacity: 1;
  816. padding: 24px;
  817. display: flex;
  818. flex-direction: column;
  819. }
  820. .share-conversation-list {
  821. width: 257px;
  822. display: flex;
  823. flex-direction: column;
  824. }
  825. .share-conversation-list > .item {
  826. overflow: hidden;
  827. height: 60px;
  828. margin: 0px;
  829. }
  830. .share-conversation-list > .item > .base {
  831. height: 59px;
  832. width: 100%;
  833. cursor: pointer;
  834. margin-left: 16px;
  835. border-bottom: 1px solid rgb(221, 221, 221);
  836. display: flex;
  837. flex-direction: row;
  838. align-items: center;
  839. }
  840. .share-conversation-list > .item > .base > .avatar {
  841. background-position: center center;
  842. background-repeat: no-repeat;
  843. height: 48px;
  844. width: 48px;
  845. border-radius: 24px;
  846. background-color: rgb(255, 255, 255);
  847. }
  848. .share-conversation-list > .item > .base > .avatar > .img {
  849. width: 48px;
  850. height: 48px;
  851. border: 0px;
  852. border-radius: 24px;
  853. }
  854. .share-conversation-list > .item > .base > .body {
  855. height: 30px;
  856. line-height: 30px;
  857. margin-left: 16px;
  858. word-wrap: break-word;
  859. white-space: pre-line;
  860. overflow: hidden;
  861. }