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

83 lines
1.8 KiB

/*页面header按钮 */
.xj-btn-1{
padding: 3px 3px;
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
/*弹出框div及下级按钮样式*/
.xj-div-2 {
TEXT-ALIGN: center;
padding: 9px;
border-top: 1px solid #e5e5e5;
box-sizing: border-box;
}
.xj-div-2 > button{
color: #fff;
background-color: #449d44;
border-color: #398439;
text-decoration: none;
padding: 1px 6px;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
/*弹出模态框单例CSS*/
.lab-row-1 {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
width: 25%;
float: left;
}
.div-row-1 {
width: 65%;
float: left;
margin-left: 10px;
}
.input-row-1 {
height: 30px;
padding: 0px 12px;
font-size: 11px;
display: block;
width: 100%;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-row-1[disabled], .input-row-1[readonly], input-row-1[disabled] .input-row-1 {
background-color: #eee;
opacity: 1;
}