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