Commit 2d16c68b authored by chenqikuai's avatar chenqikuai

颜色修改

parent 4ac5faa8
...@@ -160,6 +160,6 @@ const columns = [ ...@@ -160,6 +160,6 @@ const columns = [
background: rgba(155, 155, 155, 0.1); background: rgba(155, 155, 155, 0.1);
} }
.iconerweima--check { .iconerweima--check {
color: #4a90e2; color: var(--sy-blue);
} }
</style> </style>
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
v-for="(item2, index2) in props.incrementList" v-for="(item2, index2) in props.incrementList"
:key="index2" :key="index2"
class="notFirstLineCell text-center" class="notFirstLineCell text-center"
style="color: #3f79fe" style="color: var(--sy-blue)"
> >
<span <span
class="cursor-pointer" class="cursor-pointer"
...@@ -539,7 +539,7 @@ const openBlock = (item: any, index: any) => { ...@@ -539,7 +539,7 @@ const openBlock = (item: any, index: any) => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.iconerweima--check { .iconerweima--check {
color: #4a90e2; color: var(--sy-blue);
cursor: pointer; cursor: pointer;
} }
.iconerweima--no-check { .iconerweima--no-check {
...@@ -614,7 +614,7 @@ const openBlock = (item: any, index: any) => { ...@@ -614,7 +614,7 @@ const openBlock = (item: any, index: any) => {
transform: rotate(0deg); transform: rotate(0deg);
} }
.iconerweima--check { .iconerweima--check {
color: #4a90e2; color: var(--sy-blue);
cursor: pointer; cursor: pointer;
} }
.iconerweima--no-check { .iconerweima--no-check {
...@@ -628,7 +628,7 @@ const openBlock = (item: any, index: any) => { ...@@ -628,7 +628,7 @@ const openBlock = (item: any, index: any) => {
color: #353535; color: #353535;
} }
.text-btn { .text-btn {
color: #4a90e2 !important; color: var(--sy-blue) !important;
font-size: 12px; font-size: 12px;
font-weight: normal; font-weight: normal;
outline: none !important; outline: none !important;
...@@ -637,7 +637,7 @@ const openBlock = (item: any, index: any) => { ...@@ -637,7 +637,7 @@ const openBlock = (item: any, index: any) => {
.incremental-icon { .incremental-icon {
height: 30px; height: 30px;
color: #3f79fe; color: var(--sy-blue);
i { i {
font-size: 12px; font-size: 12px;
} }
......
...@@ -399,7 +399,7 @@ export default defineComponent({ ...@@ -399,7 +399,7 @@ export default defineComponent({
} }
.file_name { .file_name {
margin-left: 10px; margin-left: 10px;
color: #3f79fe; color: var(--sy-blue);
font-size: 12px; font-size: 12px;
max-width: 50%; max-width: 50%;
overflow: hidden; overflow: hidden;
......
...@@ -332,7 +332,7 @@ export default defineComponent({ ...@@ -332,7 +332,7 @@ export default defineComponent({
margin-bottom: 5px; margin-bottom: 5px;
} }
.layout_status { .layout_status {
color: #3f79fe; color: var(--sy-blue);
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
...@@ -390,7 +390,7 @@ export default defineComponent({ ...@@ -390,7 +390,7 @@ export default defineComponent({
color: #ff4848; color: #ff4848;
} }
.tip_right { .tip_right {
color: #3f79fe; color: var(--sy-blue);
cursor: pointer; cursor: pointer;
} }
} }
......
...@@ -269,7 +269,7 @@ export default defineComponent({ ...@@ -269,7 +269,7 @@ export default defineComponent({
} }
.text-btn { .text-btn {
color: #3f79fe !important; color: var(--sy-blue) !important;
font-size: 12px; font-size: 12px;
font-weight: normal; font-weight: normal;
outline: none !important; outline: none !important;
......
...@@ -227,7 +227,7 @@ export default defineComponent({ ...@@ -227,7 +227,7 @@ export default defineComponent({
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
padding: 0; padding: 0;
//background-color: #3f79fe; //background-color: var(--sy-blue);
} }
.amount-item { .amount-item {
......
...@@ -583,7 +583,7 @@ export default defineComponent({ ...@@ -583,7 +583,7 @@ export default defineComponent({
margin-bottom: 5px; margin-bottom: 5px;
} }
.layout_status { .layout_status {
color: #3F79FE; color: var(--sy-blue);
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
...@@ -638,7 +638,7 @@ export default defineComponent({ ...@@ -638,7 +638,7 @@ export default defineComponent({
color: #ff4848; color: #ff4848;
} }
.tip_right { .tip_right {
color: #3f79fe; color: var(--sy-blue);
cursor: pointer; cursor: pointer;
} }
} }
...@@ -676,7 +676,7 @@ export default defineComponent({ ...@@ -676,7 +676,7 @@ export default defineComponent({
margin-right: 11px; margin-right: 11px;
} }
.add_btn { .add_btn {
color: #3f79fe; color: var(--sy-blue);
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
} }
...@@ -774,7 +774,7 @@ export default defineComponent({ ...@@ -774,7 +774,7 @@ export default defineComponent({
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background-color: #f7f9fb; background-color: #f7f9fb;
color: #3f79fe; color: var(--sy-blue);
} }
} }
} }
......
...@@ -203,7 +203,7 @@ export default defineComponent({ ...@@ -203,7 +203,7 @@ export default defineComponent({
<style scoped lang="scss"> <style scoped lang="scss">
.text-btn { .text-btn {
color: #4a90e2 !important; color: var(--sy-blue) !important;
font-size: 12px; font-size: 12px;
font-weight: normal; font-weight: normal;
outline: none !important; outline: none !important;
......
...@@ -65,7 +65,7 @@ export default defineComponent({ ...@@ -65,7 +65,7 @@ export default defineComponent({
} }
.step-icon { .step-icon {
font-size: 45px; font-size: 45px;
color: #3f79fe; color: var(--sy-blue);
} }
.step-msg { .step-msg {
width: 250px; width: 250px;
...@@ -83,6 +83,6 @@ export default defineComponent({ ...@@ -83,6 +83,6 @@ export default defineComponent({
line-height: 28px; line-height: 28px;
} }
.step-active { .step-active {
color: #3f79fe !important; color: var(--sy-blue) !important;
} }
</style> </style>
...@@ -543,7 +543,7 @@ export default defineComponent({ ...@@ -543,7 +543,7 @@ export default defineComponent({
} }
} }
.prompt-box--blue { .prompt-box--blue {
background: #3f79fe; background: var(--sy-blue);
} }
.download { .download {
text-align: center; text-align: center;
...@@ -616,7 +616,7 @@ export default defineComponent({ ...@@ -616,7 +616,7 @@ export default defineComponent({
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #3f79fe; color: var(--sy-blue);
line-height: 20px; line-height: 20px;
} }
p { p {
...@@ -798,7 +798,7 @@ export default defineComponent({ ...@@ -798,7 +798,7 @@ export default defineComponent({
margin-top: 32px; margin-top: 32px;
margin-bottom: 10px; margin-bottom: 10px;
span { span {
color: #3f79fe; color: var(--sy-blue);
font-size: 16px; font-size: 16px;
} }
} }
...@@ -858,7 +858,7 @@ export default defineComponent({ ...@@ -858,7 +858,7 @@ export default defineComponent({
width: 44px; width: 44px;
height: 44px; height: 44px;
margin-top: 38px; margin-top: 38px;
background: #3f79fe; background: var(--sy-blue);
border-radius: 50%; border-radius: 50%;
line-height: 44px; line-height: 44px;
text-align: center; text-align: center;
...@@ -938,21 +938,21 @@ export default defineComponent({ ...@@ -938,21 +938,21 @@ export default defineComponent({
position: absolute; position: absolute;
bottom: -1px; bottom: -1px;
right: 0; right: 0;
color: #3f79fe; color: var(--sy-blue);
i { i {
font-size: 24px; font-size: 24px;
} }
} }
} }
.check { .check {
border: 1px solid #3f79fe; border: 1px solid var(--sy-blue);
} }
} }
.button { .button {
margin-top: 31px; margin-top: 31px;
width: 120px; width: 120px;
height: 40px; height: 40px;
background: #3f79fe; background: var(--sy-blue);
border-radius: 4px; border-radius: 4px;
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
...@@ -973,7 +973,7 @@ export default defineComponent({ ...@@ -973,7 +973,7 @@ export default defineComponent({
position: relative; position: relative;
} }
.contact-customer-service { .contact-customer-service {
color: #3f79fe; color: var(--sy-blue);
cursor: pointer; cursor: pointer;
&:hover + .customer-service-WeChat { &:hover + .customer-service-WeChat {
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment