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
f0ae8fd9
authored
Sep 25, 2020
by
严立
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://120.77.182.185/yanl/mini-shimao
parents
188cc4dc
8b5e0a9f
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
84 additions
and
39 deletions
pages/commodity/home/home.wxss
pages/commodity/menu-food/menu-food.wxml
pages/commodity/menu-food/menu-food.wxss
pages/commodity/project-detail/project-detail.js
pages/commodity/project/project.wxss
pages/commodity/shopping-cart/shopping-cart.wxss
pages/mine/home/home.wxml
pages/mine/home/home.wxss
pages/play/home/home.wxss
pages/play/movie/movie.wxml
pages/play/service-detail/service-detail.wxml
pages/play/service-detail/service-detail.wxss
pages/play/service/service.wxml
pages/commodity/home/home.wxss
View file @
f0ae8fd9
...
@@ -211,6 +211,7 @@ swiper {
...
@@ -211,6 +211,7 @@ swiper {
font-size: 34rpx;
font-size: 34rpx;
font-weight: 300;
font-weight: 300;
line-height: 64rpx;
line-height: 64rpx;
letter-spacing: 4rpx;
color: #15191F;
color: #15191F;
}
}
...
@@ -225,9 +226,9 @@ swiper {
...
@@ -225,9 +226,9 @@ swiper {
.shop-banner > button {
.shop-banner > button {
position: absolute;
position: absolute;
top:
33
0rpx;
top: 0rpx;
width:
204
rpx;
width:
750
rpx;
height:
12
0rpx;
height:
50
0rpx;
background: rgba(0, 0, 0, 0);
background: rgba(0, 0, 0, 0);
font-size: 26rpx;
font-size: 26rpx;
...
@@ -282,6 +283,7 @@ swiper {
...
@@ -282,6 +283,7 @@ swiper {
font-size: 34rpx;
font-size: 34rpx;
font-weight: 300;
font-weight: 300;
line-height: 64rpx;
line-height: 64rpx;
letter-spacing: 4rpx;
color: #15191F;
color: #15191F;
}
}
...
@@ -321,6 +323,7 @@ swiper {
...
@@ -321,6 +323,7 @@ swiper {
font-size: 34rpx;
font-size: 34rpx;
font-weight: 300;
font-weight: 300;
line-height: 64rpx;
line-height: 64rpx;
letter-spacing: 4rpx;
color: #15191F;
color: #15191F;
}
}
...
...
pages/commodity/menu-food/menu-food.wxml
View file @
f0ae8fd9
...
@@ -108,10 +108,10 @@
...
@@ -108,10 +108,10 @@
</view>
</view>
<!-- 商品详情弹窗 -->
<!-- 商品详情弹窗 -->
<l-popup show="{{winCommodityDetail}}" content-align="center" locked="{{true}}">
<l-popup
l-class="popup-mask"
show="{{winCommodityDetail}}" content-align="center" locked="{{true}}">
<view class="popup-wrap">
<view class="popup-wrap">
<view id="banner" class="banner">
<view id="banner" class="banner">
<swiper autoplay circular class="banner-swiper" interval="5000" duration="500">
<swiper autoplay circular
indicator-dots indicator-active-color="#fff" indicator-color="rgba(255, 255, 255, .4)"
class="banner-swiper" interval="5000" duration="500">
<block wx:for="{{commodityDetail.banner}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<block wx:for="{{commodityDetail.banner}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<swiper-item class="banner-swiper-item">
<swiper-item class="banner-swiper-item">
<image class="banner-swiper-image" src="{{item}}"></image>
<image class="banner-swiper-image" src="{{item}}"></image>
...
...
pages/commodity/menu-food/menu-food.wxss
View file @
f0ae8fd9
...
@@ -210,6 +210,20 @@ page {
...
@@ -210,6 +210,20 @@ page {
text-decoration: line-through;
text-decoration: line-through;
}
}
.wx-swiper-dots{
position:relative;
left: 0;
right: 0;
}
.wx-swiper-dots.wx-swiper-dots-horizontal{
margin-bottom: 32rpx;
}
.popup-mask {
z-index: 11111 !important;
background: rgba(0, 0, 0, 0.65);
}
.popup-wrap {
.popup-wrap {
width: 606rpx;
width: 606rpx;
margin-top: 100rpx;
margin-top: 100rpx;
...
...
pages/commodity/project-detail/project-detail.js
View file @
f0ae8fd9
...
@@ -22,7 +22,7 @@ Page({
...
@@ -22,7 +22,7 @@ Page({
color
:
'#000000'
,
color
:
'#000000'
,
background
:
'rgba(255, 255, 255, 1)'
background
:
'rgba(255, 255, 255, 1)'
},
},
scroll
:
'
6
00rpx'
,
scroll
:
'
2
00rpx'
,
},
},
navigationScroll
:
0
,
navigationScroll
:
0
,
...
...
pages/commodity/project/project.wxss
View file @
f0ae8fd9
...
@@ -52,6 +52,11 @@
...
@@ -52,6 +52,11 @@
margin-right: 20rpx;
margin-right: 20rpx;
}
}
.shop-name text {
font-size: 34rpx;
font-weight: 600;
}
/* 商品信息样式 */
/* 商品信息样式 */
.commodity-item {
.commodity-item {
height: 214rpx;
height: 214rpx;
...
@@ -78,7 +83,7 @@
...
@@ -78,7 +83,7 @@
.commodity-describe text:nth-child(1) {
.commodity-describe text:nth-child(1) {
height: 42rpx;
height: 42rpx;
font-size: 30rpx;
font-size: 30rpx;
font-weight:
5
00;
font-weight:
6
00;
line-height: 42rpx;
line-height: 42rpx;
color: #15191F;
color: #15191F;
...
...
pages/commodity/shopping-cart/shopping-cart.wxss
View file @
f0ae8fd9
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
font-size: 30rpx;
font-size: 30rpx;
font-weight: 500;
font-weight: 500;
line-height: 42rpx;
line-height: 42rpx;
color: #
586A46
;
color: #
656E7B
;
}
}
.l-content {
.l-content {
color: #959da9 !important;
color: #959da9 !important;
...
@@ -333,6 +333,7 @@
...
@@ -333,6 +333,7 @@
margin-top: 68rpx;
margin-top: 68rpx;
color: #fff;
color: #fff;
font-size: 30rpx;
font-size: 30rpx;
font-weight: 600;
line-height: 96rpx;
line-height: 96rpx;
text-align: center;
text-align: center;
background: #86C5E1;
background: #86C5E1;
...
...
pages/mine/home/home.wxml
View file @
f0ae8fd9
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<view class="order-activity-title row align-c">
<view class="order-activity-title row align-c">
<text>我的订单</text>
<text>我的订单</text>
</view>
</view>
<view class="row align-c" bindtap="onOrder">
<view class="
order-activity-all
row align-c" bindtap="onOrder">
<text>查看全部</text>
<text>查看全部</text>
<image class="all-order-icon" src="{{imageBase + 'icon/arrow-r-2.png'}}"></image>
<image class="all-order-icon" src="{{imageBase + 'icon/arrow-r-2.png'}}"></image>
</view>
</view>
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
<view class="order-activity-title row align-c">
<view class="order-activity-title row align-c">
<text>我的预约</text>
<text>我的预约</text>
</view>
</view>
<view class="row align-c" bindtap="onAppointment">
<view class="
order-activity-all
row align-c" bindtap="onAppointment">
<text>查看全部</text>
<text>查看全部</text>
<image class="all-order-icon" src="{{imageBase + 'icon/arrow-r-2.png'}}"></image>
<image class="all-order-icon" src="{{imageBase + 'icon/arrow-r-2.png'}}"></image>
</view>
</view>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</view>
</view>
</view>
</view>
<!-- 预约卡片 -->
<!-- 预约卡片 -->
<view class="appintment">
<view class="app
o
intment">
<!-- 主题活动 -->
<!-- 主题活动 -->
<view class="appointment-wrapper" wx:for="{{activityList}}" wx:key="*this" data-item="{{item}}"
<view class="appointment-wrapper" wx:for="{{activityList}}" wx:key="*this" data-item="{{item}}"
bindtap="onOrderDetail">
bindtap="onOrderDetail">
...
...
pages/mine/home/home.wxss
View file @
f0ae8fd9
...
@@ -410,8 +410,14 @@
...
@@ -410,8 +410,14 @@
font-weight: 600;
font-weight: 600;
}
}
.order-activity-all text {
font-size: 26rpx;
color: #15191F;
}
.order-activity-icon-list {
.order-activity-icon-list {
margin-top: 56rpx;
margin-top: 56rpx;
padding-bottom: 12rpx;
}
}
.order-activity-icon-wrapper {
.order-activity-icon-wrapper {
...
@@ -593,10 +599,6 @@
...
@@ -593,10 +599,6 @@
background-color: #ccc;
background-color: #ccc;
}
}
.appointment {
margin-top: 16rpx;
}
.appointment-wrapper {
.appointment-wrapper {
position: relative;
position: relative;
width: 606rpx;
width: 606rpx;
...
...
pages/play/home/home.wxss
View file @
f0ae8fd9
...
@@ -211,9 +211,10 @@
...
@@ -211,9 +211,10 @@
.movie-btn {
.movie-btn {
width: 152rpx;
width: 152rpx;
height: 56rpx;
height: 56rpx;
margin-top: 4
2
rpx;
margin-top: 4
5
rpx;
color: #fff;
color: #fff;
font-size: 26rpx;
font-size: 26rpx;
font-weight: 600;
text-align: center;
text-align: center;
line-height: 56rpx;
line-height: 56rpx;
background: #86c5e1;
background: #86c5e1;
...
...
pages/play/movie/movie.wxml
View file @
f0ae8fd9
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</block>
</block>
</view>
</view>
<view wx:else>
<view wx:else>
<block wx:for="{{movieAll}}" wx:for-index="key" wx:for-item="movieList" wx:key="key" wx:if="{{movieAll.movie
w
Week.list.length > 0 || movieAll.movieNextWeek.list.length > 0}}">
<block wx:for="{{movieAll}}" wx:for-index="key" wx:for-item="movieList" wx:key="key" wx:if="{{movieAll.movieWeek.list.length > 0 || movieAll.movieNextWeek.list.length > 0}}">
<view class="movie-week row align-c con-c" wx:if="{{movieList.list.length > 0}}">
<view class="movie-week row align-c con-c" wx:if="{{movieList.list.length > 0}}">
<view class="line"></view>
<view class="line"></view>
<view class="movie-week-title">
<view class="movie-week-title">
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
</view>
</view>
</block>
</block>
</block>
</block>
<block wx:if="{{movieAll.movie
w
Week.list.length === 0 && movieAll.movieNextWeek.list.length === 0}}">
<block wx:if="{{movieAll.movieWeek.list.length === 0 && movieAll.movieNextWeek.list.length === 0}}">
<view class="show-end col align-c">
<view class="show-end col align-c">
<image src="/image/no-movie.png"></image>
<image src="/image/no-movie.png"></image>
<text>观影已结束,请期待后续排片</text>
<text>观影已结束,请期待后续排片</text>
...
...
pages/play/service-detail/service-detail.wxml
View file @
f0ae8fd9
...
@@ -314,19 +314,35 @@
...
@@ -314,19 +314,35 @@
<image src="{{imageBase + 'icon/location-3.png'}}" bind:tap="onLocation"></image>
<image src="{{imageBase + 'icon/location-3.png'}}" bind:tap="onLocation"></image>
</view>
</view>
<!-- 分享弹出图片 -->
<!-- 分享弹出图片 -->
<l-popup show="{{showPopup}}" animation="{{false}}">
<view class="container-share row con-c align-c" hidden="{{!showPopup}}">
<view class="popupImage">
<view class="col con-c">
<image src="{{shareImage}}"></image>
<view class="share-content">
</view>
<image src="{{shareImage}}"></image>
<view class="row con-b">
<view class="cancel" bindtap="onCancel">
<text>取消</text>
</view>
</view>
<view class="download" bindtap="onDownload">
<view class="share-operation row con-b align-c">
<text>下载图片</text>
<button bindtap="onCancel">取消</button>
<button bindtap="onDownload">下载图片</button>
</view>
</view>
</view>
</view>
</l-popup>
</view>
<!-- 下载图片反馈 -->
<l-toast
l-class="toast"
l-image-class="toast-icon"
show="{{winToastSuccess}}"
image="../../../image/icon/success-3.png"
title="图片已保存"
duration="3000"
></l-toast>
<!-- 下载图片反馈 -->
<l-toast
l-class="toast"
l-image-class="toast-icon"
show="{{winToastFail}}"
image="../../../image/icon/war-3.png"
title="图片保存失败"
duration="3000"
></l-toast>
<!-- 开放时间信息 -->
<!-- 开放时间信息 -->
<view class="commodity-other movie-border row align-c">
<view class="commodity-other movie-border row align-c">
<image src="./image/time.png"></image>
<image src="./image/time.png"></image>
...
...
pages/play/service-detail/service-detail.wxss
View file @
f0ae8fd9
...
@@ -178,18 +178,16 @@
...
@@ -178,18 +178,16 @@
}
}
.commodity-other {
.commodity-other {
padding: 50rpx 40rpx;
margin: 0 40rpx;
border-bottom: 1px #E2E7EF solid;
padding: 50rpx 0;
border-bottom: 1rpx #E2E7EF solid;
font-size: 30rpx;
font-size: 30rpx;
font-weight: 400;
font-weight: 400;
line-height: 44rpx;
line-height: 44rpx;
}
}
.food-border {
border-bottom: none;
}
.movie-border {
.movie-border {
border-bottom: 1px #3A3A40 solid !important;
border-bottom: 1
r
px #3A3A40 solid !important;
}
}
.commodity-other image {
.commodity-other image {
...
@@ -237,6 +235,11 @@
...
@@ -237,6 +235,11 @@
color: #959DA9;
color: #959DA9;
}
}
.movie-card-title text:nth-child(2) {
font-size: 26rpx;
color: #959DA9;
}
.commodity-card-list {
.commodity-card-list {
width: 710rpx;
width: 710rpx;
margin: 50rpx 0 0 40rpx;
margin: 50rpx 0 0 40rpx;
...
...
pages/play/service/service.wxml
View file @
f0ae8fd9
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<text>{{tabDetail[0].shop[0].time}}</text>
<text>{{tabDetail[0].shop[0].time}}</text>
</view>
</view>
<view class="shop-btn" data-id="{{tabDetail[0].shop[0].appId}}" data-type="{{tabDetail[0].shop[0].shopType}}" bindtap="onShopDetail">
<view class="shop-btn" data-id="{{tabDetail[0].shop[0].appId}}" data-type="{{tabDetail[0].shop[0].shopType}}" bindtap="onShopDetail">
<text>
立即购票
</text>
<text>
查看详情
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<text>{{tabDetail[1].shop[0].time}}</text>
<text>{{tabDetail[1].shop[0].time}}</text>
</view>
</view>
<view class="shop-btn" data-id="{{tabDetail[1].shop[0].appId}}" data-type="{{tabDetail[1].shop[0].shopType}}" bindtap="onShopDetail">
<view class="shop-btn" data-id="{{tabDetail[1].shop[0].appId}}" data-type="{{tabDetail[1].shop[0].shopType}}" bindtap="onShopDetail">
<text>
立即购票
</text>
<text>
查看详情
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<text>{{tabDetail[2].shop[0].time}}</text>
<text>{{tabDetail[2].shop[0].time}}</text>
</view>
</view>
<view class="shop-btn" data-id="{{tabDetail[2].shop[0].appId}}" data-type="{{tabDetail[2].shop[0].shopType}}" bindtap="onShopDetail">
<view class="shop-btn" data-id="{{tabDetail[2].shop[0].appId}}" data-type="{{tabDetail[2].shop[0].shopType}}" bindtap="onShopDetail">
<text>
立即预订
</text>
<text>
查看详情
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<text>{{tabDetail[2].shop[1].time}}</text>
<text>{{tabDetail[2].shop[1].time}}</text>
</view>
</view>
<view class="shop-btn" data-id="{{tabDetail[2].shop[1].appId}}" data-type="{{tabDetail[2].shop[1].shopType}}" bindtap="onShopDetail">
<view class="shop-btn" data-id="{{tabDetail[2].shop[1].appId}}" data-type="{{tabDetail[2].shop[1].shopType}}" bindtap="onShopDetail">
<text>
立即预订
</text>
<text>
查看详情
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
<text>{{tabDetail[3].shop[0].time}}</text>
<text>{{tabDetail[3].shop[0].time}}</text>
</view>
</view>
<view class="shop-btn" data-id="{{tabDetail[3].shop[0].appId}}" data-type="{{tabDetail[3].shop[0].shopType}}" bindtap="onShopDetail">
<view class="shop-btn" data-id="{{tabDetail[3].shop[0].appId}}" data-type="{{tabDetail[3].shop[0].shopType}}" bindtap="onShopDetail">
<text>
立即购票
</text>
<text>
查看详情
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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