delete QRCode notice

This commit is contained in:
changwen.tcw 2018-04-02 19:47:57 +08:00
parent 7431c0f426
commit 3fe744d8e5
3 changed files with 5 additions and 20 deletions

View File

@ -26,12 +26,6 @@
"fr": "QR code",
"fa": "کیوآر کد"
},
"QRNotice": {
"cn": "扫一扫用手机玩",
"en": "Scan QR code to play with a mobile phone",
"fr": "Numérisez le code QR pour jouer avec un téléphone mobile",
"fa": "اسکن کیوآر کد برای بازی در تلفن همراه"
},
"titleCenter": {
"cn": "俄罗斯方块<br />TETRIS",
"en": "TETRIS",

View File

@ -76,7 +76,6 @@ export default class Guide extends React.Component {
src={this.state.QRCode}
alt={i18n.QRCode[lan]}
/>
<span>{ i18n.QRNotice[lan] }</span>
</div>
) : null }
</div>

View File

@ -41,23 +41,15 @@
&.qr{
left: auto;
top: 5%;
width: 150px;
height:190px;
opacity: .45;
width: 250px;
height:250px;
opacity: .5;
text-align: right;
cursor: none;
span{
display: none;
text-align: center;
line-height: 40px;
}
&:hover{
img{
width: 150px;
height: 150px;
}
span{
display: block;
width: 100%;
height: 100%;
}
}
img{