/**index.wxss**/ page{ background: #ccc; } .container { position: relative; width: 100%; height: 100%; font-size: 14px; color: #000; background-size: 100% 100% } .fromtitle{width:100%; background-color:#fff; padding:1em; box-sizing: border-box;} .fromtitle text{float:left;} .fromtitle image{float:left;width:1.2em; height:1.2em;} .fromtitle image.arrowdown{float:right; } .login-box .frombody{margin-top: 1em; padding:0.5em 1em;width:100%; display: flex;flex-direction: column; align-items: center; background-color:#fff;box-sizing: border-box;} .login-box .frombody view{position: relative;float:left; width:100%;display: flex;flex-direction:row;border-bottom:1px solid #f1f1f1;padding:0.5em 0; box-sizing: border-box;} .login-box .frombody view.nobottom{border-bottom:0;padding-bottom: 0;} .login-box .frombody view.nobottom_line{padding-left:4em;padding-top:0;color:#000;} .login-box .frombody view view{display: block; width: auto;padding:0; border-bottom:0;line-height: 2.5em;} .login-box .frombody view text{padding:0;height:2.5em; width:6em; line-height: 2.5em;} .login-box .frombody view input{width:14em;height:2.5em; line-height: 2.5em;} .login-box .frombody view input.code{width:9em;} .login-box .frombody view.area input{width:12.8em;} .login-box .frombody view.area image{position: absolute; top:1.1em; right:0; width:1.2em;height:1.2em;} .login-box .frombody view.button{border: 0;} .login-box .frombody view.button button{width:100%;height:2.5em; line-height: 2.5em;background:linear-gradient(to right,#00B050,#00B050); color:#fff; border-radius:1em;}