08-27-周三_17-09-29
This commit is contained in:
52
styles/website.css
Normal file
52
styles/website.css
Normal file
@@ -0,0 +1,52 @@
|
||||
.gitbook-link {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.fa-align-justify:before {
|
||||
content: "\f039\00A0\00A0"!important;
|
||||
}
|
||||
|
||||
.fa-align-justify::after {
|
||||
content: "菜单栏"!important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
.fa-angle-left:before {
|
||||
content: "上一页"!important;
|
||||
font-size: 20px;
|
||||
border: 1px solid #2E6DA4;
|
||||
color: white;
|
||||
box-shadow: 2px 2px 2px #000;
|
||||
background: #337AB7;
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.fa-angle-right:before {
|
||||
content: "下一页"!important;
|
||||
font-size: 20px;
|
||||
border: 1px solid #2E6DA4;
|
||||
color: white;
|
||||
box-shadow: 2px 2px 2px #000;
|
||||
background: #337AB7;
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
}
|
||||
.fa-align-justify {
|
||||
font-size: 18px;
|
||||
border: 1px solid #2E6DA4;
|
||||
color: white;
|
||||
box-shadow: 2px 2px 2px #000;
|
||||
background: #337AB7;
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
}
|
||||
.fa-align-justify::after{
|
||||
font-size: 15px;
|
||||
line-height: 19px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.footer-modification {
|
||||
float: left!important;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user