jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/wodedingdan/wodedingdan.acss
2024-11-10 15:01:22 +08:00

66 lines
867 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:20px;
top:50px;
}
.z2:hover{
color: rgb(251, 142, 187);
}
.z2{
font-size: 20px;
position: absolute;
left:80px;
top:50px;
}
.z3:hover{
color: rgb(251, 142, 187);
}
.z3{
font-size: 20px;
position: absolute;
left:160px;
top:50px;
}
.z4:hover{
color: rgb(251, 142, 187);
}
.z4{
font-size: 20px;
position: absolute;
left:240px;
top:50px;
}
.z5:hover{
color: rgb(251, 142, 187);
}
.z5{
font-size: 20px;
position: absolute;
left:320px;
top:50px;
}
/* 底部 */
.text2{
color: dimgray;
position: absolute;
left:155px;
top:90px;
}