mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 13:22:47 +08:00
开始使用scss重构项目;
This commit is contained in:
51
source/scss/_common.scss
Normal file
51
source/scss/_common.scss
Normal file
@@ -0,0 +1,51 @@
|
||||
/* 通用类开始 */
|
||||
.ul-padding-md {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.ul-section {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.ul-icon-exit {
|
||||
display : inline-block;
|
||||
width : 16px;
|
||||
height : 16px;
|
||||
background-image : url("img/exit.png");
|
||||
background-size : cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.ul-border-right {
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
|
||||
.ul-bg-white {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.ul-bg-gray {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.ul-bg-black {
|
||||
|
||||
background-color: #393D49;
|
||||
}
|
||||
|
||||
.ul-color-main {
|
||||
color: #6cf !important;
|
||||
}
|
||||
|
||||
.ul-common-flex-list {
|
||||
display : flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ul-common-flex-sb {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* 通用类结束 */
|
||||
Reference in New Issue
Block a user