|
@ -39,12 +39,12 @@ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, bo
|
39
|
39
|
flex: 1;
|
40
|
40
|
width: 100%;
|
41
|
41
|
min-width: 0;
|
42
|
|
padding: 10px;
|
|
42
|
padding: .16rem .1rem;
|
43
|
43
|
box-sizing: border-box;
|
44
|
44
|
color: #000;
|
45
|
45
|
line-height: inherit;
|
46
|
46
|
background-color: inherit;
|
47
|
|
border-radius: 2px;
|
|
47
|
border-radius: .02rem;
|
48
|
48
|
border-bottom: 1px solid rgba(0,0,0,.15);;
|
49
|
49
|
outline: none;
|
50
|
50
|
}
|
|
@ -65,12 +65,12 @@ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, bo
|
65
|
65
|
.pages-login .operation-container .login-button{
|
66
|
66
|
display: block;
|
67
|
67
|
margin: 0;
|
68
|
|
padding: 17px 16px;
|
|
68
|
padding: .17rem .16rem;
|
69
|
69
|
width: 100%;
|
70
|
70
|
text-align: center;
|
71
|
71
|
white-space: nowrap;
|
72
|
72
|
cursor: pointer;
|
73
|
|
font-size: 16px;
|
|
73
|
font-size: .16rem;
|
74
|
74
|
line-height: 1;
|
75
|
75
|
color: #fff;
|
76
|
76
|
background: #2E8EFF;
|
|
@ -126,7 +126,7 @@ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, bo
|
126
|
126
|
}
|
127
|
127
|
.pages-login .operation-container .username-container i,.pages-login .operation-container .pwd-container i{
|
128
|
128
|
font-size: .22rem;
|
129
|
|
line-height: .45rem;
|
|
129
|
line-height: .58rem;
|
130
|
130
|
}
|
131
|
131
|
.pages-login .operation-container .username-container i.point-left,.pages-login .operation-container .pwd-container i.point-left{
|
132
|
132
|
position: absolute;
|
|
@ -174,12 +174,12 @@ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, bo
|
174
|
174
|
flex: 1;
|
175
|
175
|
width: 100%;
|
176
|
176
|
min-width: 0;
|
177
|
|
padding: 5px;
|
|
177
|
padding: .05rem;
|
178
|
178
|
box-sizing: border-box;
|
179
|
179
|
color: #000;
|
180
|
180
|
line-height: inherit;
|
181
|
181
|
background-color: rgba(245,246,247,1);
|
182
|
|
border-radius: 2px;
|
|
182
|
border-radius: .02rem;
|
183
|
183
|
outline: none;
|
184
|
184
|
height: .34rem;
|
185
|
185
|
}
|
|
@ -197,7 +197,7 @@ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, bo
|
197
|
197
|
height: .46rem;
|
198
|
198
|
line-height: .46rem;
|
199
|
199
|
text-align: center;
|
200
|
|
border-radius:4px;
|
|
200
|
border-radius: .04rem;
|
201
|
201
|
margin-bottom: .09rem;
|
202
|
202
|
}
|
203
|
203
|
.pages-message .arrow-container .notice .line-left{
|