Browse Source

style(community): 调整社区页面样式

- 注释掉 detail.vue 中的背景颜色设置
- 在 index.vue 的表格单元格中添加底部边框
master
科技小王子 6 days ago
parent
commit
bab0612155
  1. 2
      pages/community/detail.vue
  2. 1
      pages/community/index.vue

2
pages/community/detail.vue

@ -100,7 +100,7 @@ export default {
line-height: 1.6; line-height: 1.6;
color: #666; color: #666;
padding: 20rpx; padding: 20rpx;
background-color: #f9f9f9;
/* background-color: #f9f9f9; */
border-radius: 10rpx; border-radius: 10rpx;
} }
</style> </style>

1
pages/community/index.vue

@ -97,6 +97,7 @@ export default {
flex-direction: row; flex-direction: row;
width: 100%; width: 100%;
padding: 10px 0; padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
} }
.table-cell { .table-cell {

Loading…
Cancel
Save