页面优化
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="ui main menu" id="menu">
|
||||
<div class="ui fixed menu" id="menu">
|
||||
<div class="ui container">
|
||||
<div href="/" class="header borderless item">
|
||||
<img class="logo" src="static/assets/images/logo.png">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<#include "comm/commjs.ftl"/>
|
||||
</head>
|
||||
<body>
|
||||
<body style=" background: #f7f8fa;">
|
||||
<#include "comm/header.ftl"/>
|
||||
|
||||
<div class="ui container" id="container">
|
||||
@@ -28,8 +28,8 @@
|
||||
|
||||
<h3 class="ui center aligned header"></h3>
|
||||
<div class="ui four column grid">
|
||||
<div class="widescreen large screen computer tablet only twelve wide column">
|
||||
<div id="context2">
|
||||
<div class="ui widescreen large screen computer tablet only twelve wide column segment">
|
||||
<div id="context2" >
|
||||
|
||||
<h2 class="ui header">
|
||||
<i class="edit outline icon"></i>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<#include "comm/commjs.ftl"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body style=" background: #f7f8fa;">
|
||||
<#include "comm/header.ftl"/>
|
||||
|
||||
<div class="ui container" id="container">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #DADADA;
|
||||
background-color: #f7f8fa;
|
||||
}
|
||||
|
||||
body > .grid {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<meta name="_csrf_header" content="${_csrf.headerName}"/>
|
||||
<#include "comm/commjs.ftl"/>
|
||||
</head>
|
||||
<body>
|
||||
<body style=" background: #f7f8fa;">
|
||||
<#include "comm/header.ftl"/>
|
||||
|
||||
<div class="ui container" id="container">
|
||||
|
||||
Reference in New Issue
Block a user