修改button 操作按钮样式

This commit is contained in:
zhangyc
2022-12-12 02:10:09 +08:00
parent b59036dfe1
commit b744d6ae74
66 changed files with 1216 additions and 993 deletions

View File

@@ -1945,7 +1945,7 @@ export default {
.btnn {
padding: 0px 26px 0px 26px;
height: 38px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
border: 1px solid rgba(64, 158, 255, 1);
display: flex;
@@ -2015,7 +2015,7 @@ export default {
.btn {
padding: 0px 26px 0px 26px;
height: 38px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
border: 1px solid rgba(64, 158, 255, 1);
display: flex;
@@ -2219,7 +2219,7 @@ export default {
height: 40px;
margin-right: 16px;
margin-bottom: 29px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: rgba(78, 166, 255, 1);
font-size: 14px;
@@ -2232,13 +2232,13 @@ export default {
width: 100px;
height: 40px;
margin-bottom: 29px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
align-items: center;
//line-height: 36px;
background: #409eff;
background: #4ea6ff;
}
}
}
@@ -2316,7 +2316,7 @@ export default {
height: 40px;
margin-right: 16px;
margin-bottom: 29px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: rgba(78, 166, 255, 1);
font-size: 14px;
@@ -2329,13 +2329,13 @@ export default {
width: 100px;
height: 40px;
margin-bottom: 29px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
align-items: center;
//line-height: 36px;
background: #409eff;
background: #4ea6ff;
}
}
}
@@ -2752,7 +2752,7 @@ export default {
height: 40px;
margin-right: 16px;
margin-bottom: 29px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: rgba(78, 166, 255, 1);
font-size: 14px;
@@ -2765,13 +2765,13 @@ export default {
width: 100px;
height: 40px;
margin-bottom: 29px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
align-items: center;
//line-height: 36px;
background: #409eff;
background: #4ea6ff;
}
}
}