tmkook 3 years ago
parent
commit
1e0033217f
  1. 3
      packages/article/article.vue
  2. 4
      pages/index/index.vue

3
packages/article/article.vue

@ -1,5 +1,5 @@
<template>
<view>
<view class="content">
<u-parse :content="article"></u-parse>
</view>
</template>
@ -95,4 +95,5 @@
</script>
<style>
.content{font-size:16px;padding:20px;line-height:2em;}
</style>

4
pages/index/index.vue

@ -294,7 +294,6 @@
<style scoped lang="scss">
.tips_panel{
margin-top: 30rpx;
background-color: white;
}
@ -314,13 +313,12 @@
}
}
.bottom-group {
position: relative;
}
.section_4 {
margin-top: 30rpx;
border-top:solid 1px #F1F1F1;
padding: 40rpx 32rpx;
background-color: rgb(255, 255, 255);
}

Loading…
Cancel
Save