27 lines
1.4 KiB
Plaintext
27 lines
1.4 KiB
Plaintext
/**index.wxss**/
|
|
page{
|
|
background: #ccc;
|
|
}
|
|
.container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
color: #000;
|
|
background-size: 100% 100%
|
|
}
|
|
.clear{clear: both;height: 0;width: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 view{width:auto;border-bottom:0;}
|
|
.login-box .frombody view text{padding:0; width:6em; height:2.5em; line-height: 2.5em;}
|
|
.login-box .frombody view input{width:12em;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:0.5em;} |