jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/wode/wode.acss

74 lines
1019 B
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
/* 头像盒子 */
.box1 {
2024-12-03 11:59:36 +00:00
width: 100%;
2024-11-10 07:01:22 +00:00
height: 120px;
background-color: #eec2c7;
position: relative;
}
.box1 image{
max-width: 70px;
max-height: 70px;
position:absolute;
border-radius: 50%;
top:30px;
left:30px;
}
.text1{
font-size: 20px;
position: absolute;
left:110px;
top:50px;
}
.text2{
color: dimgray;
position: absolute;
left:290px;
}
.text3{
color:dimgray;
position: absolute;
left:340px;
}
/* 我的订单 */
.box2 image{
max-width: 35px;
max-height: 25px;
position:absolute;
top:140px;
left:25px;
}
.z1{
font-size: 20px;
2024-11-15 03:51:28 +00:00
position: relative;
2024-11-10 07:01:22 +00:00
}
2024-11-15 03:51:28 +00:00
.image1{
2024-11-10 07:01:22 +00:00
max-width: 35px;
max-height: 25px;
2024-11-15 03:51:28 +00:00
position:relative;
2024-11-10 07:01:22 +00:00
}
/* 退出登录 */
.box10 image{
max-width: 35px;
max-height: 25px;
position:absolute;
top:380px;
left:25px;
}
.z5{
font-size: 20px;
position: absolute;
left:70px;
top:380px;
}
.box11 image{
max-width: 35px;
max-height: 25px;
position:absolute;
top:380px;
left:330px;
2024-11-15 03:51:28 +00:00
}
.box3{
width: 100%;
height: 100rpx;
2024-11-10 07:01:22 +00:00
}