From edef8e5d079bf417af01066b6f405e0e193cc177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=91=E6=98=8E=E5=AE=B6?= <43107458+PhyQxx@users.noreply.github.com> Date: Tue, 14 Jan 2020 11:40:20 +0800 Subject: [PATCH] Delete account.css --- src/main/webapp/WEB-INF/view/account.css | 31 ------------------------ 1 file changed, 31 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/view/account.css diff --git a/src/main/webapp/WEB-INF/view/account.css b/src/main/webapp/WEB-INF/view/account.css deleted file mode 100644 index 6b82ae9..0000000 --- a/src/main/webapp/WEB-INF/view/account.css +++ /dev/null @@ -1,31 +0,0 @@ -*{ - box-sizing: border-box; - padding: 0; - margin: 0; -} -html{ - width: 100%; - height: 100%; -} -body{ - width: 100%; - height: 100%; - display: flex; - flex-direction:column; -} -.head{ - height: 5em; - padding: 0 10%; - background: #17b5fe; -} -.head .my-logo{ - height: 100%; - width: 15%; - background-image: url("../img/my-logo.png"); - background-repeat: no-repeat; - background-position: center; - background-size: 100% 100%; -} -.iframe-middle{ - height: calc(100% - 5em); -} \ No newline at end of file