961 lines
19 KiB
CSS
961 lines
19 KiB
CSS
/*
|
||
* 版 本 PIT-ADMS V7.0.3 敏捷开发框架
|
||
* Copyright (c) 2013-2018 Hexagon PPM
|
||
* 创建人:研发部
|
||
* 日 期:2017.03.16
|
||
* 描 述:手风琴风格皮肤样式表
|
||
*/
|
||
.lr-logo-title {
|
||
display: block;
|
||
position: absolute;
|
||
top: 0;
|
||
height: 100%;
|
||
cursor: pointer;
|
||
text-decoration: none;
|
||
font-size: 18px;
|
||
white-space: nowrap;
|
||
/*left: 10px;*/
|
||
line-height: 55px;
|
||
color: #fff !important;
|
||
box-sizing: border-box;
|
||
padding-left: 50px;
|
||
width: 440px;
|
||
background-size: 100% 100%;
|
||
height: 56px;
|
||
background-image: url('../../../Content/images/AdminSystemManage/titlbg.png');
|
||
}
|
||
.lr-logo-title span {
|
||
color: #09e3ef;
|
||
font-size: 24px;
|
||
font-weight: 600;
|
||
letter-spacing: 1px;
|
||
}
|
||
.lr-logo-title img {
|
||
/*width: 320px;*/
|
||
}
|
||
/*顶部*/
|
||
.lr-frame-top {
|
||
height: 56px;
|
||
background-image: url('../../../Content/images/AdminSystemManage/title_name-bg.png');
|
||
background-size: 100% 100%;
|
||
}
|
||
|
||
.layui-badge-dot {
|
||
font-size: 12px;
|
||
text-align: center;
|
||
background-color: #FF5722;
|
||
width: 8px;
|
||
height: 8px;
|
||
padding: 0;
|
||
border-radius: 50%;
|
||
position: absolute;
|
||
top: 26px;
|
||
left: 70px;
|
||
margin: 0px;
|
||
}
|
||
|
||
.lr-frame-menu .lr-menu-item {
|
||
height: 45px;
|
||
line-height: 45px;
|
||
padding: 0px 15px;
|
||
color: #fff;
|
||
font-size: 13px;
|
||
display: flex;
|
||
align-items: center;
|
||
border-left: 3px solid transparent;
|
||
}
|
||
|
||
|
||
|
||
.lr-frame-menu .lr-menu-item-icon {
|
||
font-size: 14px;
|
||
opacity: 0.9;
|
||
filter: alpha(opacity=90);
|
||
width: 17px;
|
||
margin-right: 8px;
|
||
vertical-align: middle;
|
||
margin-bottom: -1px;
|
||
}
|
||
|
||
.lr-frame-menu .lr-menu-item-arrow {
|
||
position: absolute;
|
||
right: 10px;
|
||
line-height: 45px;
|
||
}
|
||
|
||
|
||
|
||
|
||
.lr-second-menu-list,
|
||
.lr-three-menu-list {
|
||
position: relative;
|
||
width: 100%;
|
||
background-color: rgba(0,0,0,.3) !important;
|
||
}
|
||
|
||
.lr-second-menu-list .lr-menu-item {
|
||
padding-left: 40px;
|
||
padding-right: 15px;
|
||
}
|
||
|
||
.lr-second-menu-list .lr-menu-item:hover {
|
||
background-color: #1E9FFF;
|
||
}
|
||
|
||
.lr-three-menu-list .lr-menu-item {
|
||
padding-left: 60px;
|
||
}
|
||
|
||
.lr-menu-item.open > .lr-menu-item-arrow > i {
|
||
-webkit-transform: rotate(-90deg);
|
||
-ms-transform: rotate(-90deg);
|
||
-o-transform: rotate(-90deg);
|
||
transform: rotate(-90deg);
|
||
}
|
||
/*tabs条*/
|
||
.lr-frame-tabs {
|
||
top: 0;
|
||
height: 60px;
|
||
z-index: 2;
|
||
padding: 0px 60px 0px 405px;
|
||
}
|
||
|
||
.lr-frame-tabItem {
|
||
height: 30px;
|
||
line-height: 30px;
|
||
font-size: 14px;
|
||
color: #fff;
|
||
margin-left: 0px;
|
||
margin-top: 15px;
|
||
}
|
||
.lr-frame-tabs #lr_frame_tabs_ul .lr-frame-tabItem::before {
|
||
content: '';
|
||
left: 0;
|
||
position: absolute;
|
||
width: 30px;
|
||
display: inline-block;
|
||
height: 30px;
|
||
background-size: 100% 100%;
|
||
background-image: url('../../../Content/images/AdminSystemManage/state_01.png');
|
||
}
|
||
.lr-frame-tabs #lr_frame_tabs_ul .lr-frame-tabItem::after {
|
||
content: '';
|
||
right: 0;
|
||
position: absolute;
|
||
width: 30px;
|
||
display: inline-block;
|
||
height: 30px;
|
||
background-size: 100% 100%;
|
||
background-image: url('../../../Content/images/AdminSystemManage/state_04.png');
|
||
}
|
||
.lr-frame-tabs #lr_frame_tabs_ul .lr-frame-tabItem span:first-of-type {
|
||
display: inline-block;
|
||
height: 30px;
|
||
background-size: 100% 100%;
|
||
padding: 0 5px;
|
||
background-image: url('../../../Content/images/AdminSystemManage/state_03.png');
|
||
}
|
||
.lr-uitheme-default .lr-frame-tabItem{
|
||
padding: 0 30px
|
||
}
|
||
.lr-frame-tabItem.active {
|
||
color: #09E3EF;
|
||
}
|
||
|
||
.lr-frame-tabItem .reomve {
|
||
top: 8px;
|
||
right: 20px;
|
||
z-index:2;
|
||
}
|
||
/*功能窗口*/
|
||
.lr-frame-main {
|
||
padding: 56px 0px 0px 200px;
|
||
background: #eaedf1;
|
||
}
|
||
/*个人设置和头像*/
|
||
.lr-frame-personCenter {
|
||
bottom: 0;
|
||
left: 0;
|
||
height: 35px;
|
||
width: 200px;
|
||
line-height: 35px;
|
||
padding: 0 10px;
|
||
background: #282828;
|
||
}
|
||
|
||
.lr-frame-personCenter > .dropdown-toggle {
|
||
height: 100%;
|
||
line-height: 35px;
|
||
border-top: 1px solid rgba(248,248,248,0.2);
|
||
color: #fff;
|
||
}
|
||
|
||
.lr-frame-personCenter > .dropdown-toggle > img {
|
||
float: left;
|
||
width: 18px;
|
||
height: 18px;
|
||
border: 2px solid #fff;
|
||
border-radius: 50%;
|
||
margin: 8px 10px 0 0;
|
||
}
|
||
|
||
.lr-frame-personCenter .dropdown-menu {
|
||
position: absolute;
|
||
left: 10px;
|
||
top: -172px;
|
||
background: #282828;
|
||
}
|
||
|
||
.lr-frame-personCenter .dropdown-menu > li > a {
|
||
padding: 10px 10px;
|
||
color: #fff;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.lr-frame-personCenter .dropdown-menu > li > a:hover {
|
||
background: #393939;
|
||
color: #fff;
|
||
}
|
||
|
||
.lr-frame-personCenter .divider {
|
||
background-color: #63656B;
|
||
}
|
||
|
||
|
||
.lr-frame-personCenter {
|
||
right: 10px;
|
||
top: 0px;
|
||
left: inherit;
|
||
background: transparent;
|
||
height: 60px;
|
||
width: 100px;
|
||
line-height: 60px;
|
||
padding: 0px !important;
|
||
}
|
||
|
||
.lr-frame-personCenter .dropdown-toggle {
|
||
color: #fff !important;
|
||
line-height: 60px !important;
|
||
border-top: none !important;
|
||
}
|
||
|
||
.lr-frame-personCenter .dropdown-menu {
|
||
top: 60px;
|
||
background: #fff !important;
|
||
width: auto;
|
||
min-width: auto;
|
||
left: 0px;
|
||
}
|
||
|
||
.lr-frame-personCenter > .dropdown-toggle > img {
|
||
margin: 21px 10px 0 0;
|
||
}
|
||
|
||
.lr-frame-personCenter > .dropdown-toggle > i {
|
||
color: #fff !important;
|
||
}
|
||
|
||
.lr-frame-personCenter .dropdown-menu > li > a:hover {
|
||
background: #f2f2f2 !important;
|
||
color: #000 !important;
|
||
}
|
||
.lr-frame-personCenter2 {
|
||
right: 115px !important;
|
||
}
|
||
.lr-frame-personCenter1 {
|
||
right: 210px !important;
|
||
}
|
||
.lr-frame-personCenter > a:hover {
|
||
opacity: .8;
|
||
}
|
||
/*风尚版独有-菜单缩进按钮*/
|
||
.lr-frame-menu-btn {
|
||
position: absolute;
|
||
left: 13px;
|
||
top: 16px;
|
||
height: 24px;
|
||
line-height: 24px;
|
||
width: 24px;
|
||
text-align: center;
|
||
font-size: 24px;
|
||
cursor: pointer;
|
||
color: #fff;
|
||
z-index: 5;
|
||
background-image: url('../../../Content/images/AdminSystemManage/icon-menu.png');
|
||
}
|
||
|
||
.lr-frame-menu-btn:hover {
|
||
opacity: .8;
|
||
}
|
||
|
||
.lr-frame-menu-btn i {
|
||
opacity: 1;
|
||
}
|
||
|
||
/*全屏*/
|
||
.lr_frame_fullscreen {
|
||
top: 0;
|
||
right: 0;
|
||
height: 60px;
|
||
width: 30px;
|
||
line-height: 60px;
|
||
text-align: center;
|
||
z-index: 3;
|
||
display: none;
|
||
}
|
||
|
||
.lr_frame_fullscreen a {
|
||
font-size: 14px;
|
||
color: #c1c3c9;
|
||
}
|
||
|
||
.lr_frame_fullscreen a:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
/*菜单关闭后显示样式*/
|
||
.lr-menu-closed .lr-frame-menu {
|
||
width: 50px;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-menu-wrap span,
|
||
.lr-menu-closed .lr-frame-menu-wrap .lr-menu-item-arrow,
|
||
.lr-menu-closed .lr-meun-had > a {
|
||
display: none;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-menu-wrap a {
|
||
padding: 0px;
|
||
text-align: center;
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-menu-wrap .lr-three-menu-list {
|
||
display: block;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-menu-wrap .lr-menu-item-icon {
|
||
margin: 0px;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-menu-btn {
|
||
-webkit-transform: rotate(-180deg);
|
||
-ms-transform: rotate(-180deg);
|
||
-o-transform: rotate(-180deg);
|
||
transform: rotate(-180deg);
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-personCenter {
|
||
width: 50px;
|
||
padding: 0px;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-personCenter .dropdown-menu {
|
||
padding: 0px;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-personCenter > .dropdown-toggle {
|
||
line-height: 50px;
|
||
text-align: center;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-personCenter > .dropdown-toggle > img {
|
||
float: initial;
|
||
margin: 0;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-personCenter > .dropdown-toggle > span {
|
||
display: none;
|
||
}
|
||
|
||
.lr-menu-closed .lr-frame-main {
|
||
padding: 60px 0px 0px 50px;
|
||
}
|
||
|
||
|
||
/*即时通讯*/
|
||
|
||
.lr-im-bell {
|
||
position: fixed;
|
||
right: 30px;
|
||
top: 0;
|
||
width: 20px;
|
||
height: 60px;
|
||
line-height: 62px;
|
||
color: #999;
|
||
text-align: center;
|
||
cursor: pointer;
|
||
z-index: 51;
|
||
display: none;
|
||
}
|
||
|
||
.lr-im-bell > i {
|
||
font-size: 18px;
|
||
}
|
||
|
||
.lr-im-bell > .point {
|
||
background: #D71012;
|
||
position: absolute;
|
||
right: 0;
|
||
top: 17px;
|
||
width: 8px;
|
||
height: 8px;
|
||
border-radius: 50%;
|
||
}
|
||
|
||
|
||
.lr-im-body {
|
||
position: fixed;
|
||
right: 10px;
|
||
bottom: 10px;
|
||
width: 280px;
|
||
height: 340px;
|
||
background: #F9FBFB;
|
||
z-index: 50;
|
||
padding-left: 40px;
|
||
display: none;
|
||
}
|
||
|
||
.lr-im-body.open {
|
||
display: block;
|
||
}
|
||
|
||
.lr-im-title {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
background: #3A3845;
|
||
width: 40px;
|
||
height: 100%;
|
||
}
|
||
|
||
.lr-im-title .title-item {
|
||
position: absolute;
|
||
width: 40px;
|
||
height: 50px;
|
||
top: 0;
|
||
left: 0;
|
||
cursor: pointer;
|
||
color: #696972;
|
||
font-size: 18px;
|
||
line-height: 50px;
|
||
text-align: center;
|
||
}
|
||
|
||
.lr-im-title .title-item.active {
|
||
color: #fff;
|
||
}
|
||
|
||
.lr-im-title .title-item.title-item-two {
|
||
top: 50px;
|
||
}
|
||
|
||
.lr-im-content {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: none;
|
||
border: 1px solid #E5E5E5;
|
||
border-left: 0;
|
||
}
|
||
|
||
.lr-im-content.active {
|
||
display: block;
|
||
}
|
||
|
||
.lr-im-msg-list {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 50px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item:after {
|
||
content: '';
|
||
display: block;
|
||
position: absolute;
|
||
height: 1px;
|
||
width: 218px;
|
||
background: #E5E5E5;
|
||
bottom: 0;
|
||
left: 10px;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item .remove {
|
||
position: absolute;
|
||
top: 0px;
|
||
left: 0px;
|
||
color: #333;
|
||
font-size: 12px;
|
||
display: none;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item:hover .remove {
|
||
display: block;
|
||
}
|
||
|
||
|
||
.lr-im-msg-list .msg-item .photo {
|
||
position: absolute;
|
||
width: 30px;
|
||
height: 30px;
|
||
border-radius: 3px;
|
||
top: 10px;
|
||
left: 10px;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item .icon {
|
||
position: absolute;
|
||
top: 10px;
|
||
left: 10px;
|
||
width: 30px;
|
||
height: 30px;
|
||
line-height: 30px;
|
||
border-radius: 3px;
|
||
background-color: #1D6DC5;
|
||
color: #fff;
|
||
font-size: 18px;
|
||
text-align: center;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item .name {
|
||
position: absolute;
|
||
top: 8px;
|
||
left: 50px;
|
||
height: 16px;
|
||
color: #333333;
|
||
font-size: 12px;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item .msg {
|
||
position: absolute;
|
||
top: 24px;
|
||
left: 50px;
|
||
height: 16px;
|
||
width: 178px;
|
||
color: #999;
|
||
font-size: 12px;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.lr-im-msg-list .msg-item .date {
|
||
position: absolute;
|
||
right: 10px;
|
||
top: 8px;
|
||
height: 16px;
|
||
color: #666;
|
||
font-size: 12px;
|
||
text-align: right;
|
||
}
|
||
|
||
|
||
.lr-im-userlist {
|
||
padding-top: 40px;
|
||
}
|
||
|
||
.lr-im-search {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 40px;
|
||
font-size: 0;
|
||
padding: 10px 20px;
|
||
}
|
||
|
||
.lr-im-search i {
|
||
position: absolute;
|
||
left: 25px;
|
||
top: 14px;
|
||
font-size: 12px;
|
||
font-weight: 100;
|
||
color: #999;
|
||
z-index: 1;
|
||
}
|
||
|
||
.lr-im-search input {
|
||
position: relative;
|
||
text-align: left;
|
||
border: 1px solid transparent;
|
||
font-size: 12px;
|
||
width: 100%;
|
||
height: 100%;
|
||
background: #D9DEDE;
|
||
border-radius: 3px;
|
||
box-sizing: border-box;
|
||
color: #999;
|
||
outline: none;
|
||
text-indent: 20px;
|
||
}
|
||
|
||
.lr-im-search input::-webkit-input-placeholder {
|
||
text-align: center;
|
||
}
|
||
|
||
.lr-im-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
|
||
text-align: center;
|
||
}
|
||
|
||
.lr-im-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
||
text-align: center;
|
||
}
|
||
|
||
.lr-im-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||
text-align: center;
|
||
}
|
||
|
||
|
||
.lr-im-content-userlist {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
.lr-im-content-userlist .lr-scroll-box {
|
||
padding: 0 20px;
|
||
}
|
||
|
||
.lr-im-item-name {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 30px;
|
||
line-height: 30px;
|
||
cursor: pointer;
|
||
font-size: 12px;
|
||
color: #666;
|
||
}
|
||
|
||
.lr-im-item-name > i {
|
||
color: #999;
|
||
font-size: 14px;
|
||
margin: 3px;
|
||
}
|
||
|
||
|
||
.lr-im-item-name.open > i {
|
||
-webkit-transform: rotate(90deg);
|
||
-moz-transform: rotate(90deg);
|
||
-ms-transform: rotate(90deg);
|
||
-o-transform: rotate(90deg);
|
||
transform: rotate(90deg);
|
||
}
|
||
|
||
.lr-im-user-list {
|
||
position: relative;
|
||
width: 100%;
|
||
}
|
||
|
||
.lr-im-user {
|
||
position: relative;
|
||
height: 43px;
|
||
line-height: 43px;
|
||
padding-left: 40px;
|
||
}
|
||
|
||
.lr-im-user > img {
|
||
position: absolute;
|
||
top: 6px;
|
||
left: 0;
|
||
width: 30px;
|
||
height: 30px;
|
||
border-radius: 50%;
|
||
}
|
||
|
||
.lr-im-black-overlay {
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
background: rgba(51,51,51,0.4);
|
||
z-index: 52;
|
||
display: none;
|
||
}
|
||
|
||
.lr-im-black-overlay.open {
|
||
display: block;
|
||
}
|
||
|
||
.lr-im-dialog {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 50%;
|
||
margin-left: -270px;
|
||
margin-top: -240px;
|
||
width: 540px;
|
||
height: 480px;
|
||
background: #f3f3f3;
|
||
border-radius: 3px;
|
||
box-shadow: 0 0 2px 0 rgba(0,0,0,0.50);
|
||
padding-top: 40px;
|
||
padding-bottom: 135px;
|
||
}
|
||
|
||
.lr-im-header {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 40px;
|
||
border-bottom: 1px solid #E5E5E5;
|
||
line-height: 39px;
|
||
padding-left: 10px;
|
||
font-size: 14px;
|
||
color: #333333;
|
||
}
|
||
|
||
.lr-im-header .im-close {
|
||
position: absolute;
|
||
top: 10px;
|
||
right: 10px;
|
||
width: 20px;
|
||
height: 20px;
|
||
line-height: 20px;
|
||
text-align: center;
|
||
cursor: pointer;
|
||
font-size: 12px;
|
||
color: #333;
|
||
font-weight: 100;
|
||
}
|
||
|
||
.lr-im-msgcontent {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
.lr-im-msgcontent-tool {
|
||
position: absolute;
|
||
height: 25px;
|
||
line-height: 24px;
|
||
text-align: right;
|
||
width: 100%;
|
||
left: 0;
|
||
bottom: 110px;
|
||
padding-right: 10px;
|
||
border-top: 1px solid #E5E5E5;
|
||
background: #F8F8F8;
|
||
}
|
||
|
||
.lr-im-msgcontent-tool > span {
|
||
cursor: pointer;
|
||
}
|
||
|
||
.lr-im-input {
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 110px;
|
||
border-top: 1px solid #E5E5E5;
|
||
}
|
||
|
||
.lr-im-input .inp {
|
||
width: 100%;
|
||
height: 100%;
|
||
resize: none;
|
||
border: 0;
|
||
outline: 0;
|
||
padding: 5px;
|
||
background: transparent;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-time {
|
||
position: relative;
|
||
font-size: 12px;
|
||
color: #999;
|
||
width: 100%;
|
||
height: 15px;
|
||
line-height: 15px;
|
||
text-align: left;
|
||
padding: 0 50px;
|
||
}
|
||
|
||
.lr-im-msgcontent .me.im-time {
|
||
text-align: right;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-me,
|
||
.lr-im-msgcontent .im-other {
|
||
position: relative;
|
||
word-break: break-all;
|
||
height: auto;
|
||
overflow: hidden;
|
||
width: 100%;
|
||
padding: 0 50px;
|
||
margin-bottom: 10px;
|
||
text-align: right;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-other {
|
||
text-align: left;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-other .headimg {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 10px;
|
||
width: 30px;
|
||
height: 30px;
|
||
border-radius: 50%;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-me img,
|
||
.lr-im-msgcontent .im-other img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 50%;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-me .content,
|
||
.lr-im-msgcontent .im-other .content {
|
||
display: inline-block;
|
||
background: #FFFFFF;
|
||
border: 1px solid #E5E5E5;
|
||
padding: 5px 13px 6px 19px;
|
||
font-size: 12px;
|
||
color: #333333;
|
||
box-sizing: border-box;
|
||
position: relative;
|
||
float: left;
|
||
max-width: 100%;
|
||
text-align: left;
|
||
line-height: 20px;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-me .content {
|
||
float: right;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-other .arrow {
|
||
width: 8px;
|
||
height: 8px;
|
||
border: 1px solid #E5E5E5;
|
||
-webkit-transform: rotate(-45deg);
|
||
-moz-transform: rotate(-45deg);
|
||
-ms-transform: rotate(-45deg);
|
||
-o-transform: rotate(-45deg);
|
||
transform: rotate(-45deg);
|
||
background: #fff;
|
||
position: absolute;
|
||
top: 11px;
|
||
left: 46px;
|
||
z-index: 1;
|
||
clip: rect(0,8px,8px,0);
|
||
border-bottom: 0;
|
||
border-right: 0;
|
||
}
|
||
|
||
.lr-im-msgcontent .im-me .headimg {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 10px;
|
||
width: 30px;
|
||
height: 30px;
|
||
border-radius: 50%;
|
||
}
|
||
|
||
|
||
.lr-im-msgcontent .im-me .arrow {
|
||
width: 8px;
|
||
height: 8px;
|
||
border: 1px solid #E5E5E5;
|
||
-webkit-transform: rotate(-45deg);
|
||
-moz-transform: rotate(-45deg);
|
||
-ms-transform: rotate(-45deg);
|
||
-o-transform: rotate(-45deg);
|
||
transform: rotate(-45deg);
|
||
background: #fff;
|
||
position: absolute;
|
||
top: 11px;
|
||
right: 46px;
|
||
z-index: 1;
|
||
clip: rect(0,8px,8px,0);
|
||
border-top: 0;
|
||
border-left: 0;
|
||
}
|
||
|
||
.imHasMsg .point {
|
||
display: block;
|
||
}
|
||
|
||
|
||
|
||
/*语言设置*/
|
||
.lr-lg-setting {
|
||
position: absolute;
|
||
top: 21px;
|
||
left: 333px;
|
||
font-size: 14px;
|
||
z-index: 4;
|
||
color: #c6c6c6;
|
||
}
|
||
|
||
.lr-lg-setting > a {
|
||
color: #c6c6c6;
|
||
}
|
||
|
||
.lr-lg-setting span {
|
||
color: #fff;
|
||
}
|
||
|
||
|
||
.photo .fa {
|
||
display: block;
|
||
font-size: 20px;
|
||
line-height: 30px;
|
||
height: 30px;
|
||
width: 30px;
|
||
border-radius: 5px;
|
||
margin: 0 auto;
|
||
text-align: center;
|
||
color: #fff;
|
||
background-color: #985CE2;
|
||
}
|
||
|
||
|
||
.lr-first-menu-list > li > .lr-menu-item.open {
|
||
border-left: 5px solid #09e3ef;
|
||
background-image: linear-gradient(to right,#0c4864 0,#0c4864 50%,#103955 100%);
|
||
background-color: unset;
|
||
}
|
||
|
||
/*菜单*/
|
||
.lr-frame-menu {
|
||
top: 0;
|
||
width: 200px;
|
||
height: 100%;
|
||
z-index: 1;
|
||
background-color: #0d3350;
|
||
box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
|
||
padding: 57px 0 0 0;
|
||
}
|
||
|
||
|
||
.lr-first-menu-list > li > .lr-menu-item:hover,
|
||
.lr-second-menu-list .lr-menu-item:hover {
|
||
background-image: linear-gradient(to right,#0c486478 0,#0c486475 50%,#10395578 100%);
|
||
background-color: unset;
|
||
border-left: 5px solid #09e3ef80;
|
||
}
|
||
|