UniappVue3/src/styles/uni.scss

43 lines
543 B
SCSS

@charset "utf-8";
@import '@/styles/variable.scss';
*,
:before,
:after {
box-sizing: border-box;
}
body,
html {
width: 100%;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 28rpx;
line-height: 1.5;
color: $u-text-color;
background-color: $u-bg-color;
}
body,
page {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
view,
text,
button,
input,
textarea,
image {
box-sizing: border-box;
}
#app {
width: 100%;
height: 100%;
}