opt
This commit is contained in:
parent
0f0d7330ca
commit
e5f5e6ca75
@ -12,6 +12,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="all"/>
|
<meta name="robots" content="all"/>
|
||||||
<meta name="author" content="BAOGUTANG-FILE"/>
|
<meta name="author" content="BAOGUTANG-FILE"/>
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
<!-- <link href="/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">-->
|
<!-- <link href="/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">-->
|
||||||
<!-- <link href="/css/font-awesome.min.css" rel="stylesheet" th:href="@{/css/font-awesome.min.css}">-->
|
<!-- <link href="/css/font-awesome.min.css" rel="stylesheet" th:href="@{/css/font-awesome.min.css}">-->
|
||||||
<!-- <link href="/css/base.css" rel="stylesheet" th:href="@{/css/base.css}">-->
|
<!-- <link href="/css/base.css" rel="stylesheet" th:href="@{/css/base.css}">-->
|
||||||
@ -8978,6 +8979,11 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: rgb(98, 210, 161);
|
border-color: rgb(98, 210, 161);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-link:hover {
|
||||||
|
background-color: #0fd59d !important;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="over-flow:hidden;">
|
<body style="over-flow:hidden;">
|
||||||
@ -8985,6 +8991,10 @@
|
|||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="col-md-5" style="position:relative;">
|
<div class="col-md-5" style="position:relative;">
|
||||||
<span class="logo">BAOGUTANG-FILE</span>
|
<span class="logo">BAOGUTANG-FILE</span>
|
||||||
|
<a href="https://json.baogutang.top" target="_blank" class="nav-link"
|
||||||
|
style="display:inline-block;padding:10px 20px;margin-left:20px;color:#0fd59d;border:1px solid #0fd59d;border-radius:4px;text-decoration:none;font-size:15px;transition:all 0.3s;vertical-align:middle;">
|
||||||
|
<i class="fa fa-code" style="margin-right:6px;"></i>JSON工具
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<nav class="col-md-7" style="padding:10px 0;" align="right">
|
<nav class="col-md-7" style="padding:10px 0;" align="right">
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@ -37,6 +37,11 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-link:hover {
|
||||||
|
background-color: #0fd59d !important;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
@ -50,6 +55,10 @@
|
|||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="col-md-5" style="position:relative;">
|
<div class="col-md-5" style="position:relative;">
|
||||||
<span class="logo">BAOGUTANG-JSON</span>
|
<span class="logo">BAOGUTANG-JSON</span>
|
||||||
|
<a href="https://base64.baogutang.top" target="_blank" class="nav-link"
|
||||||
|
style="display:inline-block;padding:10px 20px;margin-left:20px;color:#0fd59d;border:1px solid #0fd59d;border-radius:4px;text-decoration:none;font-size:15px;transition:all 0.3s;vertical-align:middle;">
|
||||||
|
<i class="fa fa-file" style="margin-right:6px;"></i>Base64工具
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<nav class="col-md-7" style="padding:10px 0;" align="right">
|
<nav class="col-md-7" style="padding:10px 0;" align="right">
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user