提交 11e57d66 编写于 作者: 微笑面对bug's avatar 微笑面对bug

界面

上级 c3176c5d
.pokerDesk[data-v-388d283f]{height:100%;width:100px;border:1px solid;border-radius:16px;float:left;margin-left:-50px;background-color:azure;font-size:30px;background-repeat:no-repeat;background-size:cover}.poker[data-v-388d283f]:hover{background-color:#faebd7}.selected[data-v-388d283f]{margin-top:-20px}.s[data-v-388d283f]{background-image:url(../img/s.aa339508.jpg)}.x[data-v-388d283f]{background-image:url(../img/x.aa03af01.png)}
\ No newline at end of file
.pokerDesk[data-v-2ac19fef]{height:100%;width:100px;border:1px solid;border-radius:16px;float:left;margin-left:-50px;background-color:azure;font-size:30px;background-repeat:no-repeat;background-size:cover}.poker[data-v-2ac19fef]:hover{background-color:#faebd7}.selected[data-v-2ac19fef]{margin-top:-20px}.s[data-v-2ac19fef]{background-image:url(../img/s.aa339508.jpg)}.x[data-v-2ac19fef]{background-image:url(../img/x.aa03af01.png)}
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Vue App</title><link href=css/app.9c764c8f.css rel=preload as=style><link href=js/app.b03d0b62.js rel=preload as=script><link href=js/chunk-vendors.caf18475.js rel=preload as=script><link href=css/app.9c764c8f.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.caf18475.js></script><script src=js/app.b03d0b62.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Vue App</title><link href=css/app.02c1ee2d.css rel=preload as=style><link href=js/app.a5265769.js rel=preload as=script><link href=js/chunk-vendors.caf18475.js rel=preload as=script><link href=css/app.02c1ee2d.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.caf18475.js></script><script src=js/app.a5265769.js></script></body></html>
\ No newline at end of file
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -53,7 +53,7 @@
</div>
</div>
<div v-if="game.playerList[0].lastSendObj&&!game.playerList[0].lastSendObj.poker[0].text" :style="{ marginLeft: deskPokerMarginLeft + 'px' }" style="position: fixed;bottom:350px;width: 100%;height: 200px">
<div style="height:100%;width:100px;float: left;margin-left:-50px;font-size: 50px;">
<div style="height:100%;width:100px;float: left;margin-left:-50px;font-size: 50px;color:#ff0000">
pass
</div>
</div>
......@@ -81,7 +81,7 @@
</div>
</div>
<div v-if="game.playerList[2].lastSendObj&&!game.playerList[2].lastSendObj.poker[0].text" style="position: fixed;top:100px;left:200px;height: 200px;">
<div style="height:100%;width:100px;float: left;margin-left:-50px;font-size: 50px;">
<div style="height:100%;width:100px;float: left;margin-left:-50px;font-size: 50px;color:#ff0000">
pass
</div>
</div>
......@@ -108,7 +108,7 @@
</div>
</div>
<div v-if="game.playerList[1].lastSendObj&&!game.playerList[1].lastSendObj.poker[0].text" style="position: fixed;top:100px;right:200px;height: 200px;">
<div style="height:100%;width:100px;float: left;margin-left:-50px;font-size: 50px;">
<div style="height:100%;width:100px;float: left;margin-left:-50px;font-size: 50px;color:#ff0000">
pass
</div>
</div>
......
......@@ -62,7 +62,7 @@ class Player{
}else{
that.ai.playByAllType();
}
},0);
},1000);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册