remindsun_wev8.css 1.72 KB
body {
    font-family: '微软雅黑';
    overflow: hidden;
    cursor: initial;
}
* {
    padding: 0px;
    margin: 0;
    font-size: 12px;
}
.clear {
    clear: both;
}
.can-drag {
    -webkit-app-region: drag;
}
.no-drag {
    -webkit-app-region: no-drag;
}

.remind {
    background-color: #fff;
    width: 320px;
    height: 192px;
}

.remind > .header {
    height: 35px;
    background-color: #248AC8;
}
.header-title {
    float: left;
    color: #fff;
}
/*.header-title-head {
    margin-left: 5px;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
}*/
.header-title-targetname{
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-left: 18px;
    float: right;
    width: 132px;
}
.header-close {
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    background: url('/social/im/sunlogin/images/remind-close.png') no-repeat right center;
}

.center {
    background-color: #fff;
    margin-left: 2px;
    margin-right: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 92px;
}
.center-left {
    margin-left: 25px;
    float:left;
}
.center-left-head{
    width: 47px;
    height: 47px;
    border-radius: 37px;
    margin: 9px;
}
.center-right {
    padding-top: 8px;
    line-height: 23px;
}
.bottom {
    background: #F2F2F2;
    height: 100%;
    padding: 10px;
}
.bottom-hr {
    width: 100%;
    color: #248AC8;
    /* FILTER: alpha(opacity=100, finishopacity=0, style=1);*/
}
.bottom-left{
    float: right;
    margin-right: 20px;
    cursor: pointer;
    color: #5cb5d8;
}
.bottom-right {
    float: right;
    margin-right: 5px;
    cursor: pointer;
    color: #5cb5d8;
}