fix(cli): duplicated site base style

This commit is contained in:
陈嘉涵
2019-12-20 11:30:56 +08:00
parent caa568895d
commit 5485d2ce21
18 changed files with 40 additions and 23 deletions
@@ -16,7 +16,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-demo-block {
&__title {
@@ -25,6 +25,7 @@ export default {
color: @van-doc-text-light-blue;
font-weight: normal;
font-size: 14px;
line-height: 16px;
}
&:first-of-type {
@@ -51,7 +51,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.demo-home {
box-sizing: border-box;
@@ -64,6 +64,7 @@ export default {
&__desc {
padding-left: 16px;
font-weight: normal;
line-height: 1;
user-select: none;
}
@@ -43,11 +43,11 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.demo-home-nav {
&__title {
margin: 24px 0 12px 16px;
margin: 24px 0 8px 16px;
color: rgba(69, 90, 100, 0.6);
font-size: 14px;
}