做好改奖金模式的准备

This commit is contained in:
lym
2026-03-19 21:33:15 +08:00
parent c8115c9e7b
commit d049fc2c76
22 changed files with 103 additions and 93 deletions

View File

@@ -10,7 +10,7 @@ body
height: 100%;
border: 0;
text-align:center;
background-color: #99b9e7 /*<2A><><EFBFBD><EFBFBD><E5B1B3>ɫ*/
background-color: #b6efb2 /*<2A><><EFBFBD><EFBFBD><E5B1B3>ɫ*/
}
* { margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
*:focus {outline: none;}
@@ -54,7 +54,7 @@ form
text-align:center;
line-height:60px;
height:60px;
background-color:#1a73e8;
background-color:#176003;
color:#fff;
}
#userlogin li label
@@ -87,7 +87,7 @@ form
{
width:294px;
height:40px;
background-color:#1a73e8;
background-color:#2baa09;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
@@ -97,7 +97,7 @@ form
}
#userlogin li input.btn:hover
{
background-color:#4285f4;
background-color:#35d50a;
}
#userlogin li #loginold:link,#userlogin li #loginold:visited
{