@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; }