Commit 3ee77188 authored by Mac's avatar Mac

修改样式

parent bc96a358
......@@ -65,80 +65,83 @@
<view class="vipbtn" :style="{background:mainColor}">
vip筹建中
</view>
</view>
<view style="width: 100%;padding: 10px 0;margin-bottom: 120rpx;">
<view class="popupbox_text" style="margin-top: 0px;">身高
<text style="margin-left: 15px;">{{msg.Height}}~{{msg.EndHeight}}cm</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="80" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="0" @rangechange="rangechange2"
:values="Heights"></rangeSlider>
</view>
<view class="popupbox_text" style="margin-top: 0px;">体重
<text style="margin-left: 15px;">{{msg.Weight}}~{{msg.EndWeight}}kg</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="80" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="0" @rangechange="rangechange3"
:values="Weights"></rangeSlider>
</view>
<view class="popupbox_text" style="margin-top: 0px;">年收入
<text style="margin-left: 15px;">{{msg.YearMoney}}~{{msg.EndYearMoney}}</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="80" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="0" @rangechange="rangechange4"
:values="YearMoeys"></rangeSlider>
</view>
<view class="popupbox_text" style="margin-top: 10px;">婚姻</view>
<view class="popup_item">
<text v-if='marriage.length==0'
style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.Marriage" v-if='marriage.length>0'>
<u-radio shape="circle" style='margin-bottom: 5px;' v-for="(item, index) in marriage"
:disabled="true"
:key="index" :name="item.Id" :active-color='mainColor'>
{{item.Name}}
</u-radio>
</u-radio-group>
</view>
<view class="popupbox_text" style="margin-top: 10px;">房产</view>
<view class="popup_item">
<text v-if='house.length==0'
style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.HouseInfo" v-if='house.length>0'>
<u-radio shape="circle" style='margin-bottom: 5px;' v-for="(item, index) in house"
:disabled="true"
:key="index" :name="item.Id" :active-color='mainColor'>
{{item.Name}}
</u-radio>
</u-radio-group>
</view>
<view class="popupbox_text" style="margin-top: 10px;">车产</view>
<view class="popup_item" style="margin-bottom: 10px;">
<text v-if='car.length==0'
style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.CarInfo" v-if='car.length>0'>
<u-radio shape="circle" style='margin-bottom: 5px;' v-for="(item, index) in car"
:disabled="true"
:key="index" :name="item.Id" :active-color='mainColor'>
{{item.Name}}
</u-radio>
</u-radio-group>
</view>
</view>
<view class="popupbox_text" style="margin-top: 10px;">身高
<!-- <text style="margin-left: 15px;">{{msg.Height}}~{{msg.EndHeight}}cm</text> -->
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="80" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="0" @rangechange="rangechange2"
:values="Heights"></rangeSlider>
</view>
<view class="popupbox_text" style="margin-top: 0px;">体重
<!-- <text style="margin-left: 15px;">{{msg.Weight}}~{{msg.EndWeight}}kg</text> -->
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="80" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="0" @rangechange="rangechange3"
:values="Weights"></rangeSlider>
</view>
<view class="popupbox_text" style="margin-top: 0px;">年收入
<!-- <text style="margin-left: 15px;">{{msg.YearMoney}}~{{msg.EndYearMoney}}</text> -->
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="80" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="0" @rangechange="rangechange4"
:values="YearMoeys"></rangeSlider>
</view>
<view class="popupbox_text" style="margin-top: 10px;">婚姻</view>
<view class="popup_item">
<text v-if='marriage.length==0'
style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.Marriage" v-if='marriage.length>0'>
<u-radio shape="circle" style='margin-bottom: 5px;' v-for="(item, index) in marriage"
:disabled="true"
:key="index" :name="item.Id" :active-color='mainColor'>
{{item.Name}}
</u-radio>
</u-radio-group>
</view>
<view class="popupbox_text" style="margin-top: 10px;">房产</view>
<view class="popup_item">
<text v-if='house.length==0'
style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.HouseInfo" v-if='house.length>0'>
<u-radio shape="circle" style='margin-bottom: 5px;' v-for="(item, index) in house"
:disabled="true"
:key="index" :name="item.Id" :active-color='mainColor'>
{{item.Name}}
</u-radio>
</u-radio-group>
</view>
<view class="popupbox_text" style="margin-top: 10px;">车产</view>
<view class="popup_item" style="margin-bottom: 10px;">
<text v-if='car.length==0'
style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.CarInfo" v-if='car.length>0'>
<u-radio shape="circle" style='margin-bottom: 5px;' v-for="(item, index) in car"
:disabled="true"
:key="index" :name="item.Id" :active-color='mainColor'>
{{item.Name}}
</u-radio>
</u-radio-group>
</view>
<view class="popup_b" :style="{height:cHeight+'px'}">
<view class="popup_b_item" style="background: #FAF8F9;color: #000000;" @click="goreset()">
<text>重置</text>
......@@ -611,13 +614,14 @@
.userListstyle .popup_b {
width: 100%;
/* position: absolute;
position: fixed;
left: 0;
bottom: 0; */
bottom: 0;
display: flex;
flex-direction: row;
align-items: center;
color: #FFFFFF;
color: #FFFFFF;
z-index: 9999;
}
......
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