weaver_trunk_cli/pc4mobx/esearch/style/result.less

468 lines
9.2 KiB
Plaintext

.wea-weeso-result {
width: 100%;
position: relative;
color: #333333;
.wea-weeso-spin {
height: 100%;
.ant-spin-nested-loading {
height: 100%;
.ant-spin-container {
height: 100%;
}
}
}
.wesult-top-container {
position: absolute;
width: 100%;
// height: 118px;
border-bottom: 1px solid #e2e2e2;
background: #ffffff;
z-index: 100;
}
.result-input {
position: absolute;
left: 20px;
top: 5px;
width: 504px;
.weeso-con {
display: block;
}
.weeso-con-main {
float: left;
}
.weeso-tab {
.weeso-tab-search {
padding-left: 0;
}
}
}
.result-create {
width: 502px;
line-height: 30px;
color: #666666;
height: 30px;
> span {
float: left;
padding-right: 21px;
i {
margin-left: 6px;
}
}
> p {
display: inline-block;
float: right;
}
}
.result-tool {
width: 100%;
height: 30px;
color: #999999;
line-height: 30px;
overflow: hidden;
.tool-left {
float: left;
height: 30px;
.tool-left-desc {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
max-width: calc(100% - 38px);
}
}
.tool-icon {
display: inline-flex;
height: 100%;
justify-content: center;
align-items: center;
width: 38px;
vertical-align: top;
>i {
font-size: 18px;
color: #2DB7F5;
cursor: pointer;
margin-top: 4px;
}
.tool-icon-tip {
position: absolute;
margin-top: 58px;
margin-left: 153px;
z-index: 1001;
display: none;
.tool-tip-triangle {
width:0;
height:0;
border-width:0 4px 4px;
border-style:solid;
border-color:transparent transparent #B5AC85;
position:relative;
margin-left: 5px;
>span{
position:absolute;
top:1px;
left:-3px;
display:block;
width:0;
height:0;
border-width:0 3px 3px;
border-style:solid;
border-color:transparent transparent #FFF8C3;
}
}
.tool-tip-content {
background: #FFF8C3;
border: 1px solid #B5AC85;
border-radius: 3px;
padding: 0 7px;
color: #666666;
margin-top: -1px;
}
}
}
.tool-right {
float: right;
text-align: right;
cursor: pointer;
.tool-right-icon {
color: #00A9FF;
margin-left: 3px;
}
&:hover {
color: #00A9FF;
}
}
.tool-right-show {
color: #00A9FF;
}
.tool-input-content {
color: red;
}
}
.result-link {
position: absolute;
top: 54px;
left: 552px;
color: #999;
}
.result-content {
width: 100%;
height: 100%;
padding: 118px 20px 10px 20px;
.wea-new-scroll {
margin-right: -20px;
}
.ant-spin {
display: block;
padding-top: 20px;
padding-left: 20px;
}
b {
color: red;
}
//iframe 样式
.robot-content {
//padding: 9px 0;
}
//带头像个人信息
.content {
padding: 14px 0;
border-bottom: 1px solid #F4F4F4;
position: relative;
&:hover {
.content-choose {
visibility: visible;
}
}
.content-img {
position: absolute;
display: inline-block;
margin-right: 10px;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #ffffff;
overflow: hidden;
> img {
width: 40px;
height: 40px;
border-radius: 50%;
}
}
.content-detail {
width: 60%;
display: inline-block;
padding-left: 60px;
a {
color: #333333;
&:hover {
color: #00A9FF;
}
}
.detail-msg {
padding-bottom: 6px;
.detail-msg-gender {
margin-left: 10px;
}
}
.detail-target {
color: #999999;
}
.detail-addrs {
padding-left: 23px;
padding-right: 2px;
}
.detail-specific {
padding-right: 14px;
> label {
color: #999999;
}
}
}
.content-choose {
position: absolute;
width: 25%;
line-height: 42px;
display: inline-block;
padding-top: 4px;
visibility: hidden;
.choose-icon {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
margin-left: 11px;
text-decoration: none;
> i {
font-size: 20px;
}
}
}
.content-foot {
display: inline-block;
padding-right: 14px;
> span {
color: #999999;
}
> p {
display: inline-block;
color: #333333;
}
}
}
//通用信息
.common-content {
padding: 9px 0;
> p {
padding-bottom: 6px;
}
> p:last-child {
padding-bottom: 0;
}
.common-content-top {
// font-size: 14px;
// >a {
// font-size: 14px;
// }
> span {
padding-right: 6px;
}
}
.conmon-content-foot {
display: inline-block;
padding-right: 14px;
color: #999999;
> p {
display: inline-block;
}
}
}
}
//查询返回图片样式
.result-content-images {
width: 100%;
height: 100%;
padding-top: 128px;
padding-left: 20px;
.ant-spin {
padding-top: 10px;
}
.content-images-image {
margin-right: 20px;
margin-bottom: 20px;
display: inline-block;
vertical-align: center;
width: auto;
height: 160px;
position: relative;
float: left;
text-align: center;
border: 1px solid #eee;
transition: all 0.6s;
overflow: hidden;
&:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0;
}
&:hover {
border: 1px solid rgba(0,0,0,.6);
.image-title-bg {
display: inline-block;
opacity: .6;
}
.image-title-content {
display: inline-block;
}
img {
transform: scale(1.2);
}
}
> img {
display: inline-block;
width: auto;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
}
.image-title-bg, .image-title-content {
position: absolute;
bottom: 0;
left: 0;
height: 32px;
line-height: 32px;
width: 100%;
z-index: 10;
}
.image-title-bg {
background: #000;
opacity: 0;
}
.image-title-content {
display: none;
z-index: 11;
background: transparent;
overflow: hidden;
padding-left: 10px;
> span {
width: 80%;
color: #fff;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
> b {
color: red;
}
}
}
}
}
.result-pagination {
margin: 10px 0;
.ant-pagination {
> li:nth-last-child(2) {
//display: none;
}
}
.esearch-pagination-customize {
.ant-pagination-last {
display: none;
}
}
}
.weeso-cursor {
cursor: pointer;
}
.weeso-tool {
display: inline-block;
}
.weeso-plat-select {
> li {
padding: 0 12px;
line-height: 24px;
cursor: pointer;
&:hover {
background: #E9F7FF;
}
}
}
.weeso-tool-position {
position: relative;
display: inline-block;
height: 30px;
margin-right: 35px;
> i {
position: absolute;
top: 9px;
float: right;
}
.weeso-tool-limit {
display: inline-block;
max-width: 80px;
text-overflow: ellipsis;
float: left;
height: 30px;
overflow: hidden;
white-space: nowrap;
}
}
//查询结果为空时样式
.wea-content-empty {
padding-top: 10px;
}
}
//微搜结果图标
.weeso-style-popover-icon {
.ant-popover-inner {
min-width: 0;
.ant-popover-inner-content {
padding: 0;
color: #333333;
}
}
}
.weeso-style-popover-animate {
}
.esearch-result-container {
.h-115 {
height: 115px;
}
.h-85 {
height: 85px;
}
.esearch-result-logo {
width: 91px;
height: 100%;
float: left;
.result-img {
display: inline-flex;
width: 100%;
align-items: flex-end;
padding-bottom: 30px;
padding-left: 11px;
border-bottom: 1px solid #e2e2e2;
}
}
.wea-weeso-logo-visible {
width: calc(100% - 91px);
float: left;
.result-input {
left: 0px;
}
.result-content {
padding-left: 0px;
}
}
}