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

@@ -1387,7 +1387,7 @@ export default defineComponent({
.box {
width: 4px;
height: 20px;
background-color: #409eff;
background-color: #4ea6ff;
border-radius: 2px;
}
.onetitle {
@@ -1418,7 +1418,7 @@ export default defineComponent({
border-radius: 4px;
color: #ffffff;
margin-left: 20px;
background: #409eff;
background: #4ea6ff;
cursor: pointer;
}
}
@@ -1460,7 +1460,7 @@ export default defineComponent({
height: 100%;
font-size: 14px;
padding: 0;
color: #409eff;
color: #4ea6ff;
text-align: center;
}
}
@@ -1629,7 +1629,7 @@ export default defineComponent({
margin-left: 27px;
margin-right: 16px;
line-height: 100%;
color: #409eff;
color: #4ea6ff;
font-size: 16px;
}
.lin {
@@ -1989,11 +1989,11 @@ export default defineComponent({
position: absolute;
top: 0;
right: 168px;
background-color: #409eff;
background-color: #4ea6ff;
width: 130px;
height: 40px;
border-radius: 8px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
color: #ffffff;
cursor: pointer;
}
@@ -2001,10 +2001,10 @@ export default defineComponent({
position: absolute;
right: 38px;
top: 0;
color: #409eff;
color: #4ea6ff;
width: 100px;
height: 40px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
.editimg {
width: 15px;
@@ -2019,7 +2019,7 @@ export default defineComponent({
}
.edit:hover {
color: #ffffff;
background-color: #409eff;
background-color: #4ea6ff;
cursor: pointer;
.editimg {
background-image: url("../../assets/images/projectadd/edit1.png");
@@ -2053,7 +2053,7 @@ export default defineComponent({
margin-right: 40px;
font-size: 16px;
font-weight: 400;
color: #409eff;
color: #4ea6ff;
line-height: 36px;
.ant-collapse-arrow {
margin-left: 15px !important;
@@ -2286,9 +2286,9 @@ export default defineComponent({
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;
@@ -2303,28 +2303,28 @@ export default defineComponent({
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;