113 lines
1.5 KiB
SCSS
Raw Normal View History

2021-05-13 10:56:04 +08:00
.wrapper {
width: 100%;
height: 100%;
display: flex;
.wap-list {
flex: 2;
text-align: center;
overflow-y: auto;
2021-05-13 10:56:04 +08:00
height: 100%;
}
2021-05-13 10:56:04 +08:00
>.wap-list,
.wap-content {
flex: 8;
}
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
.wap-sku {
font-size: 12px;
color: #999;
overflow: hidden;
2021-05-13 10:56:04 +08:00
text-overflow: ellipsis;
2021-05-13 10:56:04 +08:00
white-space: nowrap;
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
.query-wrapper {
display: flex;
margin: 8px 0;
>.query-item {
2021-05-13 10:56:04 +08:00
display: flex;
align-items: center;
>* {
margin: 0 4px;
2021-05-13 10:56:04 +08:00
}
}
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
/deep/ .ivu-scroll-container {
width: 100% !important;
height: 400px !important;
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
/deep/ .ivu-scroll-content {
/* */
display: flex;
flex-wrap: wrap;
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
.wap-content-list {
overflow-y: auto;
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
.wap-item {
padding: 10px 0;
cursor: pointer;
2021-05-13 10:56:04 +08:00
}
2021-05-13 10:56:04 +08:00
.wap-item:hover {
background: #ededed;
2021-05-13 10:56:04 +08:00
}
.wap-content-item {
cursor: pointer;
2021-05-13 10:56:04 +08:00
display: flex;
height: 80px;
padding: 2px;
overflow: hidden;
align-items: center;
margin: 10px;
/deep/ img {
width: 60px;
height: 60px;
text-align: center;
}
.wap-content-desc {
width: 180px;
padding: 8px;
>.wap-content-desc-title {
display: -webkit-box;
font-size: 12px;
color: #666;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 2;
2021-05-13 10:56:04 +08:00
}
>.wap-content-desc-bottom {
font-size: 12px;
padding: 4px 0;
color: #999;
display: flex;
justify-content: space-between;
>div:nth-of-type(1) {
color: $theme_color;
}
2021-05-13 10:56:04 +08:00
}
}
2021-05-13 10:56:04 +08:00
}