style finished

This commit is contained in:
vickihe
2019-09-04 19:56:12 +08:00
parent dff6a52863
commit 671d8b3a00
15 changed files with 339 additions and 40 deletions

View File

@@ -1,9 +1,9 @@
body {
background-color: papayawhip;
height: 1450px;
margin: 0px;
background-image: url("images/天空2.jpg");
background-image: url("images/天空1.jpg");
background-repeat: no-repeat;
background-size: 100%;
background-size: cover;
}
/* LOGO */
@@ -78,11 +78,10 @@ ul {
width: auto;
height: auto;
/* background-color: yellow; */
margin: 0 0 0 210px;
margin: 0 0 0 190px;
}
.box2 table tr td {
padding: 150px 50px 90px 0;
/* background-color: yellow; */
}
.box2 table tr td a {
color: papayawhip;
@@ -90,13 +89,18 @@ ul {
font-size: 14px;
background-image: url("icons/房间.png");
background-repeat: no-repeat;
padding: 100px 90px 20px 115px;
background-position: 80px 30px;
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");
}
.box2 table tr td.last {
padding: 150px 0 90px 0;
}
/* 纵向导航栏 */
.guide {