| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620 |
- @media screen and (max-width: 767px) {
- /*关闭iframe样式*/
- .Hui-tabNav {
- display: block !important;
- width: 100% !important;
- z-index: 2 !important;
- margin-top: -1px !important;
- height: 36px !important;
- }
- .Hui-article-box {
- position: absolute;
- }
- .Hui-aside {
- height: calc(100% - 90px);
- }
- .Hui-tabNav .acrossTab {
- top: 0 !important;
- }
- .Hui-tabNav-more {
- z-index: 99 !important;
- top: 0 !important;
- height: 100% !important;
- right: 71px !important;
- width: 63px !important;
- }
- .btn-group .btn {
- line-height: 26px !important;
- height: 100% !important;
- }
- .show_iframe {
- top: 35px;
- }
- }
- /*滚动条美化webkit*/
- .tabCon::-webkit-scrollbar-track, .baseData::-webkit-scrollbar-track, .statement::-webkit-scrollbar-track, #noteClassModelList::-webkit-scrollbar-track, .chatFrame_content::-webkit-scrollbar-track {
- background-color: #F5F5F5;
- }
- .tabCon::-webkit-scrollbar, .baseData::-webkit-scrollbar, .statement::-webkit-scrollbar, #noteClassModelList::-webkit-scrollbar, .chatFrame_content::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- background-color: #F5F5F5;
- }
- .tabCon::-webkit-scrollbar-thumb, .baseData::-webkit-scrollbar-thumb, .statement::-webkit-scrollbar-thumb, #noteClassModelList::-webkit-scrollbar-thumb, .chatFrame_content::-webkit-scrollbar-thumb {
- background-color: #cfcfcf;
- }
- .mCSB_container_wrapper {
- margin-right: 1px;
- margin-bottom: 10px;
- }
- .mCSB_container_wrapper > .mCSB_container {
- padding-right: 0px;
- padding-bottom: 10px;
- }
- .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
- width: 10px;
- }
- /*框架样式重写*/
- body {
- height: 100%;
- overflow: hidden !important;
- }
- .Hui-aside .menu_dropdown dt {
- padding-left: 23px;
- }
- .Hui-aside {
- width: 199px;
- left: 0px;
- overflow: hidden;
- }
- .navbar-nav > ul > li > a > i {
- font-size: 18px;
- }
- .Hui-aside .menu_dropdown dd ul {
- padding: 3px 0px;
- }
- .Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
- left: 165px !important;
- right: initial;
- }
- /*公司名称样式*/
- h1 {
- padding: 0;
- font-size: 28px;
- padding-top: 12px;
- }
- .Hui-aside .menu_dropdown {
- height: calc(100% - 130px);
- overflow: auto;
- overflow-x: hidden;
- width: 100%;
- }
- .Hui-aside .menu_dropdown {
- width: 100%;
- }
- .Hui-aside .menu_dropdown dl dd {
- width: 100%;
- }
- /*公司logo 样式*/
- .logo img {
- width: 50px;
- height: 50px;
- }
- /*标题栏头像样式*/
- #Hui-userbar > ul > li > a > img {
- width: 40px;
- height: 40px;
- -webkit-border-radius: 100%;
- -moz-border-radius: 100%;
- border-radius: 100%;
- }
- #Hui-userbar .jobs > a i:nth-of-type(1), #Hui-userbar .repository > a i, #Hui-userbar .changePassword > a i, #Hui-userbar .exit > a i, #Hui-userbar .myinfo > a i, #Hui-userbar .userHelp > a i {
- width: 20px;
- height: 20px;
- background-image: url(../../Content/img/settImg.png);
- background-repeat: no-repeat;
- background-position: -2px,0px;
- position: absolute;
- top: 8px;
- }
- #Hui-userbar .jobs > a i:nth-of-type(1) {
- background-position: -82px,0px;
- }
- #Hui-userbar .repository > a i {
- background-position: -121px,0px;
- }
- #Hui-userbar .exit > a i {
- background-position: -42px,0px;
- }
- #Hui-userbar .userHelp > a i {
- background-position: -205px,0px;
- }
- #Hui-userbar .myinfo > a i {
- background-position: -162px,0px;
- }
- #Hui-userbar .jobs > a span, #Hui-userbar .repository > a span, #Hui-userbar .changePassword > a span, #Hui-userbar .exit > a span, #Hui-userbar .myinfo > a span, #Hui-userbar .userHelp > a span {
- margin-left: 30px;
- }
- #Hui-userbar .jobs > a:hover i {
- background-position: -102px,0px;
- }
- #Hui-userbar .repository > a:hover i {
- background-position: -141px,0px;
- }
- #Hui-userbar .changePassword > a:hover i {
- background-position: -22px,0px;
- }
- #Hui-userbar .userHelp > a:hover i {
- background-position: -229px,0px;
- }
- #Hui-userbar .exit > a:hover i {
- background-position: -62px,0px;
- }
- #Hui-userbar .myinfo > a:hover i {
- background-position: -182px,0px;
- }
- #Hui-userbar .Hui-iconfont-selected {
- position: absolute;
- z-index: 99;
- height: 100%;
- right: 0;
- bottom: 0;
- }
- /*标题栏间距*/
- #Hui-userbar > ul > li {
- padding: 0 5px;
- }
- /*页脚信息开始*/
- .powerUser {
- width: 100%;
- height: 30px;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 99;
- overflow: hidden;
- }
- .powerUser .cenTer {
- width: 100%;
- height: 100%;
- text-align: center;
- margin-top: 2.5px;
- }
- .powerUser img {
- width: 25px;
- height: 25px;
- }
- /*页脚信息结束*/
- /*会话通知部分开始*/
- #conversation {
- width: 26px;
- position: fixed;
- right: 0;
- top: 42%;
- z-index: 99;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- text-align: center;
- font-size: 14px;
- }
- #conversation li {
- background-image: url(../img/sidenav.png);
- background-repeat: no-repeat;
- width: 27px;
- height: 77px;
- line-height: 23px;
- padding-top: 11px;
- box-sizing: border-box;
- cursor: pointer;
- position: relative;
- }
- #conversation li:nth-last-child(1) {
- border: 0;
- }
- #dialogue em, #soKing em {
- position: absolute;
- width: 25px;
- height: 25px;
- line-height: 25px;
- background: url(/Content/img/newsinfo.png) no-repeat;
- top: -5px;
- left: -21px;
- z-index: 10;
- transform: rotateZ(-45deg);
- color: #fff;
- cursor: pointer;
- font-style: normal;
- -webkit-animation: twinkling 1s infinite ease-in-out;
- -moz-animation: twinkling 1s infinite ease-in-out;
- -o-animation: twinkling 1s infinite ease-in-out;
- animation: twinkling 1s infinite ease-in-out;
- }
- @-webkit-keyframes twinkling {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes twinkling {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- /*会话部分结束*/
- /*修改密码样式开始*/
- #changePassword {
- width: 70%;
- padding: 30px;
- margin: 0 auto;
- overflow: hidden;
- display: none;
- }
- #changePassword label {
- display: block;
- height: 40px;
- margin-top: 10px;
- line-height: 40px;
- text-align: center;
- position: relative;
- }
- #changePassword label i {
- position: absolute;
- left: 9px;
- top: 4px;
- font-size: 22px;
- }
- #changePassword label i:after {
- position: absolute;
- content: '';
- display: block;
- width: 1px;
- height: 28px;
- left: 32px;
- top: 6px;
- background-color: #AFAFAF;
- }
- #changePassword label input {
- width: calc(100% - 52px);
- height: 30px;
- border: 1px solid #AFAFAF;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- border-radius: 5px;
- padding-left: 50px;
- font-size: 14px;
- margin-top: 5px;
- }
- #changePassword label input:focus {
- background-color: #EFEFEF;
- }
- #editPassword {
- height: auto !important;
- }
- #editPassword ~ .layui-layer-btn-c a {
- width: 100px;
- }
- /*修改密码样式结束*/
- /*消息通知样式开始*/
- .advicesInform {
- position: absolute;
- right: 20px;
- bottom: 40px;
- width: 50px;
- height: 50px;
- z-index: 1;
- cursor: pointer;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- text-align: center;
- line-height: 50px;
- font-size: 37px;
- }
- .advicesInform span {
- width: 10px;
- height: 10px;
- z-index: 9;
- background-color: #f00;
- display: inline-block;
- position: absolute;
- left: 4px;
- top: 0;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- }
- /*消息通知样式结束*/
- /*通知详情样式开始*/
- .informant {
- width: 320px;
- height: 400px;
- border: 1px solid #BFBFBF;
- position: absolute;
- bottom: 87px;
- right: 65px;
- z-index: 9999;
- overflow: hidden;
- background-color: #f4f7fa;
- display: none;
- }
- .informant h5 {
- height: 30px;
- line-height: 30px;
- margin: 0;
- padding: 0 10px;
- }
- .informant h5 span {
- display: inline-block;
- cursor: pointer;
- font-size: 18px;
- float: right;
- }
- .informant h5 span:hover {
- opacity: 0.7;
- }
- .informant div {
- width: 100%;
- padding: 10px 31px 0px 0px;
- height: calc(100% - 40px);
- overflow: auto;
- cursor: pointer;
- background-color: #fff;
- }
- .informant div ul {
- width: 106%;
- }
- .informant div ul img {
- display: inline-block;
- width: 200px;
- margin-top: 75px;
- margin-left: 53px;
- }
- .informant ul li {
- height: 50px;
- line-height: 25px;
- border-bottom: 1px solid #DFDFDF;
- padding: 0 10px;
- }
- .informant ul li:hover {
- background-color: #EFEFEF;
- }
- .informant ul li span {
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .informant ul li span:nth-child(1) {
- width: 40%;
- }
- .informant ul li span:nth-child(2) {
- width: 60%;
- }
- /*通知详情样式结束*/
- /*搜客样式开始*/
- .sokingPopup * {
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .sokingPopup {
- display: none;
- }
- .sokingPopup .layui-tab-title li {
- min-width: 100px;
- line-height: initial;
- }
- .sokingPopup .layui-tab-title div {
- font-size: 12px;
- }
- .sokingPopup .layui-tab-content {
- padding: 0;
- height: 496px;
- overflow: hidden;
- }
- .sokingPopup .layui-tab-content .layui-tab-item {
- width: 100%;
- height: 100%;
- }
- .sokingPopup .service {
- width: 100%;
- height: 100%;
- /*background-color: #f0f0f0;*/
- color: #333;
- overflow: hidden;
- }
- .sokingPopup .service .rollBox {
- height: 100%;
- width: calc(100% + 17px);
- overflow-y: auto;
- }
- .sokingPopup .service .rollnav {
- position: relative;
- box-sizing: border-box;
- width: 260px;
- overflow-y: auto;
- padding: 13px 0;
- }
- .sokingPopup .service .rollnav > li {
- width: 100%;
- }
- .sokingPopup .service .rollnav ul {
- margin: 0;
- padding: 0;
- display: none;
- }
- .sokingPopup .service .rollnav ul li {
- padding: 5px 0 5px 20px;
- font-size: 10px;
- font-weight: normal;
- outline: 0;
- position: relative;
- }
- .sokingPopup .service .rollnav ul li span {
- position: absolute;
- left: 9px;
- top: 14px;
- display: inline-block;
- width: 7px;
- height: 7px;
- border-radius: 50%;
- background-color: #f00;
- }
- .sokingPopup .service .rollnav li a {
- line-height: 10px;
- font-size: 15px;
- padding: 8px 5px;
- padding-left: 20px;
- color: inherit;
- display: block;
- text-decoration: none;
- }
- .sokingPopup .service .rollnav li a span {
- float: right;
- }
- .sokingPopup .service .rollnav ul li .info {
- cursor: pointer;
- }
- .sokingPopup .service .rollnav ul li .bg:after {
- position: absolute;
- content: '';
- height: 35px;
- background-color: #f0f0f0;
- left: 0;
- right: 0;
- margin-top: -33px;
- }
- .sokingPopup .service .rollnav ul li .info p {
- position: relative;
- z-index: 99;
- line-height: 30px;
- }
- .sokingPopup .service .rollnav ul li .info p em {
- vertical-align: top;
- }
- .sokingPopup .service .rollnav ul li .info p i {
- font-size: 30px;
- vertical-align: top;
- color: #01AAED;
- margin-right: 8px;
- }
- /*搜客样式结束*/
- /*对话框体样式开始*/
- .chatInterface {
- width: 100%;
- height: 100%;
- background: url(../img/chatbg.jpg) no-repeat;
- display: none;
- background-size: cover;
- position: relative;
- }
- .chatInterface .head_name {
- height: 100px;
- width: 100%;
- padding: 0 12px;
- box-sizing: border-box;
- position: relative;
- }
- .buddha img {
- width: 50px;
- height: 50px;
- -webkit-border-radius: 100%;
- -moz-border-radius: 100%;
- border-radius: 100%;
- }
- /*选项卡*/
- #tab_demo {
- position: absolute;
- top: 55px;
- left: 0;
- width: 100%;
- /* 禁止各浏览器标签的选中功能 */
- -moz-user-select: -moz-none;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .tabCon {
- width: 100%;
- height: 418px;
- overflow: auto;
- background-color: rgba(255, 255, 255, 0.8);
- cursor: pointer;
- }
- .tabCon img, .tabCon svg {
- width: 45px;
- height: 45px;
- vertical-align: top;
- overflow: hidden;
- border-radius: 50%;
- background-color: #fff;
- }
- /*群组和会话公共样式*/
- .tabCon_list li {
- padding: 5px 10px;
- padding-left: 20px;
- position: relative;
- }
- .tabCon_list li:hover {
- background-color: rgba(243, 243, 243, 0.8);
- }
- .tabCon_list div {
- display: inline-block;
- width: calc(100% - 50px);
- padding-left: 5px;
- box-sizing: border-box;
- padding-top: 5px;
- }
- .tabCon_cluster div {
- padding-top: 0;
- line-height: 44px;
- }
- .tabCon_cluster .listPitch {
- background-color: rgba(243,243,243,0.8) !important;
- }
- .tabCon_list p {
- margin-bottom: 0px;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .tabBar span {
- width: 33.33333333333333333333%;
- padding: 0;
- text-align: center;
- color: rgba(0, 0, 0, 0.6);
- font-size: 25px;
- height: 44px;
- line-height: 44px;
- box-sizing: border-box;
- background-color: rgba(0, 0, 0, 0);
- }
- .tabBar span.current {
- color: rgba(0, 0, 0, 0.6);
- border-bottom: 4px solid #00B83F;
- background-color: rgba(0, 0, 0, 0);
- }
- .tabBar {
- border: none;
- }
- .shortcut {
- width: 100%;
- height: 40px;
- line-height: 40px;
- position: absolute;
- bottom: 0;
- left: 0;
- background: #F6F6F6;
- }
- .shortcut li {
- float: left;
- width: 50%;
- height: 100%;
- text-align: center;
- font-size: 21px;
- cursor: pointer;
- overflow: hidden;
- }
- .shortcut li:active {
- background-color: #EFEFEF;
- }
- /*联系人搜索框*/
- .searchInput {
- position: absolute;
- bottom: 0px;
- left: 0px;
- width: 100%;
- display: none;
- }
- .searchInput input {
- padding-right: 25px;
- }
- .searchInput i {
- position: absolute;
- font-size: 15px;
- right: 8px;
- top: 12px;
- color: #333;
- cursor: pointer;
- }
- @-moz-keyframes news {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-ms-keyframes news {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes news {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes news {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .conversion {
- -webkit-animation: news 0.8s ease-in-out infinite;
- -moz-animation: news 0.8s ease-in-out infinite;
- -o-animation: news 0.8s ease-in-out infinite;
- animation: news 0.8s ease-in-out infinite;
- }
- /*联系人分组样式*/
- .topnav {
- width: 100%;
- border: 0;
- height: auto;
- }
- .topnav {
- padding: 13px 0;
- margin: 0;
- font-size: 1em;
- line-height: 0.5em;
- list-style: none;
- }
- .topnav li a {
- line-height: 10px;
- font-size: 15px;
- padding: 8px 5px;
- padding-left: 20px;
- color: #000;
- display: block;
- text-decoration: none;
- }
- .topnav li a:hover {
- background-color: #DFF2FC;
- color: #000;
- }
- .topnav ul {
- margin: 0;
- padding: 0;
- display: none;
- }
- .topnav ul li {
- margin: 0;
- padding: 0;
- clear: both;
- margin-top: 10px;
- }
- .topnav ul li {
- padding-left: 20px;
- font-size: 10px;
- font-weight: normal;
- outline: 0;
- }
- .topnav > li a span {
- float: right;
- }
- * {
- margin: 0;
- padding: 0;
- }
- ul li {
- list-style: none;
- }
- /*列表样式*/
- .topnav ul li .info {
- height: 45px;
- width: 100%;
- cursor: pointer;
- }
- .topnav > li > ul li:hover, #mygroup > li > ul > li:hover {
- background-color: rgba(243, 243, 243, 0.8);
- }
- .topnav ul li .info div, #mygroup ul li div {
- width: calc(100% - 70px);
- height: 45px;
- line-height: 45px;
- display: inline-block;
- vertical-align: middle;
- padding-left: 5px;
- box-sizing: border-box;
- font-size: 14px;
- }
- #mygroup ul li div {
- }
- /*会话框体*/
- .chatFrame {
- display: none;
- width: 100%;
- height: 100%;
- background: url(../img/chatbg.jpg) no-repeat;
- background-size: cover;
- min-height: 420px;
- min-width: 600px;
- position: relative;
- }
- /*头部*/
- .chatFrame_name {
- width: 100%;
- height: 68px;
- background-color: rgba(248, 248, 248, .7);
- box-sizing: border-box;
- position: absolute;
- top: 0px;
- left: 0px;
- }
- /*主体*/
- .chat_box {
- margin: 0;
- position: relative;
- width: 100%;
- height: 100%;
- }
- .chat_box .layui-tab-title {
- position: absolute;
- width: 200px;
- height: 100%;
- left: 0;
- top: 0px;
- border: 0;
- background-color: rgba(245,245,245,.8);
- }
- .chat_box .layui-tab-title .layui-this {
- background-color: #F3F3F3;
- }
- .chat_box .layui-tab-title .layui-this:after {
- border: 0;
- }
- .layui-tab-title li .layui-tab-close {
- left: 43px;
- }
- .chat_box .layui-tab-title li {
- display: block;
- height: 40px;
- line-height: 40px;
- padding: 5px 30px 5px 5px;
- position: relative;
- }
- /*打开聊天好友时未读会话追加红点*/
- .chat_box .layui-tab-title li em {
- font-style: normal;
- display: inline-block;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background-color: #f00;
- position: absolute;
- left: 5px;
- top: 20px;
- }
- /*会话列表里未读消息追加红点*/
- #messageList li em {
- font-style: normal;
- display: inline-block;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- background-color: #f00;
- position: absolute;
- left: 225px;
- top: 17px;
- line-height: 20px;
- text-align: center;
- color: #fff;
- }
- .chat_box .layui-tab-title li:hover {
- background-color: #e2e2e2;
- }
- .chat_box .layui-tab-title li img {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- }
- .chat_box .layui-tab-title li span {
- display: inline-block;
- width: 55px;
- }
- /*内容*/
- .chat_box .box {
- padding: 0;
- position: absolute;
- right: 0px;
- top: 0;
- bottom: 0;
- left: 200px;
- }
- .chat_box .box .layui-tab-item {
- height: 100%;
- }
- .chatFrame_content {
- width: calc(100% - 200px);
- height: calc(100% - 179px);
- overflow: auto;
- padding: 15px 15px 5px;
- box-sizing: border-box;
- border-bottom: 1px solid #DFDFDF;
- background-color: rgba(255, 255, 255, 0.8);
- }
- .site-demo-button {
- display: none;
- }
- /*对方*/
- .chatFrame_content ul li {
- min-height: 68px;
- position: relative;
- padding-left: 60px;
- margin-bottom: 10px;
- }
- .chatFrame_content ul li .chat_text,
- .chatFrame_content ul li .chat_user {
- display: inline-block;
- vertical-align: top;
- font-size: 14px;
- }
- .chatFrame_content ul li .chat_user {
- position: absolute;
- left: 3px;
- }
- .chatFrame_content ul li .chat_text {
- position: relative;
- line-height: 22px;
- margin-top: 25px;
- padding: 8px 15px;
- background-color: #e2e2e2;
- border-radius: 3px;
- color: #333;
- word-break: break-all;
- }
- .chatFrame_content ul li .chat_text:after {
- content: '';
- position: absolute;
- left: -10px;
- top: 13px;
- width: 0;
- height: 0;
- border-style: solid dashed dashed;
- border-color: #e2e2e2 transparent transparent;
- overflow: hidden;
- border-width: 10px;
- }
- .chatFrame_content .chat_user cite {
- position: absolute;
- left: 60px;
- top: -2px;
- line-height: 24px;
- font-size: 12px;
- white-space: nowrap;
- color: #999;
- text-align: left;
- font-style: normal;
- }
- .chatFrame_content .chat_user cite i {
- padding-left: 15px;
- font-style: normal;
- }
- /*头像*/
- .chatFrame_content ul li .chat_user img {
- width: 40px;
- height: 40px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- }
- /*发送图片大小设置*/
- .chatFrame_content ul li .chat_text img {
- display: block;
- width: 200px;
- height: 200px;
- }
- /*发送文件样式*/
- .chatFrame_content ul li .chat_text .upfile {
- width: 295px;
- height: 90px;
- background-color: #fff;
- border-radius: 10px;
- }
- .chatFrame_content ul li .chat_text .upfile .flie_info {
- height: 50px;
- line-height: 21px;
- padding-top: 10px;
- padding-left: 20px;
- }
- .chatFrame_content ul li .chat_text .upfile .flie_info img {
- width: 40px;
- height: 40px;
- display: inline-block;
- vertical-align: top;
- }
- .chatFrame_content ul li .chat_text .upfile .flie_info > div {
- display: inline-block;
- margin-left: 10px;
- }
- .chatFrame_content ul li .chat_text .upfile .flie_info > div p {
- margin: 0;
- color: #000;
- }
- .chatFrame_content ul li .chat_text .upfile .flie_info > div p:nth-of-type(2) {
- font-size: 12px;
- color: #707070;
- }
- .chatFrame_content ul li .chat_text .upfile .flie_info .flie_info p:nth-last-of-type(1) {
- color: #AFAFAF;
- }
- .chatFrame_content ul li .chat_text .upfile .file_down {
- text-align: right;
- padding-right: 20px;
- }
- /*自己*/
- .chatFrame_content ul .chat_mine {
- padding-right: 60px;
- text-align: right;
- }
- .chatFrame_content ul .chat_mine .chat_user {
- left: auto;
- right: 3px;
- }
- .chatFrame_content ul .chat_mine .chat_user cite {
- left: auto;
- right: 60px;
- text-align: right;
- }
- .chatFrame_content ul .chat_mine .chat_text {
- margin-left: 0;
- text-align: left;
- background-color: #5FB878;
- color: #fff;
- }
- .chatFrame_content ul .chat_mine .chat_text:after {
- left: auto;
- right: -10px;
- border-top-color: #5FB878;
- }
- .chatFrame_footer {
- width: calc(100% - 200px);
- height: 179px;
- background-color: rgba(255, 255, 255, 0.8);
- }
- .chatFrame_footer .chatFrame_handle {
- position: relative;
- height: 38px;
- line-height: 38px;
- }
- .chatFrame_footer .chatFrame_handle span {
- float: left;
- margin-left: 20px;
- cursor: pointer;
- font-size: 22px;
- position: relative;
- overflow: hidden;
- }
- .chatFrame_footer .chatFrame_handle span input {
- width: 24px;
- height: 24px;
- display: inline-block;
- opacity: 0;
- position: absolute;
- left: 0;
- top: 6px;
- cursor: pointer;
- }
- .chatFrame_footer .chatFrame_handle p {
- float: right;
- margin: 0;
- padding: 0;
- font-size: 15px;
- margin-right: 20px;
- cursor: pointer;
- }
- .chatFrame_footer textarea {
- height: 95px;
- width: 96%;
- resize: none;
- border: 0;
- font-size: 14px;
- background-color: rgba(255, 255, 255, 0);
- margin-left: 2%;
- }
- .chatFrame_btn {
- text-align: right;
- margin-right: 17px;
- }
- .chatFrame_btn button {
- padding: 4px 24px;
- }
- /*表情*/
- .chatFrame_handle .chat_face {
- width: 372px;
- height: 186px;
- position: absolute;
- display: none;
- left: 0px;
- top: -208px;
- padding: 10px;
- border: 1px solid #D9D9D9;
- background-color: #fff;
- box-shadow: 0 0 20px rgba(0, 0, 0, .2);
- }
- .chatFrame_handle .chat_face li {
- cursor: pointer;
- float: left;
- border: 1px solid #e8e8e8;
- height: 22px;
- width: 26px;
- overflow: hidden;
- margin: -1px 0 0 -1px;
- padding: 4px 2px;
- text-align: center;
- }
- .chatFrame_handle .chat_face li img {
- vertical-align: top;
- }
- /*个人信息*/
- .meInfo, .downFile, .groupStafflist {
- height: 100%;
- width: 200px;
- position: absolute;
- right: 0px;
- top: 0px;
- background-color: rgba(245,245,245,1);
- overflow: auto;
- }
- .meInfo div {
- font-size: 15px;
- background-color: rgba(243,243,243,.8);
- height: 30px;
- line-height: 30px;
- }
- .meInfo img {
- width: 100px;
- height: 100px;
- border-radius: 50%;
- margin: 50px;
- }
- .meInfo ul {
- box-sizing: border-box;
- padding: 0 30px;
- line-height: 35px;
- }
- /*下载*/
- .downFile ul li {
- margin: 10px 0;
- }
- .downFile ul li img {
- width: 35px;
- height: 35px;
- vertical-align: top;
- }
- .downFile ul li div > div {
- width: calc(100% - 55px);
- display: inline-block;
- }
- .downFile ul li div > div a {
- display: inline-block;
- width: 95%;
- text-align: right;
- padding-right: 5%;
- }
- .downFile ul li div .layui-progress {
- width: 100%;
- }
- /*群组成员列表开始*/
- .groupStafflist {
- padding: 10px;
- box-sizing: border-box;
- overflow: hidden;
- }
- .groupStafflist ol {
- width: calc(100% + 26px);
- height: calc(100% - 24px);
- overflow-y: auto;
- overflow-x: hidden;
- }
- .groupStafflist ol li {
- width: calc(100% - 26px);
- height: 40px;
- line-height: 40px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .groupStafflist ol li img {
- width: 25px;
- height: 25px;
- border-radius: 50%;
- }
- /*添加群成员弹框样式*/
- .addGroupMembersPop-up {
- padding: 10px;
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- display: none;
- }
- /*修改添加群成员下的 ztree 的图标*/
- .addGroupMembersPop-up ztree * {
- font-size: 14px;
- }
- .addGroupMembersPop-up .ztree li a {
- padding: 4px 3px 0 0;
- }
- .addGroupMembersPop-up .ztree li span.button.switch {
- height: 22px;
- }
- .addGroupMembersPop-up .ztree li span.button.ico_open {
- background-position: -110px -80px;
- }
- .addGroupMembersPop-up .ztree li span.button.ico_close {
- background-position: -110px -80px;
- }
- .addGroupMembersPop-up .ztree li span.button.ico_docu {
- background-position: -143px -81px;
- }
- .btnGroup {
- width: 100%;
- margin-bottom: 10px;
- }
- .departmentList {
- width: 97%;
- height: 87%;
- float: left;
- border: 1px solid rgba(0, 0, 0, 0.6);
- overflow: auto;
- }
- .departmentList * {
- font-size: 14px;
- }
- .departmentList li {
- margin: 5px 0;
- }
- /*群组成员列表结束*/
- .upfile .layui-progress,
- .upfile .layui-progress .layui-progress-bar {
- height: 1px;
- }
- /*聊天记录*/
- .chatRecordsForms {
- width: 100%;
- height: 100%;
- overflow: auto;
- box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
- display: none;
- }
- .chatRecordsForms .chatRecordsForms_name {
- background-color: #F8F8F8;
- height: 32px;
- font-size: 14px;
- padding-left: 10px;
- }
- .chatRecordsForms .chatRecordsForms_content ul li {
- padding: 10px;
- font-size: 15px;
- color: #4876FF;
- }
- .chatRecordsForms .chatRecordsForms_content ul li span {
- margin-right: 8px;
- font-size: 14px;
- }
- .chatRecordsForms .chatRecordsForms_content ul li em {
- font-style: inherit;
- font-size: 14px;
- }
- .chatRecordsForms .chatRecordsForms_content ul li div {
- color: #000;
- }
- .chatRecordsForms .chatRecordsForms_content ul li div img {
- cursor: pointer;
- }
- #HistoryMsg-list li img {
- vertical-align: top;
- margin-left: 10px;
- }
- /*自己*/
- .chatRecordsForms .chatRecordsForms_content ul .mineRecord {
- color: #5eb95e;
- }
- /*历史记录中文件样式*/
- .chatRecordsForms .chatRecordsForms_content ul li .upfile {
- width: 300px;
- border-radius: 10px;
- background-color: rgb(245,245,245);
- padding: 5px 0;
- }
- .chatRecordsForms .chatRecordsForms_content ul li .upfile .flie_info div {
- display: inline-block;
- margin-left: 10px;
- }
- /*对话框体样式结束*/
- /*个人信息*/
- em {
- font-style: normal;
- }
- .headPortrait {
- padding: 20px;
- width: calc(100% - 40px);
- height: calc(100% - 40px);
- display: none;
- }
- /*左侧*/
- .leftSide {
- float: left;
- width: 25%;
- height: 100%;
- text-align: center;
- border-right: 1px solid #cfcfcf;
- box-sizing: border-box;
- }
- #headImg {
- width: 100px;
- height: 100px;
- border-radius: 50%;
- }
- .classify {
- margin-top: 20px;
- line-height: 30px;
- font-weight: 700;
- }
- /*右侧*/
- .rightSide {
- float: left;
- width:75%;
- height: 100%;
-
- }
- .rightSide div > div {
- height: 40px;
- line-height: 40px;
- background-color: #EFEFEF;
- font-weight: 700;
- }
- .rightSide .personage {
- }
- .rightSide em {
- display: inline-block;
- width: 60px;
- text-align: right;
- font-weight: 700;
- }
- .rightSide li {
- padding: 10px 0;
- }
- .rightSide .Hui-iconfont {
- font-size: 20px;
- }
- /*企业互联红点通知*/
- #Hui-userbar .cl li.verifyInfo, #Hui-userbar .cl li.companyWait {
- position: relative;
- }
- #Hui-userbar .cl li.verifyInfo span, #Hui-userbar .cl li.companyWait span {
- position: absolute;
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #FF5722;
- border-radius: 50%;
- top: 16px;
- right: 14px;
- }
- /*对话框体样式结束*/
- .sokingPopup #account i.off-line {
- color: #999;
- }
|