Commit 2125aa32 by 高淑倩

modify: bottom 样式

parent 7ef7f7f0
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
.df-j--ba { .df-j--ba {
justify-content: space-around; justify-content: space-around;
} }
.pd1530{
padding: 15rpx 30rpx;
}
.df-1 { .df-1 {
flex: 1; } flex: 1; }
......
...@@ -6,17 +6,17 @@ ...@@ -6,17 +6,17 @@
<!--{{pItem.type}}--> <!--{{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}}" /> <image-swiper image-data="{{pItem.rotationchart.images}}" />
</view> </view>
<!-- 个人中心 {{pItem.customer}}--> <!-- 个人中心 {{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}}"/> <person-center person-data="{{pItem.customer}}"/>
</view> </view>
<!-- 图片导航 {{pItem.navigation.images}}--> <!-- 图片导航 {{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}}" /> <pic-nav pic-nav="{{pItem.navigation.images}}" />
</view> </view>
<!-- 底部 --> <!-- 底部 -->
......
...@@ -4,40 +4,15 @@ page { ...@@ -4,40 +4,15 @@ page {
background: #fff!important; background: #fff!important;
} }
.user-center{ .user-center{
padding: 15rpx 30rpx;
margin-bottom: 120rpx; margin-bottom: 120rpx;
background: #fff; 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{ .main-content{
margin-top: 18rpx; 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{ .top-content,.bottom-content{
display: flex; display: flex;
flex-direction: row; 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