no message
parent
95d36ff9e5
commit
32937c24ee
@ -1,22 +1,14 @@
|
|||||||
// 引入公共基础类
|
|
||||||
@import "./libs/css/color.scss";
|
|
||||||
|
|
||||||
// 非nvue的样式
|
// 非nvue的样式
|
||||||
/* #ifndef APP-NVUE */
|
/* #ifndef APP-NVUE */
|
||||||
@import "./libs/css/style.vue.scss";
|
@import "./libs/css/style.vue.scss";
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
// nvue的特有样式
|
|
||||||
/* #ifdef APP-NVUE */
|
|
||||||
@import "./libs/css/style.nvue.scss";
|
|
||||||
/* #endif */
|
|
||||||
|
|
||||||
// 小程序特有的样式
|
// 小程序特有的样式
|
||||||
/* #ifdef MP */
|
/* #ifdef MP */
|
||||||
@import "./libs/css/style.mp.scss";
|
@import "./libs/css/style.mp.scss";
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
// H5特有的样式
|
|
||||||
/* #ifdef H5 */
|
|
||||||
@import "./libs/css/style.h5.scss";
|
|
||||||
/* #endif */
|
|
||||||
@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@ -1,155 +0,0 @@
|
|||||||
.u-type-primary-light {
|
|
||||||
color: $u-type-primary-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning-light {
|
|
||||||
color: $u-type-warning-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success-light {
|
|
||||||
color: $u-type-success-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error-light {
|
|
||||||
color: $u-type-error-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info-light {
|
|
||||||
color: $u-type-info-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-primary-light-bg {
|
|
||||||
background-color: $u-type-primary-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning-light-bg {
|
|
||||||
background-color: $u-type-warning-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success-light-bg {
|
|
||||||
background-color: $u-type-success-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error-light-bg {
|
|
||||||
background-color: $u-type-error-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info-light-bg {
|
|
||||||
background-color: $u-type-info-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-primary-dark {
|
|
||||||
color: $u-type-primary-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning-dark {
|
|
||||||
color: $u-type-warning-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success-dark {
|
|
||||||
color: $u-type-success-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error-dark {
|
|
||||||
color: $u-type-error-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info-dark {
|
|
||||||
color: $u-type-info-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-primary-dark-bg {
|
|
||||||
background-color: $u-type-primary-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning-dark-bg {
|
|
||||||
background-color: $u-type-warning-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success-dark-bg {
|
|
||||||
background-color: $u-type-success-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error-dark-bg {
|
|
||||||
background-color: $u-type-error-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info-dark-bg {
|
|
||||||
background-color: $u-type-info-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-primary-disabled {
|
|
||||||
color: $u-type-primary-disabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning-disabled {
|
|
||||||
color: $u-type-warning-disabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success-disabled {
|
|
||||||
color: $u-type-success-disabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error-disabled {
|
|
||||||
color: $u-type-error-disabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info-disabled {
|
|
||||||
color: $u-type-info-disabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-primary {
|
|
||||||
color: $u-type-primary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning {
|
|
||||||
color: $u-type-warning;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success {
|
|
||||||
color: $u-type-success;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error {
|
|
||||||
color: $u-type-error;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info {
|
|
||||||
color: $u-type-info;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-primary-bg {
|
|
||||||
background-color: $u-type-primary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-warning-bg {
|
|
||||||
background-color: $u-type-warning;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-success-bg {
|
|
||||||
background-color: $u-type-success;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-error-bg {
|
|
||||||
background-color: $u-type-error;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-type-info-bg {
|
|
||||||
background-color: $u-type-info;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-main-color {
|
|
||||||
color: $u-main-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-content-color {
|
|
||||||
color: $u-content-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-tips-color {
|
|
||||||
color: $u-tips-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-light-color {
|
|
||||||
color: $u-light-color;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue