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

20 lines
536 B
CSS
Raw Normal View History

2018-09-12 03:39:55 +00:00
form.form-validation, .reg-switch-view { margin: 30px 0 60px 0; }
2018-09-11 10:34:45 +00:00
.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; }
2018-09-30 10:13:06 +00:00
.reg-switch-view button { width: 49%; line-height: 100px; font-size: 16px; }
2018-09-11 10:34:45 +00:00
/**
* PC
*/
@media only screen and (min-width: 641px) {
}
/**
*
*/
@media only screen and (max-width: 641px) {
}