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
339440b6
authored
Sep 25, 2020
by
wjw
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ww--ui修改
parent
ac07ffd7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
22 deletions
pages/commodity/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/commodity/home/home.wxss
View file @
339440b6
...
...
@@ -211,6 +211,7 @@ swiper {
font-size: 34rpx;
font-weight: 300;
line-height: 64rpx;
letter-spacing: 4rpx;
color: #15191F;
}
...
...
@@ -225,9 +226,9 @@ swiper {
.shop-banner > button {
position: absolute;
top:
33
0rpx;
width:
204
rpx;
height:
12
0rpx;
top: 0rpx;
width:
750
rpx;
height:
50
0rpx;
background: rgba(0, 0, 0, 0);
font-size: 26rpx;
...
...
@@ -282,6 +283,7 @@ swiper {
font-size: 34rpx;
font-weight: 300;
line-height: 64rpx;
letter-spacing: 4rpx;
color: #15191F;
}
...
...
@@ -321,6 +323,7 @@ swiper {
font-size: 34rpx;
font-weight: 300;
line-height: 64rpx;
letter-spacing: 4rpx;
color: #15191F;
}
...
...
pages/play/home/home.wxss
View file @
339440b6
...
...
@@ -211,9 +211,10 @@
.movie-btn {
width: 152rpx;
height: 56rpx;
margin-top: 4
2
rpx;
margin-top: 4
5
rpx;
color: #fff;
font-size: 26rpx;
font-weight: 600;
text-align: center;
line-height: 56rpx;
background: #86c5e1;
...
...
pages/play/movie/movie.wxml
View file @
339440b6
...
...
@@ -88,7 +88,7 @@
</block>
</view>
<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="line"></view>
<view class="movie-week-title">
...
...
@@ -152,7 +152,7 @@
</view>
</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">
<image src="/image/no-movie.png"></image>
<text>观影已结束,请期待后续排片</text>
...
...
pages/play/service-detail/service-detail.wxml
View file @
339440b6
...
...
@@ -314,19 +314,35 @@
<image src="{{imageBase + 'icon/location-3.png'}}" bind:tap="onLocation"></image>
</view>
<!-- 分享弹出图片 -->
<l-popup show="{{showPopup}}" animation="{{false}}">
<view class="popupImage">
<image src="{{shareImage}}"></image>
</view>
<view class="row con-b">
<view class="cancel" bindtap="onCancel">
<text>取消</text>
<view class="container-share row con-c align-c" hidden="{{!showPopup}}">
<view class="col con-c">
<view class="share-content">
<image src="{{shareImage}}"></image>
</view>
<view class="download" bindtap="onDownload">
<text>下载图片</text>
<view class="share-operation row con-b align-c">
<button bindtap="onCancel">取消</button>
<button bindtap="onDownload">下载图片</button>
</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">
<image src="./image/time.png"></image>
...
...
pages/play/service-detail/service-detail.wxss
View file @
339440b6
...
...
@@ -178,18 +178,16 @@
}
.commodity-other {
padding: 50rpx 40rpx;
border-bottom: 1px #E2E7EF solid;
margin: 0 40rpx;
padding: 50rpx 0;
border-bottom: 1rpx #E2E7EF solid;
font-size: 30rpx;
font-weight: 400;
line-height: 44rpx;
}
.food-border {
border-bottom: none;
}
.movie-border {
border-bottom: 1px #3A3A40 solid !important;
border-bottom: 1
r
px #3A3A40 solid !important;
}
.commodity-other image {
...
...
@@ -237,6 +235,11 @@
color: #959DA9;
}
.movie-card-title text:nth-child(2) {
font-size: 26rpx;
color: #959DA9;
}
.commodity-card-list {
width: 710rpx;
margin: 50rpx 0 0 40rpx;
...
...
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