Commit 774387e6 by wjw

ww--ui修改

parent 70b30780
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view class="project-name"> <view class="project-name">
<text>{{item.name}}</text> <text>{{item.name}}</text>
</view> </view>
<view class="project-msg" wx:if="{{item.describe}}"> <view class="project-msg" wx:if="{{shopInfo.appId === 7}}">
<text>{{item.describe}}</text> <text>{{item.describe}}</text>
</view> </view>
......
<navigation class="navigation" titleText="所有项目服务" scrollStyle="{{navigationStyle}}" scrollHeight="{{navigationScroll}}"></navigation> <navigation class="navigation" titleText="所有门票服务" scrollStyle="{{navigationStyle}}" scrollHeight="{{navigationScroll}}"></navigation>
<view class="container"> <view class="container">
<view class="banner"> <view class="banner">
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
.shop-item { .shop-item {
width: 670rpx; width: 670rpx;
margin: 48rpx 40rpx 0 40rpx; margin: 48rpx 40rpx 0 40rpx;
padding: 32rpx; padding: 32rpx 32rpx 14rpx 32rpx;
border-radius: 4rpx; border-radius: 4rpx;
background: #FFFFFF; background: #FFFFFF;
} }
...@@ -59,9 +59,9 @@ ...@@ -59,9 +59,9 @@
/* 商品信息样式 */ /* 商品信息样式 */
.commodity-item { .commodity-item {
height: 214rpx; padding-bottom: 50rpx;
margin-top: 50rpx; margin-top: 50rpx;
border-bottom: 1px #E2E7EF solid; border-bottom: 1rpx #E2E7EF solid;
} }
.commodity-item:last-child { .commodity-item:last-child {
......
...@@ -76,8 +76,7 @@ ...@@ -76,8 +76,7 @@
.myAppointment-item{ .myAppointment-item{
width: 670rpx; width: 670rpx;
height: 360rpx; height: 360rpx;
margin: auto; margin: 50rpx auto;
margin-bottom: 50rpx;
background-color: rgb(220, 214, 220); background-color: rgb(220, 214, 220);
border-radius: 4rpx; border-radius: 4rpx;
position: relative; position: relative;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</view> </view>
</block> </block>
<block wx:if="{{other.length > 0}}"> <block wx:if="{{selectedOther.length > 0}}">
<view class="title row"> <view class="title row">
<image src="./image/title-2.png"></image> <image src="./image/title-2.png"></image>
</view> </view>
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
<view class="route-list row con-b"> <view class="route-list row con-b">
<!-- 左侧列表 --> <!-- 左侧列表 -->
<view class="route-list-left"> <view class="route-list-left">
<block wx:for="{{other}}" wx:for-index="index" wx:for-item="item" wx:key="index"> <block wx:for="{{selectedOther}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="route-item" wx:if="{{index % 2 === 0}}" data-id="{{item.id}}" bindtap="onActivityDetail"> <view class="route-item" wx:if="{{index % 2 === 0}}" data-id="{{item.id}}" data-index="{{index}}" bindtap="onActivityDetail">
<view class="row con-c align-c"> <view class="row con-c align-c">
<image src="{{item.cover}}" mode="aspectFill"></image> <image src="{{item.cover}}" mode="aspectFill"></image>
</view> </view>
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
<!-- 右侧列表 --> <!-- 右侧列表 -->
<view class="route-list-right"> <view class="route-list-right">
<block wx:for="{{touristRouteList}}" wx:for-index="index" wx:for-item="item" wx:key="index"> <block wx:for="{{selectedOther}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="route-item" wx:if="{{index % 2 === 1}}" data-item="{{item}}" bindtap="onTouristRouteDetail"> <view class="route-item" wx:if="{{index % 2 === 1}}" data-id="{{item.id}}" data-index="{{index}}" bindtap="onActivityDetail">
<view class="row con-c align-c"> <view class="row con-c align-c">
<image src="{{item.cover}}" mode="aspectFill"></image> <image src="{{item.cover}}" mode="aspectFill"></image>
</view> </view>
......
...@@ -207,7 +207,9 @@ ...@@ -207,7 +207,9 @@
/* 往期活动 */ /* 往期活动 */
.route-list { .route-list {
width: 750rpx;
margin-top: 48rpx; margin-top: 48rpx;
padding: 0 40rpx;
} }
.route-list-left, .route-list-left,
......
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 sign in to comment