/* 头像盒子 */ .box1 { width: 390px; 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; position: relative; } .image1{ max-width: 35px; max-height: 25px; position:relative; } /* 退出登录 */ .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; }