This commit is contained in:
parent
cacdfd4e89
commit
73d3f4a4db
|
@ -48,22 +48,23 @@
|
|||
</radio-group>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="adv_text_view">
|
||||
<view class="adv_lines">
|
||||
<view >姓名</view>
|
||||
<input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" />
|
||||
<view class="info-box-item">
|
||||
<view class="info-box-item-name">姓名</view>
|
||||
<u-input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" /></u-input>
|
||||
</view>
|
||||
<view class="adv-xian"></view>
|
||||
<view class="line"></view>
|
||||
<view class="adv_lines">
|
||||
<view >手机号</view>
|
||||
<input type="number" v-model="phone" maxlength="11" placeholder="请输入手机号" />
|
||||
<u-input type="number" v-model="phone" maxlength="11" placeholder="请输入手机号" /></u-input>
|
||||
</view>
|
||||
<view class="adv-xian"></view>
|
||||
<view class="line"></view>
|
||||
<view class="adv_lines">
|
||||
<view>备注</view>
|
||||
<textarea style="height: 100px;" v-model="beizhu" name="" maxlength="100" id="" cols="30" rows="10" placeholder="请输入备注~~~~"></textarea>
|
||||
<textarea style="height: 100px; font-size: 28rpx;" v-model="beizhu" name="" maxlength="100" id="" cols="30" rows="10" placeholder="请输入备注~~~~"></textarea>
|
||||
</view>
|
||||
<view class="adv-xian"></view>
|
||||
<view class="line"></view>
|
||||
</view>
|
||||
<view class="push-button">
|
||||
<view class="que-btn" @tap="save">提交申请</view>
|
||||
|
@ -297,7 +298,6 @@
|
|||
bottom: 0;
|
||||
background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7));
|
||||
margin-bottom: 80rpx;
|
||||
|
||||
}
|
||||
.adv-xian{
|
||||
height: 2rpx;
|
||||
|
@ -448,4 +448,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.line {
|
||||
width: 100%;
|
||||
border-bottom: 1rpx solid #f7f7f7;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view class="content hehuo_view">
|
||||
<view class="advantage-title">城市合伙人</view>
|
||||
<view class="advantage-bor"></view>
|
||||
<view class="info">
|
||||
<view class="info-box">
|
||||
<view class="info-box-item">
|
||||
|
@ -27,8 +29,6 @@
|
|||
<view class="sub-box-rs" @click="goChat()" v-else>直接联系 </view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -182,19 +182,38 @@
|
|||
</script>
|
||||
|
||||
<style lang="less">
|
||||
|
||||
.hehuo_view {
|
||||
width: 100%;
|
||||
padding-top: 10px;
|
||||
background-image: url('../../static/cooperate/cooperate4.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 550rpx;
|
||||
}
|
||||
.advantage-title{
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
margin-top: 60rpx;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.advantage-bor{
|
||||
width: 64px;
|
||||
height: 6px;
|
||||
border-radius: 3px;
|
||||
bottom: 0;
|
||||
background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7));
|
||||
margin-bottom: 80rpx;
|
||||
}
|
||||
.content {
|
||||
background-color: #f7f7f7;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
padding-top: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bgimg {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.info {
|
||||
width: 95%;
|
||||
height: auto;
|
||||
|
|
|
@ -355,7 +355,7 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
.item-view{
|
||||
width:59%;
|
||||
width:60%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -364,8 +364,8 @@
|
|||
padding:5rpx 0;
|
||||
}
|
||||
.item-img{
|
||||
width: 246rpx;
|
||||
height: 206rpx;
|
||||
width: 240rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 14rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -391,7 +391,7 @@
|
|||
}
|
||||
.item {
|
||||
width: 100%;
|
||||
margin:0 auto;
|
||||
margin: 0 auto ;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
|
@ -400,7 +400,7 @@
|
|||
border-radius: 21rpx;
|
||||
margin-top:10px;
|
||||
align-items: center;
|
||||
padding:16rpx;
|
||||
padding:20rpx;
|
||||
}
|
||||
|
||||
.item-detail {
|
||||
|
|
Loading…
Reference in New Issue