基本完成新的组件架构

This commit is contained in:
2022-10-21 19:40:31 +08:00
parent 68d95268e7
commit 3921f7a807
10 changed files with 16112 additions and 20 deletions

View File

@@ -3,6 +3,11 @@
padding: 15px;
}
.ul-margin-md {
margin: 15px;
}
.ul-section {
margin-bottom: 15px;
}
@@ -67,4 +72,10 @@
width: 360px;
}
/* 通用类结束 */
/* 通用类结束 */
.ul-demo-img-bg {
background-image : url("img/view.jpg");
background-size : cover;
background-position: center;
}