Browse Source

no message

master
xpz2018 6 years ago
parent
commit
806127549a
2 changed files with 5 additions and 5 deletions
  1. 2
      pages/mall/order-info/index.wxml
  2. 8
      pages/mall/page-list/index.wxss

2
pages/mall/order-info/index.wxml

@ -5,7 +5,7 @@
</cu-custom> </cu-custom>
<view wx:if="{{orderInfo}}"> <view wx:if="{{orderInfo}}">
<swiper class="screen-swiper square-dot" style="min-height:400rpx" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500">
<swiper class="screen-swiper square-dot" style="min-height:400rpx" indicator-dots="true" autoplay="true" interval="5000" duration="500" indicator-color="#FFFFFF" indicator-active-color="#008AFF">
<swiper-item wx:for="{{orderInfo.imgList}}" wx:key="index" bindtap="viewImage" data-url="{{orderInfo.imgList[index]}}"> <swiper-item wx:for="{{orderInfo.imgList}}" wx:key="index" bindtap="viewImage" data-url="{{orderInfo.imgList[index]}}">
<image src="{{item}}" mode='aspectFill'></image> <image src="{{item}}" mode='aspectFill'></image>
</swiper-item> </swiper-item>

8
pages/mall/page-list/index.wxss

@ -24,7 +24,7 @@
.page-num { .page-num {
margin-top: 8rpx; margin-top: 8rpx;
font-size: 20rpx;
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);
@ -32,7 +32,7 @@
.page-outline { .page-outline {
margin-top: 8rpx; margin-top: 8rpx;
font-size: 20rpx;
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);
@ -47,7 +47,7 @@
.page-summary { .page-summary {
margin-top: 8rpx; margin-top: 8rpx;
font-size: 20rpx;
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);
@ -76,7 +76,7 @@
} }
.page-stock { .page-stock {
font-size: 20rpx;
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(153, 153, 153, 1); color: rgba(153, 153, 153, 1);

Loading…
Cancel
Save