Browse Source

机构 详情修改

master
@AliceXiaoZhan 3 years ago
parent
commit
cf9c35feec
  1. 17
      pages/community/organ_team_details.vue

17
pages/community/organ_team_details.vue

@ -4,10 +4,10 @@
<view class="header">
<product-swiper :imgUrls="swiperList" ></product-swiper>
<view class="title xxl m-t-20">{{ articleDetail.name }}</view>
<view class="title xl m-t-30">{{ articleDetail.name }}</view>
<view class="row-between">
<view class="flex" style="justify-content: space-between;">
<view class="xs lighter">公司名称{{ articleDetail.company }}</view>
<view class="flex lighter" style="justify-content: space-between;">
<view class="xs">公司名称{{ articleDetail.company }}</view>
<view class="flex">
<image class="icon-sm" src="/static/images/icon_see.png"></image>
<view class="m-l-10 xs muted">{{ articleDetail.visit }}人浏览</view>
@ -104,14 +104,17 @@ page {
background-color: #fff;
}
.news-details .header{
padding: 20rpx 15px;
border-bottom: $-solid-border;
padding: 20rpx 30rpx;
}
.row-between{
padding: 20rpx 14rpx;
}
.news-details .main {
padding: 40rpx 15px;
padding: 0 30rpx 60rpx;
}
.lighter {
height: 60rpx;
line-height: 50rpx;
border-bottom: 1px dashed #eee;
}
</style>
Loading…
Cancel
Save