使用thymeleaf模板引擎,引入frame框架和公用css和js文件
This commit is contained in:
11
src/main/resources/static/css/style.css
Normal file
11
src/main/resources/static/css/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
@font-face {
|
||||
/* font-properties */
|
||||
font-family: element-icons;
|
||||
src: url('../fonts/element-icons.ttf'),
|
||||
url('../fonts/element-icons.woff'); /* IE9 */
|
||||
}
|
||||
.loginTitle{
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user