You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
6.4 KiB
Plaintext

9 months ago

.Btn
{
border: 0;
color: #FFF;
font-size: 12px;
padding: 6px 10px;
margin: 7px 3px 7px 3px;
}
#divCCForm
{
position: relative !important;
background-color: white;
margin: 0 auto;
}
.Message
{
margin: 0 auto;
background: white;
display: table;
}
#topBar
{
margin: 0 auto;
background: white;
text-align: left;
}
.topBar
{
margin: 0 auto;
background: white;
text-align: left;
border-bottom: 1px solid #4D77A7;
border-bottom-color: #CCCCCC;
}
.flowInfo
{
margin: 0 auto;
background: white;
display: table;
}
div.richText
{
min-height:40px;
width:100%;
border: 1px solid #d4d4d4;
cursor:text;
padding:0 10px 0;
overflow:auto;
white-space:normal;
word-wrap:break-word;
box-shadow: 2px 2px 5px #d3d6da;
background-color: #fff;
}
h1{
font-family: "微软雅黑";
font-weight: normal;
}
.combo {
border-color: #d4d4d4;
background-color: #ffffff;
height:22px;
}
.combo-arrow {
background-color: #E0ECFF;
}
.textbox-text
{
border: none !important;
outline: none !important;
height:28px !important;
}
.combo-arrow
{
height:28px !important;
}
.textbox-addon-right
{
float:right;
}
.btn {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
background-color: #cccccc \9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.active,
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/**input获取焦点时移除placeholder,失去焦点重新获得placeholder内容**/
/* WebKit browsers */
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder { color:transparent; }
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,textarea:focus:-moz-placeholder { color:transparent; }
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder { color:transparent; }
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder { color:transparent; }
.errorInput
{
border: 1px red solid !important;
}
body iframe
{
border: none;
}
#header > b, .returnTackHeader b
{
width: 25px;
height: 25px;
border-radius: 50%;
background: #fff;
margin: 12px;
float: left;
text-align: center;
color: rgb(192, 193, 204);
line-height: 25px;
}
#topContentDiv i.topContentDiv-i
{
display: block;
width: 33px;
height: 22px;
background: url("Scripts/bootstrap/css/img/sanjiao_03.png") no-repeat;
background-size: 80%;
position: absolute;
top: 56px;
left: 50px;
margin-left: auto !important;
margin-right: auto !important;
}
#divCurrentForm
{
float: none;
width: auto;
}
#Message
{
text-align: left;
word-wrap: break-word;
color: red;
}
#lastOptMsg
{
text-align: left;
margin: 10px auto 0px auto;
padding-left: 10px;
background: white;
}
body
{
background: #f0f3f4;
}
fieldset
{
border: 1px solid silver;
}
legend
{
padding: .2em;
border: 0;
width: auto;
}
.FDesc
{
padding: 4px;
text-align: right;
font-size: 12px;
margin: 4px;
border-top: none;
width: 18%;
border-style: solid;
border-width: thin;
border-color: lightgrey 1px solid;
}
.tdSpan
{
text-align:left;padding-left: 15%;
}
.LabelFDesc {
padding: 4px;
text-align: right;
font-size: 18px;
font-weight:bold;
background-color:#c1c1c12b;
margin: 4px;
border: lightgrey 1px solid;
border-top: none;
width: 18%;
}
.LabelFDesc label
{
font-size:14px !important;
font-weight:bold !important;
padding-right:5px;
}
.TitleFDesc
{
padding: 4px;
text-align: right;
font-size: 18px;
font-weight:bold;
margin: 4px;
border: lightgrey 0px solid;
border-top: none;
width: 18%;
}
a, a:link, a:visited
{
color:#333333;
font-size:14px;
}