1 Star 0 Fork 0

DXStudio/NBXiuXian

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
*{
margin: 10px;
/* background-color: rgb(40, 38, 38);
color: blanchedalmond; */
text-align: center;
}
body{
background-color: rgb(40, 38, 38);
color: blanchedalmond;
}
#appheader #dontSelect{
}
#dontSelect{
user-select: none;
}
#game_header_data_nickname{
user-select: none;
color: rgb(182, 211, 255);
}
#game_header_data_gold{
user-select: none;
color: rgb(182, 211, 255);
}
#game_header_data_coin{
user-select: none;
color: rgb(182, 211, 255);
}
#game_header_data_level{
user-select: none;
color: rgb(182, 211, 255);
}
input{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
font-size: 20px;
height: 30px;
}
#app{
display: flex;
flex-direction: column;
}
#btn{
background-color: rgb(222, 147, 35);
color: white;
font-size: 20px;
width: 150px;
height: 50px;
}
#game_header{
display: flex;
flex-direction: row;
/* justify-content:space-between; */
}
#login_panel_bg{
display: flex;
flex-direction: row;
justify-content: center;/* justify-content:一定要配合flex布局来使用*/
}
#login_panel{
display: flex;
flex-direction: column;
justify-content: center;
background-color: gray;
width: 500px;
height: 300px;
border: solid 2px black;
border-radius: 38px;
box-shadow: 3px 5px 15px rgb(0, 0, 0);
}
#game_title{
width: 100%;
justify-content: center;
}
#game{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#main_game_area{
display: flex;
flex-direction: column;
width: 100%;
}
#game_area{
width: 100%;
}
#game_view{
display: flex;
width: 100%;
flex-direction: row;
justify-content:space-between;
}
/*这里是最右侧的游戏系统提示区域*/
#game_system{
display: flex;
flex-direction: column;
width: 390px;
background-color: gray;
border: solid 1px white;
}
#game_header{
display: flex;
flex-direction: row;
width: 100%;
/* justify-content: center; */
background-color: gray;
border: solid 2px yellowgreen;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wonkmy-game/nbxiu-xian.git
git@gitee.com:wonkmy-game/nbxiu-xian.git
wonkmy-game
nbxiu-xian
NBXiuXian
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385