feat:图片轮播组件封装

This commit is contained in:
duanshuwen
2025-07-12 23:10:36 +08:00
parent 7bea43f450
commit 9bac216d7a
9 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.module-header {
position: relative;
padding: 2px 8px 2px 3px;
}
.module-title {
font-size: 18px;
font-family: DingTalk JinBuTi, DingTalk JinBuTi;
color: #000;
position: relative;
z-index: 1;
}
.underline {
position: absolute;
bottom: 3px;
left: 0;
width: 79px;
height: 4px;
z-index: 0;
}
.mb12 {
margin-bottom: 12px;
}