整合样式

This commit is contained in:
aixianling
2022-08-09 11:11:53 +08:00
parent d5dec0acd8
commit 8f7260df7d
17 changed files with 16 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ export default {
<style lang="scss"> <style lang="scss">
@import '~uview-ui/index.scss'; @import '~uview-ui/index.scss';
@import './common/common'; @import 'styles/common';
body { body {
font-family: 'Microsoft YaHei', serif; font-family: 'Microsoft YaHei', serif;

View File

@@ -217,7 +217,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.AppOnlineAnswer { .AppOnlineAnswer {
width: 100%; width: 100%;

View File

@@ -144,7 +144,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.AppPartyHistoryEducation { .AppPartyHistoryEducation {
width: 100%; width: 100%;

View File

@@ -60,7 +60,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.home { .home {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -50,7 +50,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.home { .home {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -184,7 +184,7 @@ export default {
}; };
</script> </script>
<style lang="scss" scope> <style lang="scss" scope>
@import "../../common/party"; @import "../../styles/party";
.page { .page {
.search-box { .search-box {
width: 100%; width: 100%;

View File

@@ -201,7 +201,7 @@ export default {
}; };
</script> </script>
<style lang="scss" scope> <style lang="scss" scope>
@import "../../common/party"; @import "../../styles/party";
.page { .page {
.search-box { .search-box {

View File

@@ -31,7 +31,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.home { .home {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -50,7 +50,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.home { .home {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -90,7 +90,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.home { .home {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -83,7 +83,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../common/party"; @import "../../styles/party";
.home { .home {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -1,3 +0,0 @@
@import "ckeditor";
@import "party";
@import "iconfont.css";

View File

@@ -5,14 +5,14 @@
"files": [ "files": [
"apps", "apps",
"project", "project",
"styles",
"components", "components",
"common/util.js", "common/util.js",
"common/dict.js", "common/dict.js",
"common/monent.js", "common/monent.js",
"common/modules.js", "common/modules.js",
"common/http.js", "common/http.js",
"common/crypto-js.js", "common/crypto-js.js"
"common/ckeditor.scss"
], ],
"dependencies": { "dependencies": {
} }

3
src/styles/common.scss Normal file
View File

@@ -0,0 +1,3 @@
@import "styles/ckeditor";
@import "styles/party";
@import "styles/iconfont.css";