|
|
@@ -1,18 +1,19 @@
|
|
1
|
1
|
<template>
|
|
2
|
2
|
<view class="process" v-if="status == 1">
|
|
3
|
|
- <!-- <view class="process-header"> -->
|
|
4
|
|
- <!-- <view class="process-header-text">
|
|
5
|
|
- <view class="process-header-text-neishi" @click="topgi">
|
|
6
|
|
- <view class="process-header-text-icon">
|
|
7
|
|
- <image src="https://cdn.bjtdba.com/vod/image/2022-08-11/20220811133828415.png" mode="widthFix">
|
|
8
|
|
- </image>
|
|
9
|
|
- </view>
|
|
10
|
|
- </view>
|
|
11
|
|
- <view class="process-header-text-title">
|
|
12
|
|
- 聚合码
|
|
13
|
|
- </view>
|
|
14
|
|
- </view> -->
|
|
15
|
|
- <!-- </view> -->
|
|
|
3
|
+ <view class="statement-header">
|
|
|
4
|
+ <view class="statement-header-text">
|
|
|
5
|
+ <view class="statement-header-text-neishi" @click="topgi">
|
|
|
6
|
+ <view class="statement-header-text-icon">
|
|
|
7
|
+ <image
|
|
|
8
|
+ src="https://cdn.bjtdba.com/vod/image/2022-08-11/20220811133828415.png"
|
|
|
9
|
+ mode="widthFix"
|
|
|
10
|
+ >
|
|
|
11
|
+ </image>
|
|
|
12
|
+ </view>
|
|
|
13
|
+ </view>
|
|
|
14
|
+ <view class="statement-header-text-title" @click="topgi"> 返回</view>
|
|
|
15
|
+ </view>
|
|
|
16
|
+ </view>
|
|
16
|
17
|
<view class="activite-nav">
|
|
17
|
18
|
<view class="activite-card">
|
|
18
|
19
|
<image
|
|
|
@@ -574,6 +575,46 @@ page {
|
|
574
|
575
|
flex-direction: column;
|
|
575
|
576
|
align-items: center;
|
|
576
|
577
|
justify-content: center;
|
|
|
578
|
+
|
|
|
579
|
+ .statement-header {
|
|
|
580
|
+ position: fixed;
|
|
|
581
|
+ top: 0;
|
|
|
582
|
+ left: 0;
|
|
|
583
|
+ z-index: 111;
|
|
|
584
|
+ width: 100%;
|
|
|
585
|
+ height: 100rpx;
|
|
|
586
|
+ background: url("https://cdn.bjtdba.com/vod/image/2022-08-23/20220823132549341.png");
|
|
|
587
|
+ display: flex;
|
|
|
588
|
+ justify-content: center;
|
|
|
589
|
+
|
|
|
590
|
+ .statement-header-text {
|
|
|
591
|
+ width: 686rpx;
|
|
|
592
|
+ font-size: 36rpx;
|
|
|
593
|
+ font-weight: 500;
|
|
|
594
|
+ color: #333333;
|
|
|
595
|
+ display: flex;
|
|
|
596
|
+ // margin-top: 107rpx;
|
|
|
597
|
+ align-items: center;
|
|
|
598
|
+
|
|
|
599
|
+ .statement-header-text-neishi {
|
|
|
600
|
+ width: 45rpx;
|
|
|
601
|
+ height: 45rpx;
|
|
|
602
|
+ margin-right: 17rpx;
|
|
|
603
|
+
|
|
|
604
|
+ .statement-header-text-icon {
|
|
|
605
|
+ width: 36rpx;
|
|
|
606
|
+ height: 36rpx;
|
|
|
607
|
+ margin-top: 2rpx;
|
|
|
608
|
+
|
|
|
609
|
+ image {
|
|
|
610
|
+ width: 100%;
|
|
|
611
|
+ height: 100%;
|
|
|
612
|
+ }
|
|
|
613
|
+ }
|
|
|
614
|
+ }
|
|
|
615
|
+ }
|
|
|
616
|
+ }
|
|
|
617
|
+
|
|
577
|
618
|
|
|
578
|
619
|
.activite-nav {
|
|
579
|
620
|
width: 100%;
|