mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
22 lines
382 B
SCSS
22 lines
382 B
SCSS
.ul-jumbotron {
|
|
padding : 15px;
|
|
text-align: center;
|
|
|
|
.main {
|
|
margin : 20px auto;
|
|
max-width : 800px;
|
|
text-align: center;
|
|
|
|
.title {
|
|
font-size : 32px;
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
.desc {
|
|
font-size : 18px;
|
|
line-height: 1.8;
|
|
margin : 25px auto;
|
|
}
|
|
}
|
|
} |