Commit 3ee77188 authored by Mac's avatar Mac

修改样式

parent bc96a358
......@@ -66,9 +66,9 @@
vip筹建中
</view>
</view>
<view class="popupbox_text" style="margin-top: 10px;">身高
<!-- <text style="margin-left: 15px;">{{msg.Height}}~{{msg.EndHeight}}cm</text> -->
<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;">
......@@ -78,7 +78,7 @@
</view>
<view class="popupbox_text" style="margin-top: 0px;">体重
<!-- <text style="margin-left: 15px;">{{msg.Weight}}~{{msg.EndWeight}}kg</text> -->
<text style="margin-left: 15px;">{{msg.Weight}}~{{msg.EndWeight}}kg</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
......@@ -88,7 +88,7 @@
</view>
<view class="popupbox_text" style="margin-top: 0px;">年收入
<!-- <text style="margin-left: 15px;">{{msg.YearMoney}}~{{msg.EndYearMoney}}</text> -->
<text style="margin-left: 15px;">{{msg.YearMoney}}~{{msg.EndYearMoney}}</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
......@@ -139,6 +139,9 @@
</u-radio>
</u-radio-group>
</view>
</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;
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