automated_uniapp/static/css/index.scss
2025-01-09 16:16:11 +08:00

44 lines
606 B
SCSS

/* #ifdef H5 */
* {
font-family: Arial, "Microsoft Yahei", "微软雅黑";
}
.uni-page-head-btn {
display: inline-flex;
align-items: center;
}
/* #endif */
// 主题
.cl-page {
&.theme-default {
// 渐变色
.cl-tag.cl-tag--primary:not(.is-plain),
.cl-button--primary:not(.is-plain) {
background: linear-gradient(120deg, rgba($cl-color-primary, 0.7), $cl-color-primary);
border: 0;
}
}
}
// 其他
.flex1 {
flex: 1;
}
.mp-html {
img,
image {
display: block;
max-width: 100%;
}
/* #ifndef MP */
* {
margin: revert !important;
}
/* #endif */
}
@import "./common.scss";