提交
This commit is contained in:
85
甲情_甲意/miniprogram/pages/wode/wode.acss
Normal file
85
甲情_甲意/miniprogram/pages/wode/wode.acss
Normal file
@ -0,0 +1,85 @@
|
||||
/* 头像盒子 */
|
||||
.box1 {
|
||||
width: 100%;
|
||||
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;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
.image1{
|
||||
max-width: 30px;
|
||||
max-height: 30px;
|
||||
margin-left: 35rpx;
|
||||
}
|
||||
.imagejian{
|
||||
max-width: 30px;
|
||||
max-height: 30px;
|
||||
}
|
||||
/* 退出登录 */
|
||||
.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;
|
||||
}
|
||||
.box3{
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.fenbu{
|
||||
width: 90%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
Reference in New Issue
Block a user