zx 3 years ago
parent 9c28d7101f
commit 99c2ee4c21

@ -3,17 +3,17 @@
padding-top: 16rpx; padding-top: 16rpx;
} }
.ei-item { .ei-item {
width: 88.5%; width: 92%;
/* height: 90%; */ /* height: 90%; */
margin: 0rpx 0rpx 32rpx 32rpx; margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 24rpx 16rpx 0rpx; padding: 24rpx 0rpx 16rpx 0rpx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8rpx; border-radius: 8rpx;
} }
.ei-item-hot { .ei-item-hot {
width: 648rpx; width: 92%;
margin: 0rpx 0rpx 32rpx 32rpx; margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 40rpx 16rpx 0rpx; padding: 24rpx 0rpx 16rpx 0rpx;
border-radius: 8rpx; border-radius: 8rpx;
background-size: cover; background-size: cover;
} }

@ -1,7 +1,7 @@
<view class="ta-content"> <view class="ta-content">
<view class="ta-item" style="height: 250rpx;"> <view class="ta-item">
<view class="ta-chart-title">尾翼洞察详情</view> <view class="ta-chart-title">尾翼洞察详情</view>
<view class="ta-chart-item" style="padding: 16rpx 0rpx 0rpx 32rpx;width: 100%;height: auto;"> <view class="ta-chart-item" style="padding: 16rpx 0rpx 48rpx 0rpx;width: 90%">
<!-- {{detailData }} --> <!-- {{detailData }} -->
<rich-text nodes="{{detailData}}"></rich-text> <rich-text nodes="{{detailData}}"></rich-text>
</view> </view>
@ -62,7 +62,7 @@
<view>尾翼信息列表</view> <view>尾翼信息列表</view>
<view class="to-more" bindtap="toTailDataList">查看更多 ></view> <view class="to-more" bindtap="toTailDataList">查看更多 ></view>
</view> </view>
<view style="width: 105%;margin-top: 32rpx;"> <view style="width: 100%;margin-top: 32rpx;">
<view class="event_content" wx:for="{{wyDataList}}" wx:if="{{index < 5}}" wx:key="_id" data-id='{{item._id}}' bindtap="toEventDetail"> <view class="event_content" wx:for="{{wyDataList}}" wx:if="{{index < 5}}" wx:key="_id" data-id='{{item._id}}' bindtap="toEventDetail">
<view class="event_text"> <view class="event_text">
<view class="text_title">{{item._source.srctitle}} <view class="text_title">{{item._source.srctitle}}

@ -3,10 +3,11 @@
padding-top: 16rpx; padding-top: 16rpx;
} }
.ta-item { .ta-item {
width: 88.5%; width: 91.5%;
/* width: calc(100% - 32px); */
/* height: 90%; */ /* height: 90%; */
margin: 0rpx 0rpx 32rpx 32rpx; margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 24rpx 16rpx 0rpx; padding: 24rpx 0rpx 16rpx 0rpx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8rpx; border-radius: 8rpx;
} }
@ -23,7 +24,8 @@
color: #999999; color: #999999;
} }
.ta-chart-item { .ta-chart-item {
width: 110%; width: 100%;
margin-left: 24rpx;
height: 350rpx; height: 350rpx;
} }
.ta-rank-list { .ta-rank-list {
@ -103,6 +105,7 @@
.to-more { .to-more {
font-size: 12px; font-size: 12px;
font-weight: 400; font-weight: 400;
margin-right: 16rpx;
color: #999999; color: #999999;
line-height: 56rpx; line-height: 56rpx;
} }

@ -1,7 +1,7 @@
<view class="tu-content"> <view class="tu-content">
<view class="tu-item" style="height: 250rpx;"> <view class="tu-item" style="height: 250rpx;">
<view class="tu-chart-title">论坛洞察详情</view> <view class="tu-chart-title">论坛洞察详情</view>
<view class="tu-chart-item" style="padding: 16rpx 0rpx 0rpx 32rpx;width: 100%;height: auto;"> <view class="tu-chart-item" style="padding: 16rpx 0rpx 0rpx 0rpx;margin-left: 24rpx;width: 95%">
<!-- {{detailData}} --> <!-- {{detailData}} -->
<rich-text nodes="{{detailData}}"></rich-text> <rich-text nodes="{{detailData}}"></rich-text>
</view> </view>

@ -3,10 +3,10 @@
padding-top: 16rpx; padding-top: 16rpx;
} }
.tu-item { .tu-item {
width: 88.5%; width: 92.5%;
/* height: 90%; */ /* height: 90%; */
margin: 0rpx 0rpx 32rpx 32rpx; margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 24rpx 8rpx 0rpx; padding: 24rpx 0rpx 8rpx 0rpx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8rpx; border-radius: 8rpx;
} }
@ -23,7 +23,8 @@
color: #999999; color: #999999;
} }
.tu-chart-item { .tu-chart-item {
width: 110%; width: 100%;
margin-left: 0rpx;
height: 350rpx; height: 350rpx;
} }
.tu-rank-list { .tu-rank-list {

@ -19,7 +19,7 @@
<view class="title2">传播量</view> <view class="title2">传播量</view>
</view> </view>
<view class="rank" wx:for="{{rankList}}" wx:key="index" wx:if="{{index < rankLimit}}"> <view class="rank" wx:for="{{rankList}}" wx:key="index" wx:if="{{index < rankLimit}}">
<view style="width: 30%;margin-top: 32rpx;color: #999999;"> <view style="width: 30%;margin-top: 6rpx;color: #999999;">
<image class="rank_num" wx:if="{{index === 0}}" src="{{imageUrl}}/img_diyi.png"></image> <image class="rank_num" wx:if="{{index === 0}}" src="{{imageUrl}}/img_diyi.png"></image>
<image class="rank_num" wx:if="{{index === 1}}" src="{{imageUrl}}/img_dier.png"></image> <image class="rank_num" wx:if="{{index === 1}}" src="{{imageUrl}}/img_dier.png"></image>
<image class="rank_num" wx:if="{{index === 2}}" src="{{imageUrl}}/img_disan.png"></image> <image class="rank_num" wx:if="{{index === 2}}" src="{{imageUrl}}/img_disan.png"></image>

@ -3,10 +3,10 @@
padding-top: 16rpx; padding-top: 16rpx;
} }
.tr-item { .tr-item {
width: 86.5%; width: 92%;
/* height: 90%; */ /* height: 90%; */
margin: 0rpx 0rpx 32rpx 32rpx; margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 40rpx 16rpx 0rpx; padding: 24rpx 0rpx 16rpx 0rpx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8rpx; border-radius: 8rpx;
} }
@ -25,7 +25,7 @@
color: #999999; color: #999999;
} }
.tr-chart-item { .tr-chart-item {
width: 110%; width: 100%;
height: 350rpx; height: 350rpx;
} }
.rank{ .rank{

@ -107,7 +107,7 @@
</view> </view>
<view class="wb-item"> <view class="wb-item">
<view class="wb-chart-title">活跃用户地区</view> <view class="wb-chart-title">活跃用户地区</view>
<view class="area-item" style="padding-left: 16rpx;"> <view class="area-item">
<view class="area-item-chart"> <view class="area-item-chart">
<c-echars showChart="{{showChart}}" canvasId="aua-canvas" chartId="aua" chartOption="{{activeUserArea1}}" height="100%"></c-echars> <c-echars showChart="{{showChart}}" canvasId="aua-canvas" chartId="aua" chartOption="{{activeUserArea1}}" height="100%"></c-echars>
</view> </view>

@ -3,10 +3,10 @@
padding-top: 16rpx; padding-top: 16rpx;
} }
.wb-item { .wb-item {
width: 88.5%; width: 92%;
/* height: 90%; */ /* height: 90%; */
margin: 0rpx 0rpx 32rpx 32rpx; margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 24rpx 8rpx 0rpx; padding: 24rpx 0rpx 8rpx 0rpx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8rpx; border-radius: 8rpx;
} }
@ -17,9 +17,10 @@
color: #333333; color: #333333;
} }
.wb-area-title { .wb-area-title {
width: 100%; width: 95%;
font-size: 18px; font-size: 18px;
padding-left: 32rpx; /* padding-left: 32rpx; */
margin-left: 32rpx;
font-weight: 600; font-weight: 600;
color: #333333; color: #333333;
display: flex; display: flex;
@ -77,12 +78,12 @@
} }
.area-item { .area-item {
display: flex; display: flex;
width: 656rpx; width: 100%;
height: 410rpx; height: 410rpx;
padding: 32rpx 0 0 32rpx; padding: 32rpx 0 0 0rpx;
} }
.area-item-chart{ .area-item-chart{
width: 358rpx; width: 50%;
height: 410rpx; height: 410rpx;
} }
/* 车型热度排行 */ /* 车型热度排行 */

Loading…
Cancel
Save