Commit 339440b6 by wjw

ww--ui修改

parent ac07ffd7
...@@ -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: 330rpx; top: 0rpx;
width: 204rpx; width: 750rpx;
height: 120rpx; height: 500rpx;
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;
} }
......
...@@ -211,9 +211,10 @@ ...@@ -211,9 +211,10 @@
.movie-btn { .movie-btn {
width: 152rpx; width: 152rpx;
height: 56rpx; height: 56rpx;
margin-top: 42rpx; margin-top: 45rpx;
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;
......
...@@ -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.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="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.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"> <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>
......
...@@ -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>
......
...@@ -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: 1rpx #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;
......
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