This commit is contained in:
parent
f491cc6b9b
commit
bba0f25f5f
|
@ -6,8 +6,8 @@
|
||||||
<view style="z-index: 9;">{{item.name}}</view>
|
<view style="z-index: 9;">{{item.name}}</view>
|
||||||
<view class="" :class="tabIndex == index?'line':''"></view>
|
<view class="" :class="tabIndex == index?'line':''"></view>
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view>
|
||||||
<view @tap="queding()" class="ticket-button">确定</view>
|
<view @tap="queding()" class="ticket-button">确定</view>-->
|
||||||
<checkbox-group @change="checkboxChange">
|
<checkbox-group @change="checkboxChange">
|
||||||
<view class="youhui-weiyong youhui-list" v-if="priceDd>=item.minMoney" v-for="(item,index) in hongbao" :key="index">
|
<view class="youhui-weiyong youhui-list" v-if="priceDd>=item.minMoney" v-for="(item,index) in hongbao" :key="index">
|
||||||
<view class="youhui-view-left">
|
<view class="youhui-view-left">
|
||||||
|
@ -169,21 +169,22 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height: 32px;
|
height: 80rpx;
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 32px;
|
line-height: 80rpx;
|
||||||
|
margin-top: 10rpx;
|
||||||
}
|
}
|
||||||
.queding{
|
.queding{
|
||||||
width: 90%;
|
width: 100%;
|
||||||
height: 32px;
|
height:100rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.time-money{
|
.time-money{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -215,7 +215,7 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 42rpx;
|
font-size: 38rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.detail-foot-mian-txet span:nth-child(1){
|
.detail-foot-mian-txet span:nth-child(1){
|
||||||
|
@ -254,7 +254,8 @@
|
||||||
}
|
}
|
||||||
.detail-foot-mian-top-text{
|
.detail-foot-mian-top-text{
|
||||||
color: #777777;
|
color: #777777;
|
||||||
width:83%;
|
width:80%;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.detail-foot-mian-top,.detail-foot-mian-top-bottom{
|
.detail-foot-mian-top,.detail-foot-mian-top-bottom{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue