vr-shopxo-uniapp/common/css/theme/blue.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: #d300f7 !important;
}
.border-color-main-light {
border-color: #d1e4ff !important;
}
.border-color-main {
border-color: #1677ff !important;
}
/**
*
*/
.br-main-pair {
border: 1px solid #d300f7 !important;
}
.br-main-light {
border: solid 1px #d1e4ff !important;
}
.br-main {
border: 1px solid #1677ff !important;
}
/**
* 线
*/
.br-dashed-main-pair {
border: dashed 1px #d300f7 !important;
}
.br-dashed-main-light {
border: dashed 1px #d1e4ff !important;
}
.br-dashed-main {
border: dashed 1px #1677ff !important;
}
/**
*
*/
.cr-main-pair {
color: #d300f7 !important;
}
.cr-main-light {
color: #d1e4ff !important;
}
.cr-main {
color: #1677ff !important;
}
/**
*
*/
.bg-main-pair {
background-color: #d300f7 !important;
}
.bg-main-light {
background-color: #d1e4ff !important;
}
.bg-main {
background-color: #1677ff !important;
}
2023-09-04 06:24:47 +00:00
/**
*
*/
.nav-active-line::before {
background: #1677ff;
}
2023-08-31 06:26:22 +00:00
button[disabled].bg-main-pair {
background-color: #efcbf5 !important;
color: #faf1fb !important;
}
button[disabled].bg-main-light {
background-color: #e3eefd !important;
color: #b9d3f7 !important;
}
button[disabled].bg-main {
background-color: #bcd3f5 !important;
color: #eef4fd !important;
}
/**
* 线
*/
.title-left-border::before {
background: linear-gradient(180deg, #1677ff 0%, #d1e4ff 100%);
2023-09-05 09:38:15 +00:00
}
/**
* 线
*/
.nav-left-border::before {
background: #1677ff;
2021-10-22 09:52:12 +00:00
}