.box1{ width:390px; height: 900px; background-color:#eec2c7; } /* 标题 */ .text1 { font-size: 20px; font-weight: bolder; color: black; position: absolute; top:10px; left:140px; } .box2{ width:350px; height: 300px; position: absolute; background-color: #ffffff; border-radius: 20px; top:60px; left:20px; } /* 头像 */ .z1{ font-size: 15px; top:50px; left:20px; position: absolute; } .box2 image{ border-radius: 50px; width: 55px; height: 55px; top:30px; left:260px; position: absolute; } .x1{ height: 1px; width: 320px; background-color: darkgrey; position: absolute; top:100px; left:10px; } /* 昵称 */ .z2{ font-size: 15px; top:150px; left:20px; position: absolute; } .z3{ font-size: 15px; top:150px; left:220px; position: absolute; } .x2{ height: 1px; width: 320px; background-color: darkgrey; position: absolute; top:190px; left:10px; } /* 地区 */ .z4{ font-size: 15px; top:220px; left:20px; position: absolute; } .z5{ font-size: 15px; top:220px; left:240px; position: absolute; } .x3{ height: 1px; width: 320px; background-color: darkgrey; position: absolute; top:260px; left:10px; }