Przeglądaj źródła

页面title修改

zhanghui 1 rok temu
rodzic
commit
5c3ba79868

+ 39 - 14
pages/index/diy/index_mall.vue

@@ -5,12 +5,15 @@
 			<text class="text_3">中意购</text>
 		</view> -->
 
-		<view class="custom_box" style="background: rgb(254,245,246); color: black;">
+		<view class="top custom_box" style="background: linear-gradient(180deg, rgb(254,245,246), rgb(245,245,245)); color: black;" >
+			<!-- #ifdef MP || APP-PLUS -->
 			<view class="sys-head">
 				<view class="sys-bar" :style="{ height: sysHeight }"></view>
-				<view class="sys-title">中意购</view>
-				<view class="bg"></view>
+				<!-- #ifdef MP -->
+				<view class="sys-title">中易购</view>
+				<!-- #endif -->
 			</view>
+			<!-- #endif -->
 		</view>
 
 		<view class="index_body" :style="{ top: sysHeightTop}">
@@ -367,17 +370,6 @@ page {
 	background-color: #ee4040;
 }
 
-.sys-title {
-  width: 200rpx;
-  height: 48rpx;
-  font-size: 36rpx;
-  font-family: STYuanti-SC-Regular, STYuanti-SC;
-  font-weight: 400;
-  color: #333333;
-  line-height: 48rpx;
-  letter-spacing: 2px;
-}
-
 .header-group {
 	background-color: #F9F9F9;
 
@@ -877,4 +869,37 @@ page {
 .index_body {
 	position: relative;
 }
+
+
+.sys-head {
+	position: relative;
+	width: 100%;
+	// background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
+
+	.bg {
+		position: absolute;
+		left: 0;
+		top: 0;
+		width: 100%;
+		height: 100%;
+		background: var(--view-theme);
+		background-size: 100% auto;
+		background-position: left bottom;
+	}
+
+	.sys-title {
+		font-family: STYuanti-SC-Regular, STYuanti-SC;
+		z-index: 10;
+		position: relative;
+		height: 43px;
+		text-align: left;
+		line-height: 43px;
+		font-size: 36rpx;
+		color: rgba(17, 17, 17, 1);
+		/*font-weight: bolder;*/
+		font-weight: 400;
+		padding-left: 36rpx;
+	}
+}
+
 </style>

+ 45 - 27
pages/message/message.vue

@@ -1,6 +1,19 @@
 <template>
   <view class="message">
-    <view class="header-group bord">
+
+
+    <view class="top custom_box" style="background: linear-gradient(180deg, rgb(254,245,246), rgb(245,245,245)); color: black;" >
+      <!-- #ifdef MP || APP-PLUS -->
+      <view class="sys-head">
+        <view class="sys-bar" :style="{ height: sysHeight }"></view>
+        <!-- #ifdef MP -->
+        <view class="sys-title">消息</view>
+        <!-- #endif -->
+      </view>
+      <!-- #endif -->
+    </view>
+
+    <view class="header-group bord" :style="{ 'margin-top': sysHeightTop}">
       <view class="tabs">
         <u-tabs class="defalt-utabs" :is-scroll="false" :list="navigationList" @change="changeNav" lineColor="#B22338" :current="tabIndex"
           :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
@@ -25,6 +38,7 @@
 
 <script>
 let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
+let sysHeightTop = (uni.getSystemInfoSync().statusBarHeight + 43) + 'px';
 import {
   mapGetters
 } from "vuex";
@@ -45,6 +59,8 @@ export default {
   mixins: [colors],
   data () {
     return {
+      sysHeight: sysHeight,
+      sysHeightTop: sysHeightTop,
       height:'550px',
       tabIndex:0,
       navigationList: [{
@@ -85,36 +101,38 @@ export default {
 .message {
   display: flex;
   flex-direction: column;
+}
 
-  .sys-head {
-    position: relative;
+
+.sys-head {
+  position: relative;
+  width: 100%;
+  // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
+
+  .bg {
+    position: absolute;
+    left: 0;
+    top: 0;
     width: 100%;
-    // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
-
-    .bg {
-      position: absolute;
-      left: 0;
-      top: 0;
-      width: 100%;
-      height: 100%;
-      background: var(--view-theme);
-      background-size: 100% auto;
-      background-position: left bottom;
-    }
-
-    .sys-title {
-      z-index: 10;
-      position: relative;
-      height: 43px;
-      text-align: left;
-      line-height: 43px;
-      font-size: 36rpx;
-      color: rgba(17, 17, 17, 1);
-      font-weight: bolder;
-      padding-left: 36rpx;
-    }
+    height: 100%;
+    background: var(--view-theme);
+    background-size: 100% auto;
+    background-position: left bottom;
   }
 
+  .sys-title {
+    font-family: STYuanti-SC-Regular, STYuanti-SC;
+    z-index: 10;
+    position: relative;
+    height: 43px;
+    text-align: left;
+    line-height: 43px;
+    font-size: 36rpx;
+    color: rgba(17, 17, 17, 1);
+    /*font-weight: bolder;*/
+    font-weight: 400;
+    padding-left: 36rpx;
 
+  }
 }
 </style>

+ 3 - 1
pages/order/index.vue

@@ -1005,6 +1005,7 @@ line-height: 32rpx;
 	}
 
 	.sys-title {
+		font-family: STYuanti-SC-Regular, STYuanti-SC;
 		z-index: 10;
 		position: relative;
 		height: 43px;
@@ -1012,7 +1013,8 @@ line-height: 32rpx;
 		line-height: 43px;
 		font-size: 36rpx;
 		color: rgba(17, 17, 17, 1);
-		font-weight: bolder;
+		/*font-weight: bolder;*/
+		font-weight: 400;
 		padding-left: 36rpx;
 	}
 }

+ 2 - 1
pages/user/index.vue

@@ -1031,6 +1031,7 @@ body {
 		}
 
 		.sys-title {
+			font-family: STYuanti-SC-Regular, STYuanti-SC;
 			z-index: 10;
 			position: relative;
 			height: 43px;
@@ -1038,7 +1039,7 @@ body {
 			line-height: 43px;
 			font-size: 36rpx;
 			color: rgba(17, 17, 17, 1);
-			font-weight: bolder;
+			font-weight: 400;
 			padding-left: 36rpx;
 		}
 	}