This commit is contained in:
vickihe
2019-09-09 21:07:51 +08:00
parent dfa64a5847
commit 7488fe6bb6
132 changed files with 32120 additions and 168 deletions

View File

@@ -1,5 +1,5 @@
body {
height: 2000px;
height: 3000px;
margin: 0px;
background-image: url("images/天空1.jpg");
background-repeat: no-repeat;
@@ -77,14 +77,14 @@ ul {
.info {
width: 450px;
height: 350px;
background-color: white;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 170px;
left: 140px;
}
.info h2 {
padding: 0 0 0 20px;
color: rgb(255, 115, 0);
color: rgb(255, 206, 166);
}
.info span {
position: relative;
@@ -97,26 +97,52 @@ ul {
.room {
width: 450px;
height: 350px;
background-color: white;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 170px;
left: 660px;
}
.room h2 {
padding: 0 0 0 20px;
color: rgb(255, 115, 0);
color: rgb(255, 206, 166);
}
/* 健康监测卡 */
.health {
/* 本周步数 */
.walk {
width: 450px;
height: 350px;
background-color: white;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 580px;
left: 140px;
}
.health h2 {
padding: 0 0 0 20px;
color: rgb(255, 115, 0);
/* 睡眠情况 */
.sleep {
width: 450px;
height: 350px;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 580px;
left: 640px;
}
/* 心率 */
.heart {
width: 450px;
height: 350px;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 980px;
left: 140px;
}
/* 行动轨迹 */
.track {
width: 1150px;
height:550px;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 1380px;
left: 40px;
}