|
|
@@ -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
|
|
|
@@ -555,6 +556,46 @@ page {
|
|
555
|
556
|
flex-direction: column;
|
|
556
|
557
|
align-items: center;
|
|
557
|
558
|
justify-content: center;
|
|
|
559
|
+
|
|
|
560
|
+ .statement-header {
|
|
|
561
|
+ position: fixed;
|
|
|
562
|
+ top: 0;
|
|
|
563
|
+ left: 0;
|
|
|
564
|
+ z-index: 111;
|
|
|
565
|
+ width: 100%;
|
|
|
566
|
+ height: 100rpx;
|
|
|
567
|
+ background: #ffffff;
|
|
|
568
|
+ display: flex;
|
|
|
569
|
+ justify-content: center;
|
|
|
570
|
+
|
|
|
571
|
+ .statement-header-text {
|
|
|
572
|
+ width: 686rpx;
|
|
|
573
|
+ font-size: 36rpx;
|
|
|
574
|
+ font-weight: 500;
|
|
|
575
|
+ color: #333333;
|
|
|
576
|
+ display: flex;
|
|
|
577
|
+ // margin-top: 107rpx;
|
|
|
578
|
+ align-items: center;
|
|
|
579
|
+
|
|
|
580
|
+ .statement-header-text-neishi {
|
|
|
581
|
+ width: 45rpx;
|
|
|
582
|
+ height: 45rpx;
|
|
|
583
|
+ margin-right: 17rpx;
|
|
|
584
|
+
|
|
|
585
|
+ .statement-header-text-icon {
|
|
|
586
|
+ width: 36rpx;
|
|
|
587
|
+ height: 36rpx;
|
|
|
588
|
+ margin-top: 2rpx;
|
|
|
589
|
+
|
|
|
590
|
+ image {
|
|
|
591
|
+ width: 100%;
|
|
|
592
|
+ height: 100%;
|
|
|
593
|
+ }
|
|
|
594
|
+ }
|
|
|
595
|
+ }
|
|
|
596
|
+ }
|
|
|
597
|
+ }
|
|
|
598
|
+
|
|
558
|
599
|
|
|
559
|
600
|
.activite-nav {
|
|
560
|
601
|
width: 100%;
|