Commit 8b5e0a9f by wjw

ww-ui修改

parent 9e6ed057
......@@ -108,10 +108,10 @@
</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 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">
<swiper-item class="banner-swiper-item">
<image class="banner-swiper-image" src="{{item}}"></image>
......
......@@ -210,6 +210,20 @@ page {
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 {
width: 606rpx;
margin-top: 100rpx;
......
......@@ -22,7 +22,7 @@ Page({
color: '#000000',
background: 'rgba(255, 255, 255, 1)'
},
scroll: '600rpx',
scroll: '200rpx',
},
navigationScroll: 0,
......
......@@ -52,6 +52,11 @@
margin-right: 20rpx;
}
.shop-name text {
font-size: 34rpx;
font-weight: 600;
}
/* 商品信息样式 */
.commodity-item {
height: 214rpx;
......@@ -78,7 +83,7 @@
.commodity-describe text:nth-child(1) {
height: 42rpx;
font-size: 30rpx;
font-weight: 500;
font-weight: 600;
line-height: 42rpx;
color: #15191F;
......
......@@ -27,7 +27,7 @@
font-size: 30rpx;
font-weight: 500;
line-height: 42rpx;
color: #586A46;
color: #656E7B;
}
.l-content {
color: #959da9 !important;
......@@ -333,6 +333,7 @@
margin-top: 68rpx;
color: #fff;
font-size: 30rpx;
font-weight: 600;
line-height: 96rpx;
text-align: center;
background: #86C5E1;
......
......@@ -90,7 +90,7 @@
<view class="order-activity-title row align-c">
<text>我的订单</text>
</view>
<view class="row align-c" bindtap="onOrder">
<view class="order-activity-all row align-c" bindtap="onOrder">
<text>查看全部</text>
<image class="all-order-icon" src="{{imageBase + 'icon/arrow-r-2.png'}}"></image>
</view>
......@@ -222,7 +222,7 @@
<view class="order-activity-title row align-c">
<text>我的预约</text>
</view>
<view class="row align-c" bindtap="onAppointment">
<view class="order-activity-all row align-c" bindtap="onAppointment">
<text>查看全部</text>
<image class="all-order-icon" src="{{imageBase + 'icon/arrow-r-2.png'}}"></image>
</view>
......@@ -258,7 +258,7 @@
</view>
</view>
<!-- 预约卡片 -->
<view class="appintment">
<view class="appointment">
<!-- 主题活动 -->
<view class="appointment-wrapper" wx:for="{{activityList}}" wx:key="*this" data-item="{{item}}"
bindtap="onOrderDetail">
......
......@@ -410,8 +410,14 @@
font-weight: 600;
}
.order-activity-all text {
font-size: 26rpx;
color: #15191F;
}
.order-activity-icon-list {
margin-top: 56rpx;
padding-bottom: 12rpx;
}
.order-activity-icon-wrapper {
......@@ -593,10 +599,6 @@
background-color: #ccc;
}
.appointment {
margin-top: 16rpx;
}
.appointment-wrapper {
position: relative;
width: 606rpx;
......
......@@ -26,7 +26,7 @@
<text>{{tabDetail[0].shop[0].time}}</text>
</view>
<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>
......@@ -68,7 +68,7 @@
<text>{{tabDetail[1].shop[0].time}}</text>
</view>
<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>
......@@ -89,7 +89,7 @@
<text>{{tabDetail[2].shop[0].time}}</text>
</view>
<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>
......@@ -110,7 +110,7 @@
<text>{{tabDetail[2].shop[1].time}}</text>
</view>
<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>
......@@ -131,7 +131,7 @@
<text>{{tabDetail[3].shop[0].time}}</text>
</view>
<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>
......
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