# Conflicts:
#	src/pages/index/components/module/MoreService/index.vue
This commit is contained in:
2025-10-16 20:40:30 +08:00
14 changed files with 150 additions and 266 deletions

View File

@@ -3,6 +3,18 @@
margin: 4px;
}
.mr-4 {
margin-right: 4px;
}
.m-8 {
margin: 8px;
}
.mt-8 {
margin-top: 8px;
}
.mr-8 {
margin-right: 8px;
}
@@ -11,10 +23,18 @@
margin-bottom: 8px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.m-12 {
margin: 12px;
}
.mb-12 {
margin-bottom: 12px;
}

View File

@@ -27,6 +27,14 @@
padding-top: 8px;
}
.pl-8 {
padding-left: 8px;
}
.pr-8 {
padding-right: 8px;
}
.pb-8 {
padding-bottom: 8px;
}