浏览代码

live script

dongyuan0658 5 年之前
父节点
当前提交
ac940c774c
共有 2 个文件被更改,包括 21 次插入4 次删除
  1. 5 2
      component/my/my.wxml
  2. 16 2
      component/my/my.wxss

+ 5 - 2
component/my/my.wxml

@@ -1,5 +1,8 @@
 <template name="my">
-  <view class='containers'> 
+  <view class='mine-container'>
+    
+  </view>
+  <!-- <view class='containers'> 
     <view class='mine-top' bindtap='toAttentionMe'>
       <view class='avatar-box'>
         <image src="{{ myData.imgUrl }}" background-size="cover"></image>
@@ -76,5 +79,5 @@
       </view>
       <view class='attention-me-detail'> > </view>
     </view>
-  </view>
+  </view> -->
 </template>

+ 16 - 2
component/my/my.wxss

@@ -1,4 +1,18 @@
-.containers{
+.mine-container{
+  width: 750rpx;
+  height: 1116rpx;
+  background: #F0F1F5;
+}
+
+
+
+
+
+
+
+
+
+/* .containers{
   padding-top: 0;
 }
 
@@ -146,4 +160,4 @@
   margin-right: 20rpx;
 }
 
-
+ */