Browse Source

Update indexbody.css

调整后台更新版权信息
tags/6.0.4^2
xushubieli 2 years ago
parent
commit
0c1ef5dff4
1 changed files with 110 additions and 149 deletions
  1. +110
    -149
      src/dede/css/indexbody.css

+ 110
- 149
src/dede/css/indexbody.css View File

@@ -1,205 +1,166 @@
td { td {
padding: 3px 0px 0 3px;
padding:3px 0px 0 3px
} }

.title { .title {
color: #666600;
font-weight: bold;
color:#666600;
font-weight:bold
} }

.title span { .title span {
padding-left: 3px;
padding-left:3px
} }

#addTab { #addTab {
position: absolute;
left: 455px;
top: 150px;
width: 360px;
height: 200px;
z-index: 2;
background-color: #FFFFFF;
border: 1px solid #889D8F;
padding: 0px;
display: none;
overflow: hidden;
}

position:absolute;
left:455px;
top:150px;
width:360px;
height:200px;
z-index:2;
background-color:#FFFFFF;
border:1px solid #889D8F;
padding:0px;
display:none;
overflow:hidden
}
#editTab { #editTab {
position: absolute;
left: 455px;
top: 120px;
width: 360px;
height: 350px;
z-index: 1;
background-color: #FFFFFF;
border: 1px solid #889D8F;
padding: 0px;
display: none;
}

position:absolute;
left:455px;
top:120px;
width:360px;
height:350px;
z-index:1;
background-color:#FFFFFF;
border:1px solid #889D8F;
padding:0px;
display:none
}
.txt { .txt {
float: left;
float:left
} }

.updatedvt { .updatedvt {
line-height: 23px;
padding-left: 3px;
width: 98%;
border-bottom: 1px dashed #dcdcdc;
line-height:23px;
padding-left:3px;
width:98%;
border-bottom:1px dashed #dcdcdc
} }

.upinfotitle { .upinfotitle {
border-bottom: 1px solid #cccccc;
color: red;
font-weight: bold;
line-height: 26px;
border-bottom:1px solid #cccccc;
color:red;
font-weight:bold;
line-height:26px
} }

.verline { .verline {
border-bottom: 1px dashed #cccccc;
line-height: 26px;
border-bottom:1px dashed #cccccc;
line-height:26px
} }

.itemTable { .itemTable {
margin-top: 8px;
background: #CBD8AC;
margin-top:8px;
background:#CBD8AC
} }

#loaddiv { #loaddiv {
top: 0;
left: 0;
background: #cccccc;
filter: Alpha(opacity=70);
-moz-opacity: 0.7;
position: absolute;
z-index: 10000;
width: 100%;
height: 100%;
}

top:0;
left:0;
background:#cccccc;
filter:Alpha(opacity=70);
-moz-opacity:0.7;
position:absolute;
z-index:10000;
width:100%;
height:100%
}
#mainmsg { #mainmsg {
padding-right: 8px;
padding-right:8px
} }

.rightside { .rightside {
width: 49%;
float: left;
margin-right: 1%;
height: 670px;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #919192;
scrollbar-shadow-color: #919192;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #919192;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}

width:49%;
float:left;
margin-right:1%;
height:670px
}
.column { .column {
width: 49%;
float: left;
margin-right: 0.5%;
width:49%;
float:left;
margin-right:0.5%
} }

.placeholder { .placeholder {
width: 98%;
margin-left: 1%;
background: #f0f0f0;
border: 1px dashed #ddd;
width:98%;
margin-left:1%;
background:#f0f0f0;
border:1px dashed #ddd
} }

.dbox { .dbox {
border: 1px solid #DEEAB6;
width: 98%;
margin-left: 1%;
margin-top: 8px;
border:1px solid #DEEAB6;
width:98%;
margin-left:1%;
margin-top:8px
} }

.dbox dt { .dbox dt {
height: 28px;
line-height: 28px;
font-weight: bold;
color: #4D6C2F;
cursor: move;
height:28px;
line-height:28px;
font-weight:bold;
color:#4D6C2F;
cursor:move
} }

.dbox dt .l { .dbox dt .l {
float: left;
padding-left: 8px;
float:left;
padding-left:8px
} }

.dbox dt .r { .dbox dt .r {
float: right;
padding-right: 8px;
float:right;
padding-right:8px
} }

.dbox dt.lside { .dbox dt.lside {
border-bottom: 1px solid #CFD7C4;
background-color: rgb(239, 248, 229);
border-bottom:1px solid #CFD7C4;
background-color:rgb(239,248,229)
} }

.dbox dt.rside { .dbox dt.rside {
border-bottom: 1px solid #DEEAB6;
background: url(../images/wbg.gif) repeat-x;
border-bottom:1px solid #DEEAB6;
background:url(../images/wbg.gif) repeat-x
} }

.dbox dd { .dbox dd {
padding: 0px;
padding:0px
} }

.dbox dd.intable { .dbox dd.intable {
padding-top: 3px;
padding-top:3px
} }

#updatetest { #updatetest {
padding: 6px;
padding-left: 110px;
background: url("../images/ico_spider.gif") no-repeat scroll 10px 15px transparent;
padding:6px;
padding-left:110px;
background:url(../images/ico_spider.gif) no-repeat scroll 10px 15px transparent
} }

#quickmenu { #quickmenu {
width: 100%;
height: 46px;
overflow: hidden;
width:100%;
height:46px;
overflow:hidden
} }

#quickmenu .icoitem { #quickmenu .icoitem {
float: left;
height: 24px;
line-height: 24px;
margin-top: 12px;
padding-left: 30px;
overflow: hidden;
}

float:left;
height:24px;
line-height:24px;
margin-top:12px;
padding-left:30px;
overflow:hidden
}
.dboxtable td.nline { .dboxtable td.nline {
border-bottom: 1px dashed #CFD7C4;
height: 26px;
border-bottom:1px dashed #CFD7C4;
height:26px
} }

.dboxtable1 ul li { .dboxtable1 ul li {
float: left;
border-bottom: 1px dashed #CFD7C4;
height: 26px;
line-height: 26px;
display: inline;
width: 48%;
text-align: center;
}

float:left;
border-bottom:1px dashed #CFD7C4;
height:26px;
line-height:26px;
display:inline;
width:48%;
text-align:center
}
.biz p { .biz p {
padding: 0 15px;
line-height: 23px;
padding:0 15px;
line-height:23px
} }

.biz img { .biz img {
float: right;
margin: 40px 15px 0 15px;
float:right;
margin:40px 15px 0 15px
} }

.footer { .footer {
line-height: 36px;
margin-top: 8px;
font-family: Verdana, Geneva, sans-serif;
line-height:36px
} }

Loading…
Cancel
Save