Commit 9e8f0c7b authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 3e2f79af
......@@ -20,7 +20,7 @@
{{item.title}}
</view>
<view class="price row" :class="[{active1: index==selectedIndex}]">
<view style="font-size: 30rpx;"></view>
<view style="font-size: 50rpx;"></view>
{{item.firstPayPrice}}
</view>
<view class="origin row" v-if='item.oldPrice'>
......@@ -264,7 +264,7 @@
.pack-item {
margin-left: 30rpx;
width: calc(32% - 30rpx);
width: calc(34% - 30rpx);
display: inline-block;
.active {
......
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 to comment