File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 57
57
</div >
58
58
</div >
59
59
</template >
60
- <template v-else >
60
+ <div v-else class = " main " >
61
61
<div class =" header" >两周搞定GRE单词</div >
62
62
<img src =" ../static/icons/logo.svg" />
63
63
<div class =" start" @click =" showLogin=true" >现在开始</div >
64
- </template >
64
+ </div >
65
65
<div class =" info" @click =" goGit" >© 2019-2020 chenstarx@GitHub<span >苏ICP备17067234号-3</span ></div >
66
66
</div >
67
67
</template >
@@ -139,17 +139,17 @@ export default {
139
139
width : 100vw ;
140
140
height : 100vh ;
141
141
background : #F0F0F0 ;
142
- overflow : hidden ;
142
+ overflow-x : hidden ;
143
+ overflow-y : auto ;
144
+ -webkit-overflow-scrolling : touch ;
143
145
}
144
146
145
147
.main {
146
- height : 100 % ;
147
- padding : 110px 30px 80 px 30 px ;
148
+ height : fit-content ;
149
+ padding : 110px 30px ;
148
150
box-sizing : border-box ;
149
151
max-width : 1000px ;
150
152
margin : 0 auto ;
151
- overflow : auto ;
152
- -webkit-overflow-scrolling : touch ;
153
153
}
154
154
155
155
.revise {
@@ -311,22 +311,22 @@ export default {
311
311
width : 100% ;
312
312
color : #40BC96 ;
313
313
text-align : center ;
314
- font-size : 40 px ;
314
+ font-size : 42 px ;
315
315
letter-spacing : 3px ;
316
316
font-weight : bold ;
317
- padding -top : 150 px ;
318
- padding -bottom : 70 px ;
317
+ margin -top : 40 px ;
318
+ margin -bottom : 80 px ;
319
319
}
320
320
321
321
.start {
322
322
width : 240px ;
323
323
height : 64px ;
324
- margin : 80px auto ;
325
- background : #40BC96 ;
324
+ margin : 100px auto 0 auto ;
325
+ background : #3CCFCF ;
326
+ color : #FFFFFF ;
326
327
display : flex ;
327
328
align-items : center ;
328
329
justify-content : center ;
329
- color : #FFFFFF ;
330
330
font-size : 22px ;
331
331
font-weight : 600 ;
332
332
letter-spacing : 2px ;
@@ -336,7 +336,8 @@ export default {
336
336
}
337
337
338
338
.start :hover {
339
- background : rgb (40 , 156 , 121 );
339
+ background : #F9CC28 ;
340
+ color : #455358 ;
340
341
}
341
342
342
343
.info {
You can’t perform that action at this time.
0 commit comments