分配模式提交

This commit is contained in:
lym
2026-03-23 18:11:54 +08:00
parent 4265eb20ed
commit a141ba2d29
17 changed files with 341 additions and 145 deletions

View File

@@ -1,19 +1,14 @@
html {
margin: 0;
padding: 0;
height: 100%; overflow-y: auto;
background:#F2F2F2 url(leftnavbg.jpg) no-repeat left top;
}
*html {
height: 100%;
overflow-y: auto;
background:#F2F2F2 url(leftnavbg.jpg) no-repeat left top;
}
body {
margin: 0;
padding: 0;
height: 100%;
/*overflow: hidden;*/
background:#F2F2F2 url(leftnavbg.jpg) no-repeat left top;
direction: ltr
}
@@ -23,7 +18,6 @@ body {
background: #4ce440;
padding: 0 13px;
width:100%;
position: relative;
}
#ribbon .breadcrumb {
@@ -35,7 +29,7 @@ body {
}
#ribbon .breadcrumb a,#ribbon .breadcrumb {
color: #fff!important;
text-decoration: none!Important
text-decoration: none!important
}
.breadcrumb>li {
display: inline-block;
@@ -43,18 +37,15 @@ text-shadow:none!important;padding-right:10px;
}
.breadcrumb li:after {content:" > "}
.breadcrumb li:last-child:after {content:""}
#ribbon .breadcrumb>.active,#ribbon .breadcrumb li: last-child {
#ribbon .breadcrumb>.active,#ribbon .breadcrumb li:last-child {
color: #E4E4E4
}
.btn {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
/* box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05)*/
}
.btn: active {
.btn:active {
position: relative;
top: 1px;
left: 1px
@@ -73,9 +64,8 @@ text-shadow:none!important;padding-right:10px;
margin: 0 8px 0 0;
cursor: pointer
}
.btn.btn-ribbon:hover
{
background-color:#2baa09;
.btn.btn-ribbon:hover {
background-color:#2baa09;
}
.btn.btn-ribbon>i {
font-size: 111%
@@ -123,11 +113,11 @@ text-shadow:none!important;padding-right:10px;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
#shortcut ul li .jarvismetro-tile: hover {
#shortcut ul li .jarvismetro-tile:hover {
color: #fff;
text-decoration: none
}
#shortcut ul li .jarvismetro-tile: active,#shortcut ul li .jarvismetro-tile: focus {
#shortcut ul li .jarvismetro-tile:active,#shortcut ul li .jarvismetro-tile:focus {
left: 0;
top: 0
}
@@ -148,7 +138,7 @@ text-shadow:none!important;padding-right:10px;
padding: 5px;
position: relative
}
.jarvismetro-tile: hover {
.jarvismetro-tile:hover {
z-index: 10;
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07)
@@ -160,7 +150,7 @@ text-shadow:none!important;padding-right:10px;
.jarvismetro-tile.double {
width: 249px
}
.jarvismetro-tile: active {
.jarvismetro-tile:active {
top: 1px;
left: 1px
}
@@ -187,7 +177,7 @@ text-shadow:none!important;padding-right:10px;
.selected {
border: 1px solid #0091d9!important
}
.selected: before {
.selected::before {
display: block;
position: absolute;
content: "\f00c";
@@ -196,7 +186,7 @@ text-shadow:none!important;padding-right:10px;
font-family: FontAwesome;
z-index: 2
}
.selected: after {
.selected::after {
width: 0;
height: 0;
border-top: 35px solid #0091d9;