Kaynağa Gözat

页头更改

xialei 1 yıl önce
ebeveyn
işleme
d0c763e39c
2 değiştirilmiş dosya ile 105 ekleme ve 64 silme
  1. 54 13
      shop/perating/activitecode.vue
  2. 51 51
      shop/services/setting.vue

+ 54 - 13
shop/perating/activitecode.vue

@@ -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%;

+ 51 - 51
shop/services/setting.vue

@@ -1,18 +1,18 @@
1 1
 <template>
2 2
 	<view class="setting">
3
-		<view class="setting-header">
4
-			<view class="setting-header-text">
5
-				<view class="setting-header-text-neishi" @click="topgi">
6
-					<view class="setting-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
-
12
-				<view class="setting-header-text-title">
13
-					分润设置
14
-				</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>
15 13
 			</view>
14
+			<view class="statement-header-text-title" @click="topgi"> 分润设置 </view>
15
+		  </view>
16 16
 		</view>
17 17
 		<view class="setting-shehi">
18 18
 			<view class="">
@@ -184,45 +184,45 @@
184 184
 		flex-direction: column;
185 185
 		align-items: center;
186 186
 
187
-		.setting-header {
188
-			position: fixed;
189
-			top: 0;
190
-			left: 0;
191
-			z-index: 111;
192
-			width: 100%;
193
-			height: 176rpx;
194
-			background: #FFFFFF;
195
-			display: flex;
196
-			justify-content: center;
197
-
198
-			.setting-header-text {
199
-				width: 686rpx;
200
-				font-size: 36rpx;
201
-				font-weight: 500;
202
-				color: #333333;
203
-				display: flex;
204
-				margin-top: 107rpx;
205
-				align-items: center;
206
-
207
-				.setting-header-text-neishi {
208
-					width: 45rpx;
209
-					height: 45rpx;
210
-					margin-right: 17rpx;
211
-
212
-					.setting-header-text-icon {
213
-						width: 36rpx;
214
-						height: 36rpx;
215
-						margin-top: 2rpx;
216
-
217
-						image {
218
-							width: 100%;
219
-							height: 100%;
220
-						}
221
-					}
222
-				}
223
-
224
-			}
225
-		}
187
+  .statement-header {
188
+    position: fixed;
189
+    top: 0;
190
+    left: 0;
191
+    z-index: 111;
192
+    width: 100%;
193
+    height: 100rpx;
194
+    background: #ffffff;
195
+    display: flex;
196
+    justify-content: center;
197
+  
198
+    .statement-header-text {
199
+      width: 686rpx;
200
+      font-size: 36rpx;
201
+      font-weight: 500;
202
+      color: #333333;
203
+      display: flex;
204
+      // margin-top: 107rpx;
205
+      align-items: center;
206
+  
207
+      .statement-header-text-neishi {
208
+        width: 45rpx;
209
+        height: 45rpx;
210
+        margin-right: 17rpx;
211
+  
212
+        .statement-header-text-icon {
213
+          width: 36rpx;
214
+          height: 36rpx;
215
+          margin-top: 2rpx;
216
+  
217
+          image {
218
+            width: 100%;
219
+            height: 100%;
220
+          }
221
+        }
222
+      }
223
+    }
224
+  }
225
+  
226 226
 
227 227
 		.setting-shehi {
228 228
 			width: 686rpx;