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

4
pages/index/index.vue

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

Loading…
Cancel
Save