vr-shopxo-uniapp/common/css/theme/green.css

110 lines
1.8 KiB
CSS
Raw Normal View History

2023-08-31 06:26:22 +00:00
/**
* 线
*/
.border-color-main-pair {
border-color: #9933CC !important;
}
.border-color-main-light {
border-color: #cce8d2 !important;
}
.border-color-main {
border-color: #20a53a !important;
}
/**
*
*/
.br-main-pair {
border: 1px solid #9933CC !important;
}
.br-main-light {
border: solid 1px #cce8d2 !important;
}
.br-main {
border: 1px solid #20a53a !important;
}
/**
* 线
*/
.br-dashed-main-pair {
border: dashed 1px #9933CC !important;
}
.br-dashed-main-light {
border: dashed 1px #cce8d2 !important;
}
.br-dashed-main {
border: dashed 1px #20a53a !important;
}
/**
*
*/
.cr-main-pair {
color: #9933CC !important;
}
.cr-main-light {
color: #cce8d2 !important;
}
.cr-main {
color: #20a53a !important;
}
/**
*
*/
.bg-main-pair {
background-color: #9933CC !important;
}
.bg-main-light {
background-color: #cce8d2 !important;
}
.bg-main {
background-color: #20a53a !important;
}
2023-09-04 06:24:47 +00:00
/**
*
*/
.nav-active-line::before {
background: #20a53a;
}
2023-08-31 06:26:22 +00:00
button[disabled].bg-main-pair {
background-color: #cfaae2 !important;
color: #e6deea !important;
}
button[disabled].bg-main-light {
background-color: #daeade !important;
color: #9dcaa6 !important;
}
button[disabled].bg-main {
background-color: #a8c5ae !important;
color: #d8eadc !important;
}
/**
* 线
*/
.title-left-border::before {
background: linear-gradient(180deg, #20a53a 0%, #cce8d2 100%);
2023-09-05 09:38:15 +00:00
}
/**
* 线
*/
.nav-left-border::before {
background: #20a53a;
2021-10-22 09:52:12 +00:00
}