@@ -435,6 +435,7 @@
width: 100%;
height: 360rpx;
margin-bottom: 34rpx;
+ padding: 0 34rpx;
&-swiper {
@@ -470,13 +471,13 @@
align-items: center;
position: relative;
margin: 0 34rpx 34rpx;
- height: 380rpx;
+ height: 350rpx;
&-imgBg {
position: absolute;
top: 0;
}
&-content {
@@ -489,7 +490,7 @@
&-nav {
justify-content: space-between;
height: 40rpx;
- margin-bottom: 34rpx;
+ margin-bottom: 10rpx;
&__left {
image {
@@ -531,8 +532,8 @@
margin-right: 14rpx;
.image {
- width: 220rpx;
- height: 200rpx;
+ width: 180rpx;
+ height: 180rpx;
background: #FFFFFF;
box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.13);
border-radius: 4rpx;
@@ -107,7 +107,7 @@
</view> -->
<view class="ticket-price-amt flex">
<view class="num">{{ $numberFormat(ticketInfo.salePrice) }}</view>
- <view class="txt">元/个</view>
+ <view class="txt">元</view>
</view>
<view class="ticket-price-discount flex" v-if="ticketInfo.originPrice != 0">
<view class="num">原价¥{{ $numberFormat(ticketInfo.originPrice) }}</view>
@@ -37,7 +37,7 @@
<view class="prize-price-txt ells-one">{{ prizeInfo.title }}</view>
<view class="prize-price__ticket-price flex">
<image src="../../static/ticketBox/ticket_block.png" mode="scaleToFill"></image>
- <view class="txt">¥{{ $numberFormat(info.salePrice) }} /个</view>
+ <view class="txt">¥{{ $numberFormat(info.salePrice) }}</view>
<view class="prize-price-past" v-if="info.originPrice != 0">原价:¥{{ $numberFormat(info.originPrice) }}/个</view>