1
This commit is contained in:
29
style/common.scss
Normal file
29
style/common.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
@import '@/style/mixin.scss';
|
||||
view,
|
||||
page,
|
||||
text,
|
||||
button,
|
||||
image,
|
||||
textarea,
|
||||
scroll-view,input {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
image {
|
||||
display: block;
|
||||
}
|
||||
button {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #FFFF;
|
||||
}
|
||||
button::after {
|
||||
border: none;
|
||||
}
|
||||
// 主题背景色
|
||||
.themeBgColor {
|
||||
background-color: $themeColor;
|
||||
}
|
||||
// 主题字体色
|
||||
.themeFontColor {
|
||||
color: $themeColor !important;
|
||||
}
|
||||
Reference in New Issue
Block a user