File tree 3 files changed +5
-20
lines changed
3 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 26
26
"fr" : " QR code" ,
27
27
"fa" : " کیوآر کد"
28
28
},
29
- "QRNotice" : {
30
- "cn" : " 扫一扫用手机玩" ,
31
- "en" : " Scan QR code to play with a mobile phone" ,
32
- "fr" : " Numérisez le code QR pour jouer avec un téléphone mobile" ,
33
- "fa" : " اسکن کیوآر کد برای بازی در تلفن همراه"
34
- },
35
29
"titleCenter" : {
36
30
"cn" : " 俄罗斯方块<br />TETRIS" ,
37
31
"en" : " TETRIS" ,
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ export default class Guide extends React.Component {
76
76
src = { this . state . QRCode }
77
77
alt = { i18n . QRCode [ lan ] }
78
78
/>
79
- < span > { i18n . QRNotice [ lan ] } </ span >
80
79
</ div >
81
80
) : null }
82
81
</ div >
Original file line number Diff line number Diff line change 41
41
& .qr {
42
42
left : auto ;
43
43
top : 5% ;
44
- width : 150 px ;
45
- height :190 px ;
46
- opacity : .45 ;
44
+ width : 250 px ;
45
+ height :250 px ;
46
+ opacity : .5 ;
47
47
text-align : right ;
48
48
cursor : none ;
49
- span {
50
- display : none ;
51
- text-align : center ;
52
- line-height : 40px ;
53
- }
54
49
& :hover {
55
50
img {
56
- width : 150px ;
57
- height : 150px ;
58
- }
59
- span {
60
- display : block ;
51
+ width : 100% ;
52
+ height : 100% ;
61
53
}
62
54
}
63
55
img {
You can’t perform that action at this time.
0 commit comments