vr-shopxo-uniapp/common/css/theme/orange.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: #795548 !important;
}
.border-color-main-light {
border-color: #fde4d1 !important;
}
.border-color-main {
border-color: #fe6f04 !important;
}
/**
*
*/
.br-main-pair {
border: 1px solid #795548 !important;
}
.br-main-light {
border: solid 1px #fde4d1 !important;
}
.br-main {
border: 1px solid #fe6f04 !important;
}
/**
* 线
*/
.br-dashed-main-pair {
border: dashed 1px #795548 !important;
}
.br-dashed-main-light {
border: dashed 1px #fde4d1 !important;
}
.br-dashed-main {
border: dashed 1px #fe6f04 !important;
}
/**
*
*/
.cr-main-pair {
color: #795548 !important;
}
.cr-main-light {
color: #fde4d1 !important;
}
.cr-main {
color: #fe6f04 !important;
}
/**
*
*/
.bg-main-pair {
background-color: #795548 !important;
}
.bg-main-light {
background-color: #fde4d1 !important;
}
.bg-main {
background-color: #fe6f04 !important;
}
2023-09-04 06:24:47 +00:00
/**
*
*/
.nav-active-line::before {
background: #fe6f04;
}
2023-08-31 06:26:22 +00:00
button[disabled].bg-main-pair {
background-color: #b5a29c !important;
color: #8c766f !important;
}
button[disabled].bg-main-light {
background-color: #fbe9dc !important;
color: #f7c49e !important;
}
button[disabled].bg-main {
background-color: #f7cdad !important;
color: #f7efea !important;
}
/**
* 线
*/
.title-left-border::before {
background: linear-gradient(180deg, #fe6f04 0%, #fde4d1 100%);
2023-09-05 09:38:15 +00:00
}
/**
* 线
*/
.nav-left-border::before {
background: #fe6f04;
2021-10-22 09:52:12 +00:00
}