nicecode-v2/packages/biz/src/infiniteList/components/index.less

82 lines
1.3 KiB
Plaintext

.zhst-biz-search-card {
border: 2px solid transparent;
transition: .1s ease-in all;
cursor: pointer;
&:hover {
border: 2px solid #09f;
.zhst-biz-search-card-main-opt {
display: flex;
}
}
&-main {
position: relative;
&-num {
position: absolute;
right: 2px;
top: 2px;
width: 20px;
height: 20px;
line-height: 20px;
font-style: normal;
text-align: center;
font-size: 12px;
color: rgb(153, 153, 153);
background-color: rgba(255, 255, 255, 75%);
z-index: 1;
border-radius: 3px;
}
&-img {
width: 100%;
height: 240px;
}
&-opt {
display: none;
position: absolute;
padding: 6px 3px;
left: 0;
width: 100%;
bottom: 0;
font-size: 12px;
background-color: #09f;
color: #fff;
box-sizing: border-box;
transition: .2s ease-in all;
a {
color: #fff;
&:hover {
opacity: 0.9;
}
}
}
}
&-footer {
padding: 6px;
font-size: 12px;
text-align: center;
&-tit {
margin: 0;
line-height: 20px;
}
&-subtitle {
margin: 0;
line-height: 20px;
transition: .1s ease-in all;
&:hover {
color: #09f;
}
}
}
}