|
@@ -91,10 +91,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="ticket-btn-right flex" @click="toTicket">
|
|
<view class="ticket-btn-right flex" @click="toTicket">
|
|
- <view class="ticket-btn-right__image flex">
|
|
|
|
- <image src="../../static/index/index_btn_right_cir.png" mode="scaleToFill"></image>
|
|
|
|
- <image src="../../static/index/index_btn_cir_center.png" mode="scaleToFill"></image>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <image src="../../static/index/index_btn_right.png" mode="scaleToFill"></image>
|
|
<view class="ticket-btn-right__title">更多盲票</view>
|
|
<view class="ticket-btn-right__title">更多盲票</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -807,24 +804,10 @@
|
|
&-right {
|
|
&-right {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
|
- &__image {
|
|
|
|
- position: relative;
|
|
|
|
|
|
+ image {
|
|
width: 142rpx;
|
|
width: 142rpx;
|
|
height: 142rpx;
|
|
height: 142rpx;
|
|
margin-bottom: 16rpx;
|
|
margin-bottom: 16rpx;
|
|
-
|
|
|
|
- image:first-child {
|
|
|
|
- width: 142rpx;
|
|
|
|
- height: 142rpx;
|
|
|
|
- margin-bottom: 16rpx;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- image:last-child {
|
|
|
|
- position: absolute;
|
|
|
|
- width: 60rpx;
|
|
|
|
- height: 60rpx;
|
|
|
|
- margin-bottom: 16rpx;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
&__title {
|
|
&__title {
|