4 闲云清风 2个月前 262次点击
那游戏不按照他的剧情走向,就说你失败。 而且其他地方也都在说他。不知道你们的感受如何对这款游戏。
下面,展示一下他软件里没有加密的css代码。感觉他有个地方没写好。我给他更正了一下,他类选择器没有加小数点有个地方。他这代码看起来感觉像AI赶出来的。而且后面还做了一些调整。
//header-f06aa1d5f0da38dd.css
.header-wrapper
{
flex-direction:
column;
justify-content:
center;
width:100%;
display:flex
}
.header
{
background-color:#009688;
border-radius:8px;
width:100%;
padding:0 10px;
display:flex
}
.space-block
{
flex-grow:1
}
#userinfo_btn
{
background-color:#fff;
align-self:center;
width:50px;
height:20px;
margin:0 20px
}
//home-ecf5c6498c8f2697.css
.main
{
justify-content:
center;align-items:center;
width:100%;
height:100vh;
display:flex
}
#start_btn
{
border:2px solid #fff;
border-radius:50%;
width:100px;
height:100px
}
//login-e0e373b9fffdc664.css
.login-wrapper
{
justify-content:
center;align-items:center;
width:100%;
display:flex
}
.login-container
{
background-color:#fff;
border-radius:15px;
width:380px;
padding:30px;
box-shadow:0 4px 8px rgba(0,0,0,.1)
}
.login-container h2
{
text-align:center;
color:#333;
margin-bottom:25px
}
.form-group
{
margin-bottom:20px
}
.form-group .label
{
color:#666;
margin-bottom:5px;
font-size:14px;
display:block
}
.form-group .input
{
border:1px solid #ccc;
border-radius:8px;
outline:none;
width:100%;
padding:12px;
font-size:16px;
transition:border-color .3s
}
.form-group .input:focus
{
border-color:#009688
}
button
{
color:#fff;
cursor:pointer;
background-color:#009688;
border:none;
border-radius:8px;
width:100%;
padding:12px;
font-size:16px;
transition:background-color .3s
}
button:hover
{
background-color:#00796b
}
.bottom-links
{
justify-content:space-between;
margin-top:15px;
display:flex
}
.bottom-links a
{
color:#009688;
font-size:14px;
text-decoration:
none;transition:
color .3s
}
.bottom-links a:hover
{
color:#00796b
}
//main-3ac77c38898301a3.css
body
{
background-color:#f4f4f4;
margin:0;
padding:0;
font-family:Arial,sans-serif
}
//register-b33def8c6baabdfa.css
.login-wrapper {
justify-content: center;
align-items: center;
width: 100%;
display: flex;
}
.login-container {
background-color: #fff;
border-radius: 15px;
width: 380px;
padding: 30px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.login-container h2 {
text-align: center;
color: #333;
margin-bottom: 25px;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
color: #666;
margin-bottom: 5px;
font-size: 14px;
display: block;
}
.form-group input {
border: 1px solid #ccc;
border-radius: 8px;
outline: none;
width: 100%;
padding: 12px;
font-size: 16px;
transition: border-color 0.3s;
}
.form-group input:focus {
border-color: #009688;
}
button {
color: #fff;
cursor: pointer;
background-color: #009688;
border: none;
border-radius: 8px;
padding: 12px;
font-size: 16px;
transition: background-color 0.3s;
}
button:hover {
background-color: #00796b;
}
#cancelBtn {
background-color: #ccc;
margin-right: 10px;
}
#cancelBtn:hover {
background-color: #bbb;
}
.radio-group {
justify-content: flex-start;
align-items: center;
display: flex;
}
.radio-group input,
.radio-group label {
margin-right: 10px;
}
.button-group {
justify-content: flex-end;
display: flex;
}
.button-container {
flex-direction: row-reverse;
display: flex;
}
//userinfo-ef0df2e7e1c43988.css
.userinfo-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
header {
background-color: #009688;
border-radius: 8px;
width: 100%;
padding: 0 10px;
display: flex;
}
#back_btn {
background-color: #fff;
align-self: center;
width: 20px;
height: 20px;
margin: 0 10px;
}
.userinfo-main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: calc(100vh - 60px);
}
大家觉得这个游戏怎么样,评论区交给大家。