123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919 |
- .o2_im_out {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .o2_im_chat_list {
- border-top: 1px solid rgb(255, 255, 255);
- border-right: 1px solid rgb(221, 221, 221);
- float: left;
- width: 257px;
- height: 100%;
- display: flex;
- display: -webkit-box;
- display: -webkit-flex;
- flex-direction: column;
- -ms-flex-direction: column;
- }
- .o2_im_chat_list_top {
- margin-bottom: 20px;
- height: 40px;
- background-color: rgb(248, 248, 248);
- border-bottom: 1px solid rgb(204, 204, 204);
- }
- .o2_im_chat_list_top .add {
- background: url(../x_component_IMV2/$Main/default/icons/add.png) left center
- no-repeat;
- height: 40px;
- cursor: pointer;
- margin-left: 14px;
- text-align: center;
- line-height: 40px;
- color: #848484;
- padding-left: 24px;
- float: left;
- }
- .o2_im_chat_list_top .group {
- height: 40px;
- cursor: pointer;
- margin-left: 14px;
- text-align: center;
- line-height: 40px;
- color: #848484;
- padding-left: 24px;
- float: left;
- }
- .o2_im_chat_list_top .im_setting {
- background: url(../x_component_IMV2/$Main/default/icons/icon_setting.png)
- no-repeat center;
- height: 40px;
- float: right;
- width: 40px;
- border-left: solid 1px #dedede;
- cursor: pointer;
- }
- .o2_im_chat_list_top .search_out {
- margin-right: 40px;
- height: 40px;
- }
- .o2_im_chat_list_top .search_icon {
- float: left;
- width: 40px;
- height: 40px;
- background: url(../x_component_IMV2/$Main/default/icons/search.png) center
- center no-repeat;
- cursor: pointer;
- }
- .o2_im_chat_list_top .search_input_out {
- margin-left: 40px;
- text-align: left;
- }
- .o2_im_chat_list_top .search_input {
- margin-top: 7px;
- width: 96%;
- height: 24px;
- line-height: 24px;
- border: 0px;
- font-family: "Microsoft YaHei";
- font-size: 12px;
- color: rgb(153, 153, 153);
- background: transparent;
- user-select: auto;
- }
- .o2_im_chat_list_top .add_button {
- height: 50px;
- width: 160px;
- color: rgb(51, 51, 51);
- font-size: 16px;
- line-height: 50px;
- padding-left: 10px;
- padding-right: 10px;
- cursor: pointer;
- margin: 0 auto;
- border: 1px solid rgb(204, 204, 204);
- }
- .o2_im_chat_list_top .add_button .icon {
- height: 50px;
- width: 30px;
- float: left;
- background: url(../x_component_IMV2/$Main/default/icons/icon_newapply.png)
- center center no-repeat;
- }
- .o2_im_chat_list_top .add_button .text {
- line-height: 50px;
- height: 50px;
- float: left;
- }
- .o2_im_chat_list .item {
- overflow: hidden;
- height: 60px;
- margin: 0px;
- }
- .o2_im_chat_list .item .base {
- height: 60px;
- cursor: pointer;
- }
- .o2_im_chat_list .item .normal {
- background-color: rgb(253, 253, 253);
- }
- .o2_im_chat_list .item .check {
- background-color: rgb(228, 228, 228);
- }
- .o2_im_chat_list .item .avatar {
- background-position: center center;
- background-repeat: no-repeat;
- margin-left: 16px;
- height: 48px;
- width: 48px;
- border-radius: 24px;
- margin-top: 6px;
- background-color: rgb(255, 255, 255);
- float: left;
- }
- .o2_im_chat_list .item .avatar .img {
- width: 48px;
- height: 48px;
- border: 0px;
- border-radius: 24px;
- }
- .o2_im_chat_list .item .body {
- height: 59px;
- margin-left: 16px;
- border-bottom: 1px solid rgb(221, 221, 221);
- }
- .o2_im_chat_list .item .body_up {
- height: 30px;
- line-height: 30px;
- margin-left: 56px;
- margin-right: 14px;
- }
- .o2_im_chat_list .item .share_body {
- height: 30px;
- line-height: 30px;
- margin-left: 56px;
- margin-right: 14px;
- margin-top: 14px;
- }
- .o2_im_chat_list .item .body_up .body_title {
- float: left;
- color: rgb(51, 51, 51);
- overflow: hidden;
- max-width: 170px;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .o2_im_chat_list .item .body_up .body_time {
- float: right;
- color: rgb(191, 191, 191);
- font-size: 12px;
- overflow: hidden;
- }
- .o2_im_chat_list .item .body_down {
- margin-left: 8px;
- margin-top: 5px;
- max-width: 120px;
- height: 20px;
- line-height: 20px;
- float: left;
- overflow: hidden;
- font-size: 12px;
- color: #aaaaaa;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .o2_im_chat_list_conv {
- flex: 1;
- overflow: auto;
- }
- .o2_im_chat_content {
- height: 100%;
- margin-left: 259px;
- overflow: hidden;
- background-color: rgb(255, 255, 255);
- opacity: 1;
- display: flex;
- display: -webkit-box;
- display: -webkit-flex;
- flex-direction: column;
- -ms-flex-direction: column;
- }
- .o2_im_chat_content_title_more {
- background-image: url(../x_component_IMV2/$Main/default/icons/more.png);
- background-position: center center;
- background-repeat: no-repeat;
- height: 30px;
- width: 48px;
- margin-right: 10px;
- float: right;
- cursor: pointer;
- display: none;
- }
- .o2_im_chat_content_title_business_icon {
- background-image: url(../x_component_process_ApplicationExplorer/$Main/default/icon/application.png);
- background-position: center center;
- background-repeat: no-repeat;
- background-size: contain;
- height: 30px;
- width: 30px;
- float: right;
- margin-right: 10px;
- cursor: pointer;
- position: relative;
- display: none;
- }
- .o2_im_chat_content_title_menu {
- min-width: 98px;
- position: absolute;
- right: 24px;
- top: 61px;
- background-color: white;
- border-radius: 12px;
- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
- display: none;
- z-index: 10000;
- padding: 0 10px;
- }
- .o2_im_chat_content_title_menu_item {
- height: 48px;
- text-align: center;
- line-height: 48px;
- cursor: pointer;
- }
- /* 聊天界面 */
- .chat-emoji-box {
- position: absolute;
- width: 630px;
- height: 260px;
- left: 5px;
- bottom: 155px;
- background-color: #ffffff;
- border: 1px solid #f1f1f1;
- padding-top: 8px;
- border-radius: 8px;
- box-shadow: 5px 5px #1d1d1d10;
- z-index: 100;
- }
- .chat-emoji-img {
- width: 32px;
- height: 32px;
- float: left;
- margin: 5px;
- }
- .chat-title {
- height: 30px;
- text-align: center;
- padding-top: 15px;
- padding-bottom: 15px;
- background-color: #ffffff;
- border-bottom: 1px solid #f1f1f1;
- }
- .chat-title span {
- line-height: 30px;
- }
- .chat-content {
- background-color: #ebebeb;
- overflow: auto;
- flex: 1;
- padding: 0 20px;
- }
- .chat-bottom-area {
- height: 155px;
- overflow: hidden;
- border-top: 1px solid #f1f1f1;
- background: #ffffff;
- }
- .chat-bottom-area-tool {
- position: relative;
- padding: 0 8px;
- height: 38px;
- line-height: 38px;
- font-size: 0;
- }
- .chat-bottom-area-tool img {
- margin: 7px 10px;
- }
- .chat-bottom-area-textarea {
- margin-left: 10px;
- }
- .chat-bottom-area-textarea textarea {
- display: block;
- width: 100%;
- padding: 5px 0 0;
- height: 68px;
- line-height: 20px;
- border: none;
- overflow: auto;
- resize: none;
- background: 0 0;
- }
- .chat-bottom-area-send-space {
- position: relative;
- height: 46px;
- }
- .chat-bottom-area-key-tips {
- position: absolute;
- right: 105px;
- top: 3px;
- height: 32px;
- line-height: 32px;
- color: #848484;
- }
- .chat-bottom-area-send {
- position: absolute;
- right: 15px;
- top: 3px;
- height: 32px;
- line-height: 32px;
- cursor: pointer;
- }
- .chat-bottom-area-send-btn {
- border-radius: 3px 0 0 3px;
- }
- .chat-bottom-area-send span {
- display: inline-block;
- vertical-align: top;
- font-size: 14px;
- line-height: 32px;
- margin-left: 5px;
- padding: 0 20px;
- background-color: #5fb878;
- color: #fff;
- border-radius: 3px;
- }
- .chat-sender {
- clear: both;
- /* font-size: 80%; */
- float: left;
- width: 75%;
- }
- .chat-sender-avatar {
- float: left;
- }
- /* .chat-sender div:nth-of-type(1) {
- float: left;
- } */
- .chat-sender-name {
- margin: 0 50px 2px 50px;
- padding: 0px;
- color: #848484;
- text-align: left;
- }
- /* .chat-sender div:nth-of-type(2) {
- margin: 0 50px 2px 50px;
- padding: 0px;
- color: #848484;
- text-align: left;
- } */
- .chat-sender-box {
- background-color: white;
- margin: 0 10px 10px 10px;
- padding: 10px 10px 10px 10px;
- border-radius: 7px;
- text-indent: -12px;
- word-wrap: break-word;
- white-space: pre-line;
- display: inline-block;
- max-width: calc(100% - 80px);
- }
- /* 业务消息专用的外框 */
- .chat-sender-card-box {
- background-color: white;
- margin: 0 50px 10px 50px;
- padding: 10px 10px 10px 10px;
- border-radius: 7px;
- display: inline-block;
- }
- /* .chat-sender div:nth-of-type(3) {
- background-color: white;
- margin: 0 50px 10px 50px;
- padding: 10px 10px 10px 10px;
- border-radius: 7px;
- text-indent: -12px;
- word-wrap: break-word;
- white-space: pre-line;
- } */
- .chat-sender .img-chat {
- width: 192px;
- height: 144px;
- display: table-cell;
- vertical-align: middle;
- }
- .chat-sender .img-chat img {
- max-width: 100%;
- max-height: 100%;
- display: block;
- margin: auto;
- }
- .chat-receiver {
- clear: both;
- /* font-size: 80%; */
- float: right;
- width: 75%;
- }
- .chat-receiver-avatar {
- float: right;
- }
- /* .chat-receiver div:nth-of-type(1) {
- float: right;
- } */
- .chat-receiver-name {
- margin: 0px 50px 2px 50px;
- padding: 0px;
- color: #848484;
- text-align: right;
- }
- /* .chat-receiver div:nth-of-type(2) {
- margin: 0px 50px 2px 50px;
- padding: 0px;
- color: #848484;
- text-align: right;
- } */
- .chat-receiver .img-chat {
- width: 192px;
- height: 144px;
- display: table-cell;
- vertical-align: middle;
- }
- .chat-receiver .img-chat img {
- max-width: 100%;
- max-height: 100%;
- display: block;
- margin: auto;
- }
- .chat-receiver-box {
- background-color: #b2e281;
- margin: 0px 10px 10px 10px;
- padding: 10px 10px 10px 10px;
- border-radius: 7px;
- word-wrap: break-word;
- white-space: pre-line;
- float: right;
- max-width: calc(100% - 80px);
- }
- /* 业务消息专用的外框 */
- .chat-receiver-card-box {
- background-color: #b2e281;
- margin: 0px 50px 10px 50px;
- padding: 10px 10px 10px 10px;
- border-radius: 7px;
- float: right;
- }
- /* .chat-receiver div:nth-of-type(3) {
- background-color: #b2e281;
- margin: 0px 50px 10px 50px;
- padding: 10px 10px 10px 10px;
- border-radius: 7px;
- word-wrap: break-word;
- white-space: pre-line;
- } */
- /***** 业务消息 卡片样式 ******/
- .chat-card {
- display: flex;
- flex-direction: column;
- cursor: pointer;
- }
- .chat-card-type {
- color: #333333;
- }
- .chat-card-body {
- color: #666666;
- margin-top: 10px;
- }
- .chat-card-bottom {
- display: flex;
- flex-direction: row;
- padding-top: 5px;
- margin-top: 10px;
- border-top: 1px solid #dedede;
- }
- .chat-card-bottom-icon {
- width: 24px;
- height: 24px;
- }
- .chat-card-bottom-name {
- color: #999999;
- margin-left: 10px;
- }
- .chat-receiver-avatar > img,
- .chat-sender-avatar > img {
- width: 40px;
- height: 40px;
- }
- .chat-left_triangle {
- height: 0px;
- width: 0px;
- border-width: 6px;
- border-style: solid;
- border-color: transparent white transparent transparent;
- position: relative;
- left: -22px;
- top: 3px;
- float: left;
- }
- .chat-right_triangle {
- height: 0px;
- width: 0px;
- border-width: 6px;
- border-style: solid;
- border-color: transparent transparent transparent #b2e281;
- position: relative;
- right: -22px;
- top: 3px;
- float: right;
- }
- .chat-content-emoji {
- width: 32px;
- height: 32px;
- margin: 5px;
- }
- .chat-notice {
- clear: both;
- font-size: 70%;
- color: white;
- text-align: center;
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .chat-notice span {
- background-color: #cecece;
- line-height: 25px;
- border-radius: 5px;
- padding: 5px 10px;
- }
- .chat-msg-time {
- margin-top: 10px;
- color: #999;
- text-align: center;
- font-size: 12px;
- clear: both;
- }
- .chat-no-more-data {
- margin: 10px auto;
- color: #999;
- text-align: center;
- font-size: 12px;
- }
- /* 右键菜单 */
- .chat-menulist {
- width: 130px;
- background: #fff;
- border: 1px solid #f2f2f5;
- border-bottom: none;
- border-radius: 2px;
- box-shadow: 0 2px 8px 1px rgb(0 0 0 / 20%);
- padding: 2px;
- list-style-type: none;
- }
- .chat-menulist li {
- font-size: 12px;
- cursor: pointer;
- line-height: 12px;
- position: relative;
- display: block;
- white-space: nowrap;
- min-width: 50px;
- padding: 14px 35px 14px 16px;
- color: #333;
- list-style: none;
- }
- /* starter */
- .person-outer {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- .person-mask {
- opacity: 0.6;
- position: absolute;
- background-color: #CCC;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .person-box {
- background-color: rgb(255, 255, 255);
- color: rgb(102, 102, 102);
- z-index: 30000;
- box-shadow: rgb(102 102 102) 3px 3px 15px;
- border-radius: 6px;
- width: 50%;
- height: 50%;
- min-width: 400px;
- min-height: 300px;
- max-width: 1000px;
- max-height: 560px;
- opacity: 1;
- padding: 24px;
- display: flex;
- flex-direction: column;
- }
- .person-box-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 24px;
- border-bottom: 1px solid #dededd;
- }
- .person-box-header-title {
- color: #000;
- font-size: 18px;
- text-align: left;
- }
- .person-box-header-close {
- color: #000;
- font-size: 18px;
- width: 36px;
- height: 36px;
- line-height: 36px;
- margin: 10px;
- text-align: center;
- cursor: pointer;
- }
- .person-box-body {
- flex: 1;
- overflow: auto;
- }
- .person-box-body-list {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .person-tag {
- font-size: 14px;
- color: #000;
- padding: 10px;
- background: #fff;
- box-shadow: #dedede 3px 3px 15px;
- border-radius: 6px;
- margin: 10px;
- cursor: pointer;
- }
- .person-tag-active {
- background: #4A90E2;
- color: #fff;
- }
- .person-box-footer {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .person-box-footer-btn {
- width: 100%;
- text-align: center;
- margin: 30px 20px 0 20px;
- height: 30px;
- line-height: 30px;
- background: #4A90E2;
- border-radius: 15px;
- color: #FFFFFF;
- cursor: pointer;
- max-width: 200px;
- }
- .business-work-item {
- height: 60px;
- border-radius: 8px;
- background-color: #FFFFFF;
- border: 1px solid #E6E6E6;
- margin: 10px 12px;
- box-shadow: #dedede 3px 3px 5px;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .business-work-item-btn {
- height: 24px;
- width: 64px;
- line-height: 24px;
- margin-right: 12px;
- border-radius: 30px;
- cursor: pointer;
- font-size: 12px;
- border: 1px solid #4A90E2;
- background-color: #FFFFFF;
- color: #4A90E2 !important;
- text-align: center;
- }
- .conversation-outer {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- .conversation-mask {
- opacity: 0.6;
- position: absolute;
- background-color: #CCC;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .conversation-box {
- background-color: rgb(255, 255, 255);
- color: rgb(102, 102, 102);
- z-index: 30000;
- box-shadow: rgb(102 102 102) 3px 3px 15px;
- border-radius: 6px;
- width: 50%;
- height: 50%;
- min-width: 400px;
- min-height: 300px;
- max-width: 1000px;
- max-height: 560px;
- opacity: 1;
- padding: 24px;
- display: flex;
- flex-direction: column;
- }
- .conversation-box-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 24px;
- border-bottom: 1px solid #dededd;
- }
- .conversation-box-header-title {
- color: #000;
- font-size: 18px;
- text-align: left;
- }
- .conversation-box-header-close {
- color: #000;
- font-size: 18px;
- width: 36px;
- height: 36px;
- line-height: 36px;
- margin: 10px;
- text-align: center;
- cursor: pointer;
- }
- .conversation-box-body {
- flex: 1;
- overflow: auto;
- }
- .conversation-box-desc {
- color: #000;
- font-size: 14px;
- text-align: left;
- margin-bottom: 24px;
- }
- .conversation-box-body-list {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .conversation-item {
- font-size: 14px;
- color: #000;
- padding: 10px;
- background: #fff;
- box-shadow: #dedede 3px 3px 15px;
- border-radius: 6px;
- margin: 10px;
- cursor: pointer;
- }
- .conversation-box-footer {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .conversation-box-footer-btn {
- width: 100%;
- text-align: center;
- margin: 30px 20px 0 20px;
- height: 30px;
- line-height: 30px;
- background: #4A90E2;
- border-radius: 15px;
- color: #FFFFFF;
- cursor: pointer;
- max-width: 200px;
- }
- /*分享的会话列表*/
- .share-conversation-out-box {
- background-color: rgb(255, 255, 255);
- color: rgb(102, 102, 102);
- z-index: 30000;
- box-shadow: rgb(102 102 102) 3px 3px 15px;
- border-radius: 6px;
- width: 300px;
- height: 50%;
- min-height: 300px;
- max-height: 560px;
- opacity: 1;
- padding: 24px;
- display: flex;
- flex-direction: column;
- }
- .share-conversation-list {
- width: 257px;
- display: flex;
- flex-direction: column;
- }
- .share-conversation-list > .item {
- overflow: hidden;
- height: 60px;
- margin: 0px;
- }
- .share-conversation-list > .item > .base {
- height: 59px;
- width: 100%;
- cursor: pointer;
- margin-left: 16px;
- border-bottom: 1px solid rgb(221, 221, 221);
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .share-conversation-list > .item > .base > .avatar {
- background-position: center center;
- background-repeat: no-repeat;
- height: 48px;
- width: 48px;
- border-radius: 24px;
- background-color: rgb(255, 255, 255);
- }
- .share-conversation-list > .item > .base > .avatar > .img {
- width: 48px;
- height: 48px;
- border: 0px;
- border-radius: 24px;
- }
- .share-conversation-list > .item > .base > .body {
- height: 30px;
- line-height: 30px;
- margin-left: 16px;
- word-wrap: break-word;
- white-space: pre-line;
- overflow: hidden;
- }
|