初始上传
This commit is contained in:
18
app/component/view/goods_category/css/design.css
Executable file
18
app/component/view/goods_category/css/design.css
Executable file
@@ -0,0 +1,18 @@
|
||||
/* 公共*/
|
||||
.goods-category .preview-draggable{padding:0;}
|
||||
.goods-category{background: #ffffff;}
|
||||
.goods-category .templet-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
|
||||
.goods-category .templet-img-box{display: flex;justify-content: center;align-items: center;width: 150px;min-height: 90px;border: 1px solid #eee;margin-bottom: 10px;}
|
||||
.goods-category .templet-img-box img{max-height: 100%;max-width: 100%;}
|
||||
.goods-category .real-image-box{/*width: 375px;height: 550px;*/}
|
||||
.goods-category .real-image-box img{/*max-height: 100%;*/max-width: 100%;}
|
||||
.goods-category-popup-wrap{display: none;}
|
||||
/* 弹框中的分类样式*/
|
||||
.goods-classification-style{padding:0 !important;}
|
||||
.goods-classification-style .style-title{display: flex;margin-bottom: 20px;}
|
||||
.goods-classification-style .style-title li{width: 110px;height: 35px;line-height: 35px;text-align: center;border: 1px solid #f1f1f1;color: #666;margin-right: 15px;cursor: pointer;}
|
||||
.goods-classification-style .style-title li.selected{color: #fff;}
|
||||
.goods-classification-style .style-content li{display: flex;justify-content: space-between;flex-wrap: wrap;}
|
||||
.goods-classification-style .style-content li .style-img-box{overflow: hidden;position: relative;width: 280px;height: 480px;border: 1px solid #f4f4f4;display: flex;justify-content: space-between;align-items: center;cursor: pointer;margin-top: 15px;}
|
||||
.goods-classification-style .style-content li .style-img-box:nth-child(1), .goods-classification-style .style-content li .style-img-box:nth-child(2), .goods-classification-style .style-content li .style-img-box:nth-child(3){margin-top: 0;}
|
||||
.goods-classification-style .style-content li .style-img-box img{max-height: 100%;max-width: 100%;}
|
||||
Reference in New Issue
Block a user