2013-06-24 08:17:08 +08:00
|
|
|
h4 {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
.row {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.row .row {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-08-16 08:39:37 +08:00
|
|
|
[class*="col-"] {
|
2013-06-24 08:17:08 +08:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2013-08-16 08:39:37 +08:00
|
|
|
background-color: #eee;
|
2017-11-27 05:40:49 +08:00
|
|
|
background-color: rgba(86, 61, 124, .15);
|
2014-01-31 20:03:42 +08:00
|
|
|
border: 1px solid #ddd;
|
2017-11-27 05:40:49 +08:00
|
|
|
border: 1px solid rgba(86, 61, 124, .2);
|
2013-06-24 08:17:08 +08:00
|
|
|
}
|
2013-08-16 08:39:37 +08:00
|
|
|
|
|
|
|
hr {
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 40px;
|
2014-01-31 20:20:33 +08:00
|
|
|
}
|