Update UI
This commit is contained in:
@@ -26,9 +26,14 @@ body { background-color: var(--bg-page) !important; color: var(--text-primary);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,.08);
|
||||
}
|
||||
|
||||
/* ── Page content spacing ─────────────────────────────────────────────────── */
|
||||
#container { margin-top: 1.5rem !important; }
|
||||
|
||||
/* ── Back-to-top button ───────────────────────────────────────────────────── */
|
||||
#backToTop {
|
||||
position: fixed;
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<div class="three wide column">
|
||||
<h4 class="ui header">关于遥远</h4>
|
||||
<div class="ui link list">
|
||||
<a href="http://yaoyuan.io" class="item">Yaoyuan.io</a>
|
||||
<a href="http://cyy.im" class="item">CYY.IM</a>
|
||||
<a href="http://chuyaoyuan.com" class="item">Chuyaoyuan</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>主题详情页</title>
|
||||
<head>
|
||||
<title>主题详情页</title>
|
||||
<!-- <link rel="stylesheet" type="text/css" href="static/semanticui/semantic.css"> -->
|
||||
<!-- <script src="static/jquery/jquery-3.4.1.min.js"></script> -->
|
||||
<!-- <script src="static/semanticui/semantic.min.js"></script> -->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Jiscuss Demo</title>
|
||||
<head>
|
||||
<title>Jiscuss Demo</title>
|
||||
<!-- default header name is X-CSRF-TOKEN -->
|
||||
<meta name="_csrf" content="${_csrf.token}"/>
|
||||
<meta name="_csrf_header" content="${_csrf.headerName}"/>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Jiscuss Demo</title>
|
||||
<head>
|
||||
<title>Jiscuss Demo</title>
|
||||
<#include "comm/commjs.ftl"/>
|
||||
<style type="text/css">
|
||||
body {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>新建主题页</title>
|
||||
<head>
|
||||
<title>新建主题页</title>
|
||||
<!-- <link rel="stylesheet" type="text/css" href="static/semanticui/semantic.css"> -->
|
||||
<!-- <script src="static/jquery/jquery-3.4.1.min.js"></script> -->
|
||||
<!-- <script src="static/semanticui/semantic.min.js"></script> -->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>新建标签页</title>
|
||||
<head>
|
||||
<title>新建标签页</title>
|
||||
<!-- <link rel="stylesheet" type="text/css" href="static/semanticui/semantic.css"> -->
|
||||
<!-- <script src="static/jquery/jquery-3.4.1.min.js"></script> -->
|
||||
<!-- <script src="static/semanticui/semantic.min.js"></script> -->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Jiscuss Demo</title>
|
||||
<head>
|
||||
<title>Jiscuss Demo</title>
|
||||
<#include "comm/commjs.ftl"/>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user