update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user