/* 顶部信息 */ .box1{ width: 390px; height: 50px; background-color: #eec2c7; } .text1{ font-size: 22px; top:10px; left:140px; position: absolute; font-weight: bolder; } .text2{ font-size: 25px; top:80px; left:40px; position: absolute; } /* 账号 */ .box2{ width: 310px; height: 60px; top:89px; left:39px; position: relative; background-color:darkgrey; border-radius: 10px; } .box3{ width: 308px; height: 58px; top:1px; left:1px; position: relative; background-color: #ffffff; border-radius: 10px; } .z1{ color: darkgrey; left:50px; top:20px; position: absolute; } .box3 image{ width: 40px; height: 40px; position: absolute; top:8px; left:8px; } /* 密码 */ .box4{ width: 310px; height: 60px; top:239px; left:39px; position: absolute; background-color:darkgrey; border-radius: 10px; } .box5{ width: 308px; height: 58px; top:1px; left:1px; position: absolute; background-color: #ffffff; border-radius: 10px; } .z2{ color: darkgrey; left:50px; top:20px; position: absolute; } .box5 image{ width: 40px; height: 40px; position: absolute; top:8px; left:8px; /* 登录按钮 */ } .box6{ width: 310px; height: 60px; position: absolute; top:360px; left:40px; background-color:#4095E5 ; border-radius: 30px; } .z3{ font-size: 25px; position: absolute; color: #ffffff; top:15px; left:125px; }