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