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.
 
 
 

126 lines
2.5 KiB

.el-buttonBak {
background: #FFF;
border: 1px solid #0B663D;
/*原始 默认值 1px solid #DCDFE6; */
color: #0B663D !important;
/*原始 默认值 #606266 */
font-weight: 700;
/*原始 默认值 500 */
font-family: 'Microsoft YaHei';
/*原始 默认值 Arial */
padding: 10px 5px;
/*原始 默认值 12px 20px */
min-width: 60px;
/*
display: inline-block;
line-height: 1;
white-space: nowrap;
cursor: pointer;
-webkit-appearance: none;
text-align: center;
box-sizing: border-box;
outline: 0;
margin: 0;
transition: .1s;
font-size: 14px;
border-radius: 4px;
*/
}
.el-button {
background: #396FFA;
/*原始 默认值 1px solid #DCDFE6; */
color: #fff !important;
border: none;
/*原始 默认值 #606266 */
font-weight: 500;
/*原始 默认值 500 */
font-family: 'NotoSansSC-Medium';
/*原始 默认值 Arial */
padding: 10px 5px;
/*原始 默认值 12px 20px */
min-width: 60px;
}
.commonbutton {
width: 100px;
height: 32px;
font-size: 14px;
font-weight: 500;
font-family: "NotoSansSC-Medium";
padding: 0;
background-color: #396FFA;
color: #fff !important;
border: none;
}
.el-button.is-disabled {
background-color: rgba(20, 96, 243, 0.4);
}
.el-button.is-disabled:hover,
.el-button.is-disabled:focus {
background-color: rgba(20, 96, 243, 0.4);
}
.commonbutton:hover,
.commonbutton:focus {
border-color: #c6e2ff;
background-color: #0046FB;
}
.el-button:hover,
.el-button:focus {
border-color: #c6e2ff;
background-color: #0046FB;
}
/* 白底按钮 */
.difference {
border: 1px solid #396FFA;
color: #396FFA !important;
background-color: #fff;
font-size: 14px;
font-weight: 500;
font-family: "NotoSansSC-Medium";
width: 100px;
height: 32px;
padding: 0;
}
.difference:hover,
.difference:focus {
color: #396FFA;
background-color: #f4f4f4;
border-color: #396FFA;
}
/* 红底按钮 */
.deleteButton {
width: 100px;
height: 32px;
font-size: 14px;
font-weight: 500;
font-family: "NotoSansSC-Medium";
padding: 0;
background-color: #FF5054;
color: #fff !important;
border: none;
}
.deleteButton:hover,
.deleteButton:focus {
background-color: #FF1F24;
}
.deleteButton.is-disabled {
background-color: rgba(255, 80, 84, 0.4);
}
.deleteButton.is-disabled:hover,
.deleteButton.is-disabled:focus {
background-color: rgba(255, 80, 84, 0.4);
}