做好改奖金模式的准备

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

@@ -3,24 +3,24 @@
padding: 0;
height: 100%; overflow-y: auto;
background:#F2F2F2;
background:#F2F2F2 url(leftnavbg.jpg) no-repeat left top;
}
*html {
height: 100%;
background:#F2F2F2;
background:#F2F2F2 url(leftnavbg.jpg) no-repeat left top;
}
body {
margin: 0;
padding: 0;
height: 100%;
/*overflow: hidden;*/
background:#F2F2F2;
background:#F2F2F2 url(leftnavbg.jpg) no-repeat left top;
direction: ltr
}
#ribbon {
min-height: 40px;
background: #1a73e8;
background: #4ce440;
padding: 0 13px;
width:100%;
@@ -60,7 +60,7 @@ text-shadow:none!important;padding-right:10px;
left: 1px
}
.btn.btn-ribbon {
background-color: #1a73e8;
background-color: #207f06;
color: #fff;
padding: 0 5px;
@@ -75,7 +75,7 @@ text-shadow:none!important;padding-right:10px;
}
.btn.btn-ribbon:hover
{
background-color:#4285f4;
background-color:#2baa09;
}
.btn.btn-ribbon>i {
font-size: 111%
@@ -222,7 +222,7 @@ text-shadow:none!important;padding-right:10px;
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
width: 100%;
margin: 0!important;
border-bottom: 1px solid #1a73e8;
border-bottom: 1px solid #4ce440;
}
.login-info a {
text-decoration: none!important;