|
@@ -86,9 +86,6 @@
|
|
|
style="width: 30rpx;margin-left: 10rpx;"></image>
|
|
|
<image v-else src="../../static/zk.png" mode="widthFix" style="width: 30rpx;margin-left: 10rpx;">
|
|
|
</image>
|
|
|
- <!--
|
|
|
- <u-icon :name="iconName1" size="30" style="margin-left: 10rpx;">
|
|
|
- </u-icon> -->
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -155,7 +152,7 @@
|
|
|
<qiun-data-charts type="column" :opts="opts3" :chartData="chartData3" />
|
|
|
</view>
|
|
|
</uni-transition>
|
|
|
- <view class="zd flex" @click="foldClcik('fade',2)">
|
|
|
+ <view class="zd flex alc" @click="foldClcik('fade',2)">
|
|
|
{{this.isSHowContent2?'点击收起':'点击展开'}}
|
|
|
<image v-if="this.isSHowContent2" src="../../static/sq.png" mode="widthFix"
|
|
|
style="width: 30rpx;margin-left: 10rpx;"></image>
|
|
@@ -240,7 +237,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-transition>
|
|
|
- <view class="zd flex" @click="foldClcik('fade',3)">
|
|
|
+ <view class="zd flex alc" @click="foldClcik('fade',3)">
|
|
|
{{this.isSHowContent3?'点击收起':'点击展开'}}
|
|
|
<image v-if="this.isSHowContent3" src="../../static/sq.png" mode="widthFix"
|
|
|
style="width: 30rpx;margin-left: 10rpx;"></image>
|
|
@@ -280,7 +277,7 @@
|
|
|
|
|
|
</view>
|
|
|
</uni-transition>
|
|
|
- <view class="zd flex" @click="foldClcik('fade',4)">
|
|
|
+ <view class="zd flex alc" @click="foldClcik('fade',4)">
|
|
|
{{this.isSHowContent4?'点击收起':'点击展开'}}
|
|
|
<image v-if="this.isSHowContent4" src="../../static/sq.png" mode="widthFix"
|
|
|
style="width: 30rpx;margin-left: 10rpx;"></image>
|
|
@@ -320,7 +317,7 @@
|
|
|
|
|
|
|
|
|
</uni-transition>
|
|
|
- <view class="zd flex" @click="foldClcik('fade',5)">
|
|
|
+ <view class="zd flex alc" @click="foldClcik('fade',5)">
|
|
|
{{this.isSHowContent5?'点击收起':'点击展开'}}
|
|
|
<image v-if="this.isSHowContent5" src="../../static/sq.png" mode="widthFix"
|
|
|
style="width: 30rpx;margin-left: 10rpx;"></image>
|
|
@@ -363,7 +360,7 @@
|
|
|
<qiun-data-charts type="area" :opts="opts9" :chartData="chartData9" />
|
|
|
</view>
|
|
|
</uni-transition>
|
|
|
- <view class="zd flex" @click="foldClcik('fade',6)">
|
|
|
+ <view class="zd flex alc" @click="foldClcik('fade',6)">
|
|
|
{{this.isSHowContent6?'点击收起':'点击展开'}}
|
|
|
<image v-if="this.isSHowContent6" src="../../static/sq.png" mode="widthFix"
|
|
|
style="width: 30rpx;margin-left: 10rpx;"></image>
|
|
@@ -1701,9 +1698,9 @@
|
|
|
align-items: center;
|
|
|
justify-content: space-evenly;
|
|
|
position: fixed;
|
|
|
- top:0;
|
|
|
- width:100%;
|
|
|
- z-index:1;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 1;
|
|
|
}
|
|
|
|
|
|
.back {
|
|
@@ -1773,7 +1770,8 @@
|
|
|
}
|
|
|
|
|
|
.content1 {
|
|
|
- margin-top:100rpx;
|
|
|
+ margin-top: 100rpx;
|
|
|
+
|
|
|
.content1-wrap {}
|
|
|
|
|
|
.row1 {
|