|
|
@ -3,19 +3,17 @@
|
|
|
|
.text_center{
|
|
|
|
.text_center{
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
* {
|
|
|
|
font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
|
|
|
|
font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 按钮
|
|
|
|
/* 按钮
|
|
|
|
*******************************************************************************/
|
|
|
|
*******************************************************************************/
|
|
|
|
input[class='whiteButton'], .whiteButton {
|
|
|
|
input[class~='whiteButton'], .whiteButton {
|
|
|
|
|
|
|
|
|
|
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
|
|
box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
|
|
box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
|
|
|
|
|
|
|
|
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
|
|
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
|
|
|
|
background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
|
|
|
@ -23,28 +21,24 @@ input[class='whiteButton'], .whiteButton {
|
|
|
|
background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
|
|
|
|
|
|
|
|
|
|
|
|
background-color:#ffffff;
|
|
|
|
background-color:#ffffff;
|
|
|
|
|
|
|
|
|
|
|
|
-moz-border-radius:6px;
|
|
|
|
-moz-border-radius:6px;
|
|
|
|
-webkit-border-radius:6px;
|
|
|
|
-webkit-border-radius:6px;
|
|
|
|
border-radius:6px;
|
|
|
|
border-radius:6px;
|
|
|
|
|
|
|
|
|
|
|
|
border:1px solid #dcdcdc;
|
|
|
|
border:1px solid #dcdcdc;
|
|
|
|
|
|
|
|
|
|
|
|
display:inline-block;
|
|
|
|
display:inline-block;
|
|
|
|
color:#666666;
|
|
|
|
color:#666666;
|
|
|
|
|
|
|
|
color: #116699;
|
|
|
|
font-family:arial;
|
|
|
|
font-family:arial;
|
|
|
|
font-size:15px;
|
|
|
|
font-size:15px;
|
|
|
|
font-weight:bold;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:6px 24px;
|
|
|
|
padding:6px 24px;
|
|
|
|
|
|
|
|
/*padding:3px 10px;*/
|
|
|
|
text-decoration:none;
|
|
|
|
text-decoration:none;
|
|
|
|
|
|
|
|
|
|
|
|
text-shadow:0px 1px 0px #ffffff;
|
|
|
|
text-shadow:0px 1px 0px #ffffff;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
input[class='whiteButton']:hover, .whiteButton:hover {
|
|
|
|
input[class~='whiteButton']:hover, .whiteButton:hover {
|
|
|
|
|
|
|
|
color: #c61a1a;
|
|
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
|
|
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
|
|
|
|
background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
|
|
|
@ -52,14 +46,22 @@ input[class='whiteButton']:hover, .whiteButton:hover {
|
|
|
|
background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
background-color:#f6f6f6;
|
|
|
|
background-color:#f6f6f6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[class~='whiteButton']:active, .whiteButton:active {
|
|
|
|
|
|
|
|
|
|
|
|
input[class='whiteButton']:active, .whiteButton:active {
|
|
|
|
|
|
|
|
position:relative;
|
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
top:1px;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input[class~='m3p10'], .m3p10 {
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
padding: 3px 10px;
|
|
|
|
|
|
|
|
height: 20px;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input[class~='h30'], .h30{
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* minimal
|
|
|
|
/* minimal
|
|
|
|
*******************************************************************************/
|
|
|
|
*******************************************************************************/
|
|
|
@ -313,3 +315,25 @@ table.content-text-list tbody tr td.locked, div.memo-section .locked{
|
|
|
|
border-bottom-left-radius : 10px;
|
|
|
|
border-bottom-left-radius : 10px;
|
|
|
|
border-bottom-right-radius: 10px;
|
|
|
|
border-bottom-right-radius: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 项目新闻栏
|
|
|
|
|
|
|
|
*******************************************************************************/
|
|
|
|
|
|
|
|
.add_frame {
|
|
|
|
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
margin: 5px 10px 2px 0px;
|
|
|
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
/*box-shadow: 1px 1px 6px rgb(241,241,241);*/
|
|
|
|
|
|
|
|
/*border: 1px solid #F1F1F1;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.add_frame_header{
|
|
|
|
|
|
|
|
background: linear-gradient(#fbfbfb, #f8f8f8) repeat scroll 0% 0% transparent;
|
|
|
|
|
|
|
|
border-bottom: 1px solid rgb(226,226,226);
|
|
|
|
|
|
|
|
box-shadow: 0px 1px 0px white, 0px, -1px 0px rgb(245,245,245);
|
|
|
|
|
|
|
|
height: 39px;
|
|
|
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
|
|
padding-left: 4%;
|
|
|
|
|
|
|
|
}
|
|
|
|