mobileChat.css 5.8 KB
html,
body {
    height: 100%;
    overflow: hidden;
    background-color: #efefef;
}
img[src=""],img[src="null"],img[src="undefined"]{
    opacity: 0; 
}
input,textarea{
    outline: none;
    -webkit-appearance: none;
}
.icon-fanhuijiantou {
    font-size: 18px;
}

#faceBox {
    display: none;
}

.isShow {
    /* display: none; */
}

.topToolSBox {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background: rgba(153, 153, 153, 0.5);
    padding-top: 5px;
    z-index: 198910141;
    display: flex;
    justify-content: space-around;
}
#backChat{
    background: #fff;
    color: #666;
}
.topToolSBox button{
    width: 40%;
    height: 30px;
    background-color: #b50005;
    
    border: none;
    
    border-radius: 4px;
    color: #fff;
}
.topToolSBox button.on{
    background-color: #999;
    color: #fff;

}
.dot {
    position: absolute;
    top: 2px;
    left: 36px;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 8px !important;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

.icon-xiaolian {
    color: #666;
    font-size: 24px;
    line-height: 40px;
    padding-right: 4px;
    background-color: #fff;
    
}

.model_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 198910141;
    color: #666;
    padding: 0 20px;
    box-sizing: border-box;
}

.tip_box {
    font-size: 24px;
}

.tip_content_box {
    font-size: 14px;
}

.layim-chat-footer {
    height: 50px;
}

.layim-user-box {
    display: flex;
}

.layim-chat-mine .layim-user-box {
    justify-content: flex-end;
}
.moreFansBox{
    background-color: #efefef;
    padding: 10px !important;
    line-height: 28px;
    text-align: center;
}
.moreFansBox>span{
    background-color: #fff;
    color: #999;
    padding: 4px 10px;
    border-radius: 4px;
}
.username_box {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time_box {
    margin: 0 20px;
    display: inline-block;
}

.layim-chat-main{
    padding: 0 15px;
}
.layim-chat-main,
.layim-content {
    top: 10px;
    /* bottom: 70px; */
}
.contInfo img{
    position: initial !important;
    width: 16px !important;
    height: 16px !important;
}
.isRobot{
    display: none;
    width: 100%;
    background-color: #2f9833 !important;
}
/* 加大列表行高 */
#chatListBox li{        
    padding: 10px 15px 10px 60px;
    border-bottom: 1px solid #efefef;
}

.layui-layim-list li img{
    top:13px;
}
.layui-m-layerchild,.layim-panel, .layim-title,.layim-chat-main, .layim-content,.layui-layim,.layim-chat-footer,.layim-chat-main ul li,
.layui-layim-face,.layim-chat-user,.layim-chat-user cite,.layim-chat-text{
    z-index: 1;
}
*{
    z-index: 1;
}


.pswp{
    z-index: 1500000000;
}


@keyframes rotateZ{
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}

.rotateZAnimated{
    display: inline-block;
    animation: rotateZ 1s infinite ease-out;
    
}
.rotateZAnimated .iconfont{
    padding-right:0 !important;
}
.icon-weibiaoti-{
    color: red;
}
.editBox{
    background-color: #fff;
    line-height: 40px;
    padding: 0 6px;
    border-radius: 0 3px 3px 0;
    position: relative;
}
.editBox i.on{
    transform: rotateZ(0deg) !important;
}
/* 底部加号按钮相关 */
#chatBox .icon-guanbi{
    display: inline-block;
    transform: rotateZ(45deg);
    font-size: 24px;
    color: #666;
    transition: transform 0.2s;
}
.layim-chat-footer{
    z-index: 2;
}
.posStyle{
    position: absolute;
    bottom: 40px;
    left: 0;
    display: none;
    
}
.posStyle:nth-child(2){
    bottom: 80px;
}
.icon-xiangji,.icon-fasonghongbaocopy{
    
    background-color: rgba(239,239,239,0.5);
    font-size: 24px;
    line-height: 40px;
    padding: 0 6px;
    color: #666;
}
.bounceInUp{
    animation: bounceInUp 0.3s;
}
@keyframes bounceInUp{
    0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}
    60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}
    80%{-webkit-transform:translateY(10px);transform:translateY(10px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
/* end */

/* 楼盘卡片发送相关 */
#floorListCard{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000000;
    display: none;
    align-items: center;

}
#floorListCard .content{
    
    width: 100%;
}
#floorListCard .closeBox{
    margin-top: 30px;
    text-align: center;
}
#floorListCard .content .icon-guanbi1{
    font-size: 30px;
    color: #eee;
}
#floorListCard ul{
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
}
#floorListCard ul li{
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
#floorListCard ul li span{
    float: right;
    display: block;
    font-size: 14px;
    background: #2f9833 !important;
    height: 26px;
    line-height: 26px;
    color: #fff;
    width: 48px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    top: 6px;
}
.fadeInUp{
    animation: fadeInUp 0.3s;
}
@keyframes fadeInUp{
    0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}

[contenteditable]{
    outline: none;
    -webkit-appearance: none;
}


/* 搜索相关 */

.queryBtn{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}