修改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

@@ -793,9 +793,9 @@ export default {
align-items: center;
justify-content: center;
margin-right: 16px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
background: #409eff;
background: #4ea6ff;
cursor: pointer;
.btn1text {
color: #ffffff;
@@ -810,12 +810,12 @@ export default {
align-items: center;
justify-content: center;
margin-right: 32px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
cursor: pointer;
background: #ffffff;
.btn2text {
color: #409eff;
color: #4ea6ff;
margin-left: 5px;
font-size: 14px;
}
@@ -885,7 +885,7 @@ export default {
}
.btn1 {
color: #409eff;
color: #4ea6ff;
}
}
.radiobutton {
@@ -932,7 +932,7 @@ export default {
font-family: math;
font-style: italic;
font-weight: 700;
color: #409eff;
color: #4ea6ff;
margin-left: 5px;
}
.elseid {
@@ -977,9 +977,9 @@ export default {
align-items: center;
justify-content: center;
margin-right: 16px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
background: #409eff;
background: #4ea6ff;
cursor: pointer;
.btn1text {
color: #ffffff;
@@ -994,28 +994,28 @@ export default {
align-items: center;
justify-content: center;
margin-right: 32px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
cursor: pointer;
background: #ffffff;
.btn2text {
color: #409eff;
color: #4ea6ff;
margin-left: 5px;
font-size: 14px;
}
}
}
.pjcb_content {
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
padding: 20px;
margin-top: 10px;
.ant-input {
width: 46px;
font-size: 16px;
color: #409eff;
color: #4ea6ff;
}
.scoretext {
color: #409eff;
color: #4ea6ff;
font-size: 16px;
margin-left: 3px;
margin-right: 4px;