Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
774387e6
authored
Sep 27, 2020
by
wjw
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ww--ui修改
parent
70b30780
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
12 deletions
pages/commodity/project-detail/project-detail.wxml
pages/commodity/project/project.wxml
pages/commodity/project/project.wxss
pages/mine/appointment/appointment.wxss
pages/play/activity/activity.wxml
pages/play/activity/activity.wxss
pages/commodity/project-detail/project-detail.wxml
View file @
774387e6
...
...
@@ -14,7 +14,7 @@
<view class="project-name">
<text>{{item.name}}</text>
</view>
<view class="project-msg" wx:if="{{
item.describe
}}">
<view class="project-msg" wx:if="{{
shopInfo.appId === 7
}}">
<text>{{item.describe}}</text>
</view>
...
...
pages/commodity/project/project.wxml
View file @
774387e6
<navigation class="navigation" titleText="所有
项目
服务" scrollStyle="{{navigationStyle}}" scrollHeight="{{navigationScroll}}"></navigation>
<navigation class="navigation" titleText="所有
门票
服务" scrollStyle="{{navigationStyle}}" scrollHeight="{{navigationScroll}}"></navigation>
<view class="container">
<view class="banner">
...
...
pages/commodity/project/project.wxss
View file @
774387e6
...
...
@@ -38,7 +38,7 @@
.shop-item {
width: 670rpx;
margin: 48rpx 40rpx 0 40rpx;
padding: 32rpx;
padding: 32rpx
32rpx 14rpx 32rpx
;
border-radius: 4rpx;
background: #FFFFFF;
}
...
...
@@ -59,9 +59,9 @@
/* 商品信息样式 */
.commodity-item {
height: 214
rpx;
padding-bottom: 50
rpx;
margin-top: 50rpx;
border-bottom: 1px #E2E7EF solid;
border-bottom: 1
r
px #E2E7EF solid;
}
.commodity-item:last-child {
...
...
pages/mine/appointment/appointment.wxss
View file @
774387e6
...
...
@@ -76,8 +76,7 @@
.myAppointment-item{
width: 670rpx;
height: 360rpx;
margin: auto;
margin-bottom: 50rpx;
margin: 50rpx auto;
background-color: rgb(220, 214, 220);
border-radius: 4rpx;
position: relative;
...
...
pages/play/activity/activity.wxml
View file @
774387e6
...
...
@@ -59,7 +59,7 @@
</view>
</block>
<block wx:if="{{
o
ther.length > 0}}">
<block wx:if="{{
selectedO
ther.length > 0}}">
<view class="title row">
<image src="./image/title-2.png"></image>
</view>
...
...
@@ -68,8 +68,8 @@
<view class="route-list row con-b">
<!-- 左侧列表 -->
<view class="route-list-left">
<block wx:for="{{
o
ther}}" 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">
<block wx:for="{{
selectedO
ther}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<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">
<image src="{{item.cover}}" mode="aspectFill"></image>
</view>
...
...
@@ -81,8 +81,8 @@
<!-- 右侧列表 -->
<view class="route-list-right">
<block wx:for="{{
touristRouteList
}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="route-item" wx:if="{{index % 2 === 1}}" data-i
tem="{{item}}" bindtap="onTouristRoute
Detail">
<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-i
d="{{item.id}}" data-index="{{index}}" bindtap="onActivity
Detail">
<view class="row con-c align-c">
<image src="{{item.cover}}" mode="aspectFill"></image>
</view>
...
...
pages/play/activity/activity.wxss
View file @
774387e6
...
...
@@ -207,7 +207,9 @@
/* 往期活动 */
.route-list {
width: 750rpx;
margin-top: 48rpx;
padding: 0 40rpx;
}
.route-list-left,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment