weaver_trunk_cli/pc4public/message/style/index.less

119 lines
2.1 KiB
Plaintext

html,
body,
#container {
overflow: hidden;
width: 100%;
height: 100%;
background-color: #f3f7fe;
.wea-message-entrance {
width: 100%;
height: 100%;
//padding-left: 30px;
padding-bottom: 12px;
.wea-messageCenter-singleItem {
//margin-right: 30px;
}
&.has-tab {
padding-top: 48px;
}
.sticky-top-tab {
position: absolute;
z-index: 9999;
margin-right: -30px;
background: #fff;
width: 100%;
top: 0;
}
.click-look-more {
margin-top: 10px;
text-align: center;
color: #00a9ff;
span {
font-size: 14px;
}
a {
margin-left: 5px;
color: #00a9ff;
font-size: 12px;
}
.no-more {
font-size: 12px;
color: #9e9f9f;
position: relative;
&::after,
&::before {
content: " ";
display: block;
width: 100px;
height: 1px;
position: absolute;
top: 9px;
background: #9e9f9f;
left: -112px;
opacity: 0.5;
}
&::after {
left: 70px;
}
}
}
}
.wea-messageCenter-search-dialog {
z-index: 999999;
.ant-modal-header{
.prel {
.wea-dialog-icon {
display: none;
}
.text-elli {
padding-left: 0 !important;
}
}
}
&-content {
text-align: center;
&-search {
margin: 10px 40px;
.ant-input {
max-height: 30px;
}
.ant-col-6 {
.wea-input-normal {
width: 100% !important;
}
}
}
&-list {
//max-height: 430px;
//overflow: scroll;
}
&-nodata {
margin-top: 10%;
text-align: center;
font-size: 13px;
color: #7e8181;
}
.ant-pagination {
display: inline-block;
margin-top: 15px;
}
.anticon-loading {
margin-top: 15%;
font-size: 25px;
color: #268ac7;
}
}
}
}
.wea-messageCenter-search-dialog {
z-index: 999999;
}