This commit is contained in:
vickihe
2019-09-12 15:56:30 +08:00
parent 73f7ed89d0
commit a30f27feef
17 changed files with 816 additions and 238 deletions

View File

@@ -77,29 +77,30 @@ ul {
.box2 {
width: auto;
height: auto;
/* background-color: yellow; */
margin: 0 0 0 190px;
}
.box2 table tr td {
padding: 150px 50px 90px 0;
padding: 40px 50px 50px 0;
}
.box2 table tr td a {
color: papayawhip;
text-decoration-line: none;
font-size: 14px;
background-image: url("icons/房间.png");
background-image: url("icons/老人2.png");
background-repeat: no-repeat;
padding: 100px 90px 20px 100px;
background-position: 70px 35px;
background-size: 40%;
margin: 0 0 0 5px;
/* background-color: yellow; */
}
.box2 table tr td a:hover {
background-image: url("icons/房间light.png");
background-image: url("icons/老人2light.png");
}
.box2 table tr td.last {
padding: 150px 0 90px 0;
padding: 40px 0 50px 0;
}
.box2 table tr td span {
color: rgba(255, 239, 213);
font-size: 14px;
padding: 0;
margin: 0 0 0 90px;
}
/* 纵向导航栏 */
@@ -115,13 +116,11 @@ ul {
}
.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);