48 lines
637 B
Plaintext
48 lines
637 B
Plaintext
/* 顶部 */
|
|
.box1{
|
|
width: 390px;
|
|
height: 50px;
|
|
background-color: #eec2c7;
|
|
position: relative;
|
|
}
|
|
.text1{
|
|
font-size: 24px;
|
|
position: absolute;
|
|
left:140px;
|
|
top:10px;
|
|
}
|
|
/* 界面信息 */
|
|
.z1:hover{
|
|
color: rgb(251, 142, 187);
|
|
}
|
|
.z1{
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left:50px;
|
|
top:60px;
|
|
}
|
|
.z2:hover{
|
|
color: rgb(251, 142, 187);
|
|
}
|
|
.z2{
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left:160px;
|
|
top:60px;
|
|
}
|
|
.z3:hover{
|
|
color: rgb(251, 142, 187);
|
|
}
|
|
.z3{
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left:290px;
|
|
top:60px;
|
|
}
|
|
/* 底部 */
|
|
.text2{
|
|
color: dimgray;
|
|
position: absolute;
|
|
left:160px;
|
|
top:100px;
|
|
} |