/* 个人中心-修改密码 */ .user-center .box-content.password { min-height: 350px; padding-top: 70px; padding-left: 250px; } .user-center .en.password { padding-left: 130px; } .user-center .password .phone-number { font-size: 18px; font-family: arial; } .user-center .box-content.password .item { margin-top: 40px; } .user-center .box-content.password .item .text { width: 240px; } .user-center .box-content.password .item .get-code { display: inline-block; line-height: 30px; border: 1px solid #eee; vertical-align: top; padding: 0 15px; background: #f9f9f9; margin-left: 10px; color: #666; } .user-center .box-content.password .item .get-code:hover { color: #000; } .user-center .box-content.password .item.des-box { margin-top: -20px; } .user-center .box-content.password .item .des { color: #999; } .user-center .box-content.password .item .des .time { color: #e1251b; font-family: arial; margin: 0 3px; } .user-center .box-content.password .item .tip-box { margin-left: 60px; text-align: center; margin-top: 30px; } .user-center .box-content.password .item .tip-box .tip { font-size: 18px; padding-left: 42px; height: 32px; line-height: 32px; position: relative; } .user-center .box-content.password .item .tip-box .tip::before { position: absolute; left: 15px; top: 0; display: block; width: 32px; height: 32px; content: " "; font-size: 0; background: url(../images/icons.png) no-repeat 0 -476px; } .user-center .box-content.password .item .tip-box .tip-des { color: #999; margin-top: 10px; } .user-center .box-content.password .item .tip-box .tip-btn { display: inline-block; padding: 5px 15px; background: #e1251b; color: #fff; border-radius: 2px; margin-top: 20px; } .user-center .box-content.password .item .tip-box .tip-btn:hover { opacity: 0.9; } /* 个人中心-修改密码 end */