提交 3fe744d8 编写于 作者: C changwen.tcw

delete QRCode notice

上级 7431c0f4
......@@ -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",
......
......@@ -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>
......
......@@ -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{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册