/* 头像盒子 */ .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: absolute; left:70px; top:140px; } .box3 image{ max-width: 35px; max-height: 25px; position:absolute; top:140px; left:330px; } /* 我的评价 */ .box4 image{ max-width: 35px; max-height: 25px; position:absolute; top:200px; left:25px; } .z2{ font-size: 20px; position: absolute; left:70px; top:200px; } .box5 image{ max-width: 35px; max-height: 25px; position:absolute; top:200px; left:330px; } /* 个人信息 */ .box6 image{ max-width: 35px; max-height: 25px; position:absolute; top:260px; left:25px; } .z3{ font-size: 20px; position: absolute; left:70px; top:260px; } .box7 image{ max-width: 35px; max-height: 25px; position:absolute; top:260px; left:330px; } /* 商家入驻 */ .box8 image{ max-width: 35px; max-height: 25px; position:absolute; top:320px; left:25px; } .z4{ font-size: 20px; position: absolute; left:70px; top:320px; } .box9 image{ max-width: 35px; max-height: 25px; position:absolute; top:320px; left:330px; } /* 退出登录 */ .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; }