first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<script>
export default {
}
</script>
<style lang="less">
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
uni-swiper {
.uni-swiper-dots-horizontal {
bottom: 19px !important;
}
}
.book {
.uni-list-item__container {
padding: 12px 0 !important;
}
.uni-list-item__container::after {
left: 0 !important;
}
}
@import url("./static/css/uni.css");
@import "./common/less/page/my.less";
</style>