Browse Source

update profile background

dayu 2 years ago
parent
commit
18105241eb

+ 3 - 1
sleep/pages/my/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="my-container">
-		<!-- <view class="container-bg"></view> -->
+		<view class="container-bg"></view>
 		
 		<cu-custom bgColor="#fff"><view slot="content" style="color: #FFFFFF">UU睡眠</view></cu-custom>
 		
@@ -434,6 +434,7 @@ export default {
 	    .my_device_header {
 	      padding: 0.25rem 0 2.75rem;
 	      overflow-x: hidden;
+		  z-index: 100;
 	      .image {
 	        margin-left: -6.38rem;
 	        border-radius: 3.94rem;
@@ -567,6 +568,7 @@ export default {
 	      & > image:not(:first-child) {
 	        margin-top: 1.88rem;
 	      }
+		  z-index: 100;
 	      .my_record {
 	        padding: 1rem 1.25rem;
 	        background-color: #1241b8cc;

File diff suppressed because it is too large
+ 1 - 1
sleep/unpackage/dist/dev/.sourcemap/mp-weixin/pages/my/index.js.map


File diff suppressed because it is too large
+ 1 - 1
sleep/unpackage/dist/dev/mp-weixin/pages/my/index.wxml


+ 4 - 0
sleep/unpackage/dist/dev/mp-weixin/pages/my/index.wxss

@@ -71,6 +71,7 @@
 .page .group_2 .my_device_header.data-v-4dcceeb0 {
   padding: 0.25rem 0 2.75rem;
   overflow-x: hidden;
+  z-index: 100;
 }
 .page .group_2 .my_device_header .image.data-v-4dcceeb0 {
   margin-left: -6.38rem;
@@ -186,6 +187,9 @@
   height: 1.13rem;
   border: solid 0.063rem #4d9efa;
 }
+.page .group_2 .space-y-30.data-v-4dcceeb0 {
+  z-index: 100;
+}
 .page .group_2 .space-y-30 > view.data-v-4dcceeb0:not(:first-child),
 .page .group_2 .space-y-30 > text.data-v-4dcceeb0:not(:first-child),
 .page .group_2 .space-y-30 > image.data-v-4dcceeb0:not(:first-child) {

+ 20 - 14
sleep/unpackage/dist/dev/mp-weixin/project.config.json

@@ -1,8 +1,7 @@
 {
   "description": "项目配置文件。",
   "packOptions": {
-    "ignore": [],
-    "include": []
+    "ignore": []
   },
   "setting": {
     "urlCheck": true,
@@ -13,21 +12,28 @@
     "bigPackageSizeSupport": true,
     "requiredBackgroundModes": [
       "audio"
-    ],
-    "babelSetting": {
-      "ignore": [],
-      "disablePlugins": [],
-      "outputPath": ""
-    },
-    "condition": false
+    ]
   },
   "compileType": "miniprogram",
-  "libVersion": "2.32.3",
+  "libVersion": "",
   "appid": "touristappid",
   "projectname": "sleep",
-  "condition": {},
-  "editorSetting": {
-    "tabIndent": "insertSpaces",
-    "tabSize": 2
+  "condition": {
+    "search": {
+      "current": -1,
+      "list": []
+    },
+    "conversation": {
+      "current": -1,
+      "list": []
+    },
+    "game": {
+      "current": -1,
+      "list": []
+    },
+    "miniprogram": {
+      "current": -1,
+      "list": []
+    }
   }
 }