初始上传

This commit is contained in:
2026-04-04 17:27:12 +08:00
parent 4d80d28eb4
commit b7e11774ee
11191 changed files with 1588469 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
@CHARSET "UTF-8";
.draggable-element .top-category .preview-draggable .preview-box {border-radius: 0;}
.top-category .top-category-item{display: inline-block;padding: 3px 10px;font-size: 14px;}
.top-category .top-category-wrap{display: flex;align-items: center;height: 35px;padding: 0 12px;position: relative;}
.top-category .preview-box-line .top-category-wrap{height: 35px;padding: 0 12px;}
.top-category .preview-box-line .top-category-item{padding: 3px 0;margin-right: 20px;}
.top-category .preview-box-line .top-category-item.active{position: relative;}
.top-category .preview-box-line .top-category-item.active .line{position: absolute;bottom: 0;left: 50%;width: 12px;height: 2px;background-color: #fff;border-radius: 2px;transform: translateX(-50%);}
.top-category .top-category-wrap .iconfont{color: rgb(51, 51, 51);position: absolute;right: 12px;}
/* 弹框 */
.top-category .top-category-style {display: none;}
.style-list-con-top-category {display: flex;flex-wrap: wrap;}
.style-list-con-top-category .style-li-top-category {width: 48%;height: 100px;margin-right: 2%;margin-bottom: 60px;cursor: pointer;border: 1px solid #ededed;background: #f7f8fa;box-sizing: border-box;}
.style-list-con-top-category .style-li-top-category:nth-child(3n) {margin-right: 0;}
.style-list-con-top-category .style-li-top-category .title{margin-top:20px;text-align: center;display: block;}
.style-list-con-top-category .style-li-top-category .style-list1{display: flex;justify-content: center;line-height: 100px;}
.style-list-con-top-category .style-li-top-category .style-list1>div{position:relative;font-size: 12px;margin:0 5px;}
.style-list-con-top-category .style-li-top-category .style-list1>div:first-child{font-size: 14px;font-weight: 600;}
.style-list-con-top-category .style-li-top-category .style-list1>div:first-child>.line{position: absolute;height:2px;width:100%;bottom: 30px;left:0;}
.style-list-con-top-category .style-li-top-category .style-list1>div:last-child{ margin-right: 0;}
.style-list-con-top-category .style-li-top-category .style-list2{display: flex;justify-content: center;line-height: 100px;height: 100px;}
.style-list-con-top-category .style-li-top-category .style-list2>div{position:relative;border-radius: 25px;font-size: 12px;height: 25px;line-height: 25px; padding: 0 3px; text-align: center;margin-right:5px;margin-top: 37.5px;}
.style-list-con-top-category .style-li-top-category .style-list2>div:first-child{ color: #fff;}
.style-list-con-top-category .style-li-top-category .style-list2>div:last-child{ margin-right: 0;}