/* pages/register/index.wxss */ .container { position: relative; padding: 0 20px; display: flex; height: 100vh; justify-items: center; align-items: center; } .register_cancel { position: absolute; padding: 10px; width: 30px; height: 30px; top: 0; right: 20px; } .page_bd { height: 60vh; width: 100%; } .register_form .weui-cells__title { font-size: 19px; color: black; } .register_form .weui-cell__icon { padding-right:5px; width: 25px; height: 30px; } .register_form .weui-cells::before { border-top: 0px solid white; }