mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-10 14:12:47 +08:00
新增巨幕样式;
This commit is contained in:
22
source/scss/jumbotron/_jumbotron.scss
Normal file
22
source/scss/jumbotron/_jumbotron.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user