vr-shopxo-source/service/Public/Home/Default/Css/User.css

20 lines
537 B
CSS
Executable File

form.form-validation, .reg-switch-view { margin: 30px 0 60px 0; }
.verify-submit-win { margin-top: 20px; display: block; }
.reg-switch-tips { font-weight: 100; font-size: 12px; color: #f87689; margin-left: 20px; }
#verify-win .am-modal-bd .base { overflow: hidden; }
#verify-win .am-modal-bd .base .verify-tips { font-size: 12px; }
.reg-switch-view .am-btn { width: 49%; line-height: 100px; font-size: 16px; }
/**
* PC
*/
@media only screen and (min-width: 641px) {
}
/**
* 手机
*/
@media only screen and (max-width: 641px) {
}