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

@@ -217,9 +217,9 @@ export default {
justify-content: center;
color: #ffffff;
font-size: 14px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
cursor: pointer;
.wz {
margin-left: 10px;
@@ -231,12 +231,12 @@ export default {
display: flex;
align-items: center;
justify-content: center;
color: #409eff;
color: #4ea6ff;
font-size: 14px;
background: #ffffff;
border-radius: 8px;
cursor: pointer;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
.wz {
margin-left: 10px;
}
@@ -255,7 +255,7 @@ export default {
height: 160px;
background: #ffffff;
border-radius: 2px 2px 0px 0px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
position: relative;
.lefttop {
width: 8px;
@@ -281,7 +281,7 @@ export default {
.textop {
font-size: 18px;
font-weight: 600;
color: #409eff;
color: #4ea6ff;
}
.texdown {
.timemanag {
@@ -298,7 +298,7 @@ export default {
height: 48px;
background: linear-gradient(180deg, #ddeaff 0%, #f0f8fe 100%);
border-radius: 0px 0px 2px 2px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-top: 0;
display: flex;
justify-content: center;
@@ -306,7 +306,7 @@ export default {
.download {
font-size: 18px;
font-weight: 600;
color: #409eff;
color: #4ea6ff;
cursor: pointer;
}
.outime {