Commit 2125aa32 by 高淑倩

modify: bottom 样式

parent 7ef7f7f0
......@@ -10,6 +10,9 @@
.df-j--ba {
justify-content: space-around;
}
.pd1530{
padding: 15rpx 30rpx;
}
.df-1 {
flex: 1; }
......
......@@ -6,17 +6,17 @@
<!--{{pItem.type}}-->
<!-- 轮播 -->
<view class="images-tab" wx:if="{{pItem.type == 1}}">
<view class="images-tab pd1530" wx:if="{{pItem.type == 1}}">
<image-swiper image-data="{{pItem.rotationchart.images}}" />
</view>
<!-- 个人中心 {{pItem.customer}}-->
<view class="images-tab" wx:if="{{pItem.type == 2}}">
<view class="images-tab pd1530" wx:if="{{pItem.type == 2}}">
<person-center person-data="{{pItem.customer}}"/>
</view>
<!-- 图片导航 {{pItem.navigation.images}}-->
<view class="images-tab" wx:if="{{pItem.type == 3}}">
<view class="images-tab pd1530" wx:if="{{pItem.type == 3}}">
<pic-nav pic-nav="{{pItem.navigation.images}}" />
</view>
<!-- 底部 -->
......
......@@ -4,40 +4,15 @@ page {
background: #fff!important;
}
.user-center{
padding: 15rpx 30rpx;
margin-bottom: 120rpx;
background: #fff;
box-sizing:border-box;
}
/* .activation-content{
position: relative;
width: 690rpx;
height: 166rpx;
margin-top: 18rpx;
border-radius: 7rpx;
} */
/* .activation-bg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 7rpx;
z-index: -1;
} */
.main-content{
margin-top: 18rpx;
}
/* .activation-content button{
width: 400rpx;
height: 68rpx;
border-radius: 68rpx;
line-height: 68rpx;
font-size: 30rpx;
position: absolute;
top: 49rpx;
left: 144rpx;
} */
.top-content,.bottom-content{
display: flex;
flex-direction: row;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment