2020-07-16 14:34:56 +00:00
|
|
|
/**
|
|
|
|
|
* 商品添加-搜索列表
|
|
|
|
|
*/
|
|
|
|
|
.goods-add-container {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.forth-selection-container select.forth-selection-form-category {
|
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
|
|
|
|
.forth-selection-container .forth-selection-form-category,
|
|
|
|
|
.forth-selection-container .chosen-container,
|
|
|
|
|
.forth-selection-container .forth-selection-form-keywords {
|
2023-08-27 08:10:21 +00:00
|
|
|
width: calc(33% - 3.2rem) !important;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
|
|
|
|
.forth-selection-container .chosen-container,
|
|
|
|
|
.forth-selection-container .forth-selection-form-keywords {
|
2020-07-16 14:34:56 +00:00
|
|
|
display: -webkit-inline-box !important;
|
|
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.forth-selection-container .chosen-single {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.forth-selection-container .search-submit {
|
2023-08-27 08:10:21 +00:00
|
|
|
width: 8.7rem;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.goods-list-container {
|
2023-08-27 08:10:21 +00:00
|
|
|
height: calc(100% - 9.2rem);
|
2024-10-21 02:51:14 +00:00
|
|
|
max-height: 100%;
|
2023-08-27 08:10:21 +00:00
|
|
|
border: 0.1rem solid #eee;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.goods-list-container .am-gallery-bordered .am-gallery-title {
|
2023-08-27 08:10:21 +00:00
|
|
|
margin-top: 0.5rem;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.goods-list-container ul li {
|
|
|
|
|
position: relative;
|
|
|
|
|
cursor: pointer;
|
2024-01-19 06:49:32 +00:00
|
|
|
transition: all 0.3s ease;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.goods-list-container ul li:hover .am-gallery-item {
|
2024-01-19 06:49:32 +00:00
|
|
|
-webkit-box-shadow: 0 0 0.6rem var(--color-blue);
|
|
|
|
|
box-shadow: 0 0 0.6rem var(--color-blue);
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.goods-list-container .icon-submit-container {
|
|
|
|
|
position: absolute;
|
2024-01-19 06:49:32 +00:00
|
|
|
right: -0.3rem;
|
|
|
|
|
top: -1rem;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2024-01-19 06:49:32 +00:00
|
|
|
|
2020-07-16 14:34:56 +00:00
|
|
|
.goods-page-container {
|
2023-08-27 08:10:21 +00:00
|
|
|
height: 4rem;
|
2020-07-16 14:34:56 +00:00
|
|
|
}
|
2022-06-28 15:19:51 +00:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 数据列表规格展示
|
|
|
|
|
*/
|
2024-01-19 06:49:32 +00:00
|
|
|
.spec-inventory-list .am-modal ul li {
|
|
|
|
|
border-bottom: 0.1rem solid #fafafa;
|
2022-06-28 15:19:51 +00:00
|
|
|
}
|