整合样式
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
@import "ckeditor";
|
|
||||||
@import "party";
|
|
||||||
@import "iconfont.css";
|
|
||||||
@@ -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
3
src/styles/common.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@import "styles/ckeditor";
|
||||||
|
@import "styles/party";
|
||||||
|
@import "styles/iconfont.css";
|
||||||
Reference in New Issue
Block a user