[Style] Rename cfp_introduction.scss to intro.scss; Separate from main
This commit is contained in:
parent
517b1b7ab0
commit
3a923c164a
@ -1,3 +1,5 @@
|
|||||||
|
$fontColor: #226bb4; // added to solve unnamed color error
|
||||||
|
|
||||||
//import google font
|
//import google font
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
|
||||||
|
|
||||||
|
@ -510,7 +510,7 @@ p.small-tag {
|
|||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-left: -80px;
|
margin-left: -80px;
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
background: url(./assets/images/cfp/Mobile/Path_763.svg) no-repeat;
|
background: url(~@/assets/images/cfp/Mobile/Path_763.svg) no-repeat;
|
||||||
padding-top: -565px;
|
padding-top: -565px;
|
||||||
margin-bottom: -665px;
|
margin-bottom: -665px;
|
||||||
}
|
}
|
||||||
@ -561,7 +561,7 @@ p.small-tag {
|
|||||||
@media screen and(max-width: 414px){
|
@media screen and(max-width: 414px){
|
||||||
//content: url() no-repeat;//../../assets/images/cfp/Mobile/Mobile-background.svg
|
//content: url() no-repeat;//../../assets/images/cfp/Mobile/Mobile-background.svg
|
||||||
//visibility: hidden;
|
//visibility: hidden;
|
||||||
background: url(./assets/images/cfp/Mobile/Mobile-background.svg) !important;
|
background: url(~@/assets/images/cfp/Mobile/Mobile-background.svg) !important;
|
||||||
object-position: -99999px 99999px;
|
object-position: -99999px 99999px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-left: -20%;
|
margin-left: -20%;
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
// components
|
// components
|
||||||
// @import './footer.scss';
|
// @import './footer.scss';
|
||||||
@import './CFP/cfp_introduction.scss';
|
// @import './CFP/cfp_introduction.scss';
|
||||||
// @import './CFP/CFP.scss';
|
// @import './CFP/CFP.scss';
|
||||||
@import './CFP/cfpSubNew.scss';
|
@import './CFP/cfpSubNew.scss';
|
||||||
@import "./news.scss";
|
@import "./news.scss";
|
||||||
|
@ -137,3 +137,7 @@ import { Component, Prop, Vue } from 'vue-property-decorator';
|
|||||||
@Component
|
@Component
|
||||||
export default class IntrodContainer extends Vue {}
|
export default class IntrodContainer extends Vue {}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
@import '@/assets/scss/CFP/intro';
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user