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