【新增】增加演示自定义首页

This commit is contained in:
大灰灰
2022-09-14 01:38:23 +08:00
parent a59514e024
commit 0f922e1f32
3 changed files with 3 additions and 3 deletions

View File

@@ -57,4 +57,4 @@ swiper-item image, swiper-item video { height: 600rpx; vertical-align: middle; w
.banner-bottom { bottom: -8rpx; left: 0; position: absolute; z-index: 99; } .banner-bottom { bottom: -8rpx; left: 0; position: absolute; z-index: 99; }
.image-750-64 { height: 64rpx; width: 750rpx; }

View File

@@ -811,6 +811,5 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import 'default.scss'; @import 'designDefault.scss';
@import '../../../static/style/tags.scss';
</style> </style>

View File

@@ -341,6 +341,7 @@ view, text { box-sizing: border-box; }
.coreshop-image-110-110 { height: 110rpx; vertical-align: middle; width: 110rpx; } .coreshop-image-110-110 { height: 110rpx; vertical-align: middle; width: 110rpx; }
.coreshop-image-88-88 { height: 88rpx; vertical-align: middle; width: 88rpx; } .coreshop-image-88-88 { height: 88rpx; vertical-align: middle; width: 88rpx; }
.coreshop-image-98-98 { height: 98rpx; vertical-align: middle; width: 98rpx; } .coreshop-image-98-98 { height: 98rpx; vertical-align: middle; width: 98rpx; }
.coreshop-image-750-64 { height: 64rpx; width: 750rpx; }
.tag-64 { border-radius: 8rpx; padding: 4rpx 10rpx; } .tag-64 { border-radius: 8rpx; padding: 4rpx 10rpx; }