change: static file path
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 299 KiB After Width: | Height: | Size: 299 KiB |
@ -4,8 +4,8 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>ELO Star</title>
|
<title>ELO Star</title>
|
||||||
<script src="{{ url_for('static', filename='layui/layui.js') }}"></script>
|
<script src="{{ url_for('static', filename='layui.js') }}"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='layui/css/layui.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/layui.css') }}">
|
||||||
<style>
|
<style>
|
||||||
.layui-footer {
|
.layui-footer {
|
||||||
position: fixed;left: 0;right: 0;bottom: 0;z-index: 990;height: 7vh;line-height: 7vh;
|
position: fixed;left: 0;right: 0;bottom: 0;z-index: 990;height: 7vh;line-height: 7vh;
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>ELO Star</title>
|
<title>ELO Star</title>
|
||||||
<script src="{{ url_for('static', filename='layui/layui.js') }}"></script>
|
<script src="{{ url_for('static', filename='layui.js') }}"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='layui/css/layui.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/layui.css') }}">
|
||||||
<style>
|
<style>
|
||||||
.layui-footer {
|
.layui-footer {
|
||||||
position: fixed;left: 0;right: 0;bottom: 0;z-index: 990;height: 7vh;line-height: 7vh;
|
position: fixed;left: 0;right: 0;bottom: 0;z-index: 990;height: 7vh;line-height: 7vh;
|
||||||
|