Files
YGChatCS/src/static/scss/margin.scss
zoujing e6615da586 Merge branch 'fix-109' of https://git.nianxx.cn/zoujing/YGChatCS
# Conflicts:
#	src/pages/index/components/module/MoreService/index.vue
2025-10-16 20:40:30 +08:00

57 lines
454 B
SCSS

// 外边距-bottom
.m-4 {
margin: 4px;
}
.mr-4 {
margin-right: 4px;
}
.m-8 {
margin: 8px;
}
.mt-8 {
margin-top: 8px;
}
.mr-8 {
margin-right: 8px;
}
.mb-8 {
margin-bottom: 8px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.m-12 {
margin: 12px;
}
.mb-12 {
margin-bottom: 12px;
}
.mt-6 {
margin-top: 6px;
}
.mb-6 {
margin-bottom: 6px;
}
.ml-12 {
margin-left: 12px;
}
.ml-20 {
margin-left: 20px;
}