page,body{ background: #fff; } .login-wrap { display: flex; justify-content: center; .login-form{ width: 90%; } .account{ display: flex; } .identifying-code{ } } .h-input-wrap{ padding-left: 12px; padding-right: 12px; display: flex; align-items: center; height: 40px; font-family: PingFangSC-Regular, PingFang SC; font-size: 14px; .h-name{ font-weight: 400; color: #333333; line-height: 22px; margin-right: 6px; } .input-style{ border-radius: 4px; font-weight: 400; color: #999999; line-height: 22px; font-size: 14px; } } page{ background: #F8F8F8; } .keep-on-record-wrap{ width: 96%; margin: 0 auto; color: #676767; } .keep-on-record-content{ margin-top: 12px; } .container { height: 100%; } // 图片上传 .uploadBox { margin: 0 auto; width: 100%; padding-left: 12px; padding-right: 12px; margin-top: 12px; .leftBtn { height: 42px; background: #FFE05C; border-radius: 27px; color: #333333; line-height: 42px; margin-top: 12px; } .uploadItem { width: 100%; height: 198px; border-width: 1px; border-style: dashed; border-color: #999; .imgUrl { width: 100%; height: 100%; } } .h-desc{ font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; line-height: 50px; text-align: center; } .bg-img1{ background-image: url('https://jje.admin.xinyuekj.com.cn/static/me/u11.png'); background-size: cover; background-repeat: repeat; } .bg-img2{ background-image: url("https://jje.admin.xinyuekj.com.cn/static/me/u12.png"); background-size: cover; background-repeat: repeat; } } /* 底部 */ .footer{ margin-top: 30px; height: 160px; font-size: 12px; text-align: center; color: #666; }