Commit 339440b6 by wjw

ww--ui修改

parent ac07ffd7
......@@ -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: 330rpx;
width: 204rpx;
height: 120rpx;
top: 0rpx;
width: 750rpx;
height: 500rpx;
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;
}
......
......@@ -211,9 +211,10 @@
.movie-btn {
width: 152rpx;
height: 56rpx;
margin-top: 42rpx;
margin-top: 45rpx;
color: #fff;
font-size: 26rpx;
font-weight: 600;
text-align: center;
line-height: 56rpx;
background: #86c5e1;
......
......@@ -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.moviewWeek.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.moviewWeek.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>
......
......@@ -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>
......
......@@ -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: 1rpx #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;
......
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