src/main/webapp/static/css/style.css | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/testview/testview.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/css/style.css
@@ -1,6 +1,7 @@ *{ margin: 0; /*overflow: hidden;*/ font-size: 10px; } html,body{ height: 100%; @@ -39,6 +40,7 @@ color:white; line-height: 94px; text-align: center; font-size: 40px; } #showTime { width: 350px; @@ -75,8 +77,8 @@ cursor: default; } #main-tab th { height: 50px; width: 50px; height: 40px; width: 25px; background-color: /* #223962 */#3a4a5a; } src/main/webapp/views/testview/testview.html
New file @@ -0,0 +1,10 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> </body> </html>