diff --git a/web/contents.html b/web/contents.html index 1989878..0b48048 100644 --- a/web/contents.html +++ b/web/contents.html @@ -5,8 +5,40 @@ Document + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
001002003004
005006007008
009010011012
013014015016
017018019020
\ No newline at end of file diff --git a/web/contents_style.css b/web/contents_style.css new file mode 100644 index 0000000..854d8cb --- /dev/null +++ b/web/contents_style.css @@ -0,0 +1,3 @@ +.room tr td { + padding: 90px; +} diff --git a/web/firstPage.html b/web/firstPage.html index 7b9ee4a..25da2a2 100644 --- a/web/firstPage.html +++ b/web/firstPage.html @@ -18,22 +18,57 @@
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
001002003004
005006007008
009010011012
013014015016
017018019020
+
+
+
\ No newline at end of file diff --git a/web/firstPage_style.css b/web/firstPage_style.css index 9185278..5820b20 100644 --- a/web/firstPage_style.css +++ b/web/firstPage_style.css @@ -6,7 +6,7 @@ body { text-align: left; position: absolute; top: 30px; - left: 100px; + left: 10px; user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -21,73 +21,97 @@ body { } .lower { color: rgb(255, 183, 124); - /* font-weight: bold; */ font-family: sans-serif; font-size: 45px; letter-spacing: -5px; } - -.box2 { - margin-left: 100px; - margin-top: 20px; -} -#contents { - background-color: white; - border: none; - border-radius: 2px; -} - +/* 横向菜单栏 */ .menu { - width: 1080px; + width: auto; height: 50px; background-color: rgb(255, 183, 124); - margin-left: 100px; margin-top: 100px; - border-radius: 2px; } ul { - list-style: none; - text-decoration: none; - padding: 0; - user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -webkit-user-select: none; + width: auto; + list-style-type: none; + white-space: nowrap; + padding: 0; } -li { - display: inline-block; - width: 266px; - height: 50px; - margin-left: 80px; - margin-top: 15px; - margin: 0; - text-align: center; - /* transform: translateX(30deg); - -moz-transform: translateX(30deg); - -ms-transform: translateX(30deg); - -o-transform: translateX(30deg); - -webkit-transform: translateX(30deg); - animation: li .2s infinite; */ +.menu li { + float: left; } -.row_menu { - position: relative; - top: 15px; +.menu li#self { + margin: 0 0 0 979px; } -a { - text-decoration-line: none; - font-family: youyuan; - font-size: 16px; +.menu li a { + /* text-indent: -9999px; */ color: white; + text-decoration-line: none; + display: block; + padding: 14px 40px 15px 70px; } -li:hover { - background-color: rgb(255, 115, 0); +.menu li a:hover { + background-color: rgba(248, 148, 66, 0.7); } -/* @keyframes li { - 0%{ - transform: translateX(30deg); - } -} */ -.row_menu:active { - color: rgb(255, 183, 124); +.menu ul li a#firstPage { + background-image: url("icons/首页.png"); + background-repeat: no-repeat; + background-size: 12%; + background-position: 35px 16px; + } +.menu ul li a#my { + background-image: url("icons/管理员.png"); + background-repeat: no-repeat; + background-size: 12%; + background-position: 35px 16px; +} + +/* 操作界面 */ +.box2 { + width: auto; + height: auto; + /* background-color: yellow; */ + margin: 0 0 0 250px; +} +.box2 table tr td { + padding: 150px 50px 90px 0; +} +.box2 table tr td a { + color: white; + text-decoration-line: none; + background-image: url("icons/房间.png"); + background-repeat: no-repeat; + padding: 110px 90px 20px; + background-position: 38px; +} +.box2 table tr td a:hover { + background-image: url("icons/房间light.png"); +} + +/* 纵向导航栏 */ +.guide { + width: 190px; + height: 1100px; + background-color: rgba(255, 183, 124, 0.3); + position: absolute; + top: 150px; +} +.guide li { + margin: 50px 0 0 0; +} +.guide li#delete { + margin: 60px 0; + /* background-color: yellow; */ +} +.guide li a { + text-decoration-line: none; + color: white; + padding: 16px 76px 20px 50px; + /* background-color: yellow; */ +} +.guide li a:hover { + background-color: rgba(248, 148, 66, 0.7); +} \ No newline at end of file diff --git a/web/frame_people.html b/web/frame_people.html deleted file mode 100644 index 2f9ba09..0000000 --- a/web/frame_people.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Document - - -

people

- - \ No newline at end of file diff --git a/web/frame_people_style.css b/web/frame_people_style.css deleted file mode 100644 index 466eb66..0000000 --- a/web/frame_people_style.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - width: 700px; - height: 100%; - background-color: yellow; -} \ No newline at end of file diff --git a/web/frame_rooms.html b/web/frame_rooms.html deleted file mode 100644 index 06a68f7..0000000 --- a/web/frame_rooms.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Document - - -

rooms

- - \ No newline at end of file diff --git a/web/frame_rooms_style.css b/web/frame_rooms_style.css deleted file mode 100644 index 466eb66..0000000 --- a/web/frame_rooms_style.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - width: 700px; - height: 100%; - background-color: yellow; -} \ No newline at end of file diff --git a/web/icons/个人中心.png b/web/icons/个人中心.png deleted file mode 100644 index bb1958c..0000000 Binary files a/web/icons/个人中心.png and /dev/null differ diff --git a/web/icons/个人中心hover.png b/web/icons/个人中心hover.png deleted file mode 100644 index 1cc6097..0000000 Binary files a/web/icons/个人中心hover.png and /dev/null differ diff --git a/web/icons/主页.png b/web/icons/主页.png deleted file mode 100644 index 8bd060e..0000000 Binary files a/web/icons/主页.png and /dev/null differ diff --git a/web/icons/主页hover.png b/web/icons/主页hover.png deleted file mode 100644 index 9d1f437..0000000 Binary files a/web/icons/主页hover.png and /dev/null differ diff --git a/web/icons/房间.png b/web/icons/房间.png new file mode 100644 index 0000000..d01f850 Binary files /dev/null and b/web/icons/房间.png differ diff --git a/web/icons/房间light.png b/web/icons/房间light.png new file mode 100644 index 0000000..96bc524 Binary files /dev/null and b/web/icons/房间light.png differ diff --git a/web/icons/查看.png b/web/icons/查看.png deleted file mode 100644 index 97c1d45..0000000 Binary files a/web/icons/查看.png and /dev/null differ diff --git a/web/icons/查看hover.png b/web/icons/查看hover.png deleted file mode 100644 index 40891d7..0000000 Binary files a/web/icons/查看hover.png and /dev/null differ diff --git a/web/icons/管理.png b/web/icons/管理.png deleted file mode 100644 index 8471e59..0000000 Binary files a/web/icons/管理.png and /dev/null differ diff --git a/web/icons/管理hover.png b/web/icons/管理hover.png deleted file mode 100644 index 835fff1..0000000 Binary files a/web/icons/管理hover.png and /dev/null differ diff --git a/web/icons/管理员.png b/web/icons/管理员.png new file mode 100644 index 0000000..5004104 Binary files /dev/null and b/web/icons/管理员.png differ diff --git a/web/icons/老人.png b/web/icons/老人.png new file mode 100644 index 0000000..3642999 Binary files /dev/null and b/web/icons/老人.png differ diff --git a/web/icons/首页.png b/web/icons/首页.png new file mode 100644 index 0000000..46097a8 Binary files /dev/null and b/web/icons/首页.png differ