2 Star 0 Fork 1

yifang/在线五子棋对战

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qipan.css 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
yifang 提交于 2019-04-30 11:16 . 获取房间详情
#game{
width: 780px;
height: 780px;
margin: 0 auto;
background: #F0B060;
/* display: flex; */
/* flex-flow: row wrap; */
padding: 50px;
position: relative;
border: 1px solid green;
z-index: 1;
}
#game .item{
width: 24.1px;
height: 24.1px;
border: 1px solid black;
float: left;
}
#game .game_qipan{
position: absolute;
/* border: 1px solid red; */
width: 790px;
height: 800px;
top: 40px;
left: 40px;
z-index: 100;
}
#game .game_qipan .item{
/* height: 22px; */
/* 设置透明度 */
border: 1px solid rgba(255, 250, 232, 0) !important;
}
.game_option{
border: 1px solid red;
position: relative;;
}
#room{
position: fixed;
top: 50px;
left: 50px;
border: 2px solid blue;
width: 500px;
height: 500px;
z-index: 10;
background: #FFFAE8;
}
#room .close{
cursor: pointer;
background: orange;
width: 80px;
height: 40px;
line-height: 40px;
text-align: center;
color: white;
}
#room ol li{
margin-top: 10px;
}
#room ol li button{
cursor: pointer;
}
#room ol li:hover{
border: 1px solid orange;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shuinanxun/online_gobang_battle.git
git@gitee.com:shuinanxun/online_gobang_battle.git
shuinanxun
online_gobang_battle
在线五子棋对战
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385