我的样式修改

master
zsk 2 years ago
parent afa7ba4de4
commit 032e648f6a

@ -1,5 +1,5 @@
.icon-tijiaochenggong {
color: #027AFF;
color: var(--color-yc);
font-size: 70px;
}
@ -11,7 +11,7 @@
font-size: 14px;
height: 40px;
opacity: 1;
background: #027AFF;
background: var(--color-yc);
border-radius: 25px;
font-weight: 601;
color: #ffffff;
@ -21,11 +21,11 @@ line-height: 40px;
font-size: 14px;
height: 40px;
opacity: 1;
border: 1px solid #027AFF;
border: 1px solid var(--color-yc);
border-radius: 18px;
background-color: #fff;
font-weight: 601;
color: #027AFF;
color: var(--color-yc);
line-height: 40px;
}
.fillBtnHover{

Loading…
Cancel
Save