This commit is contained in:
kbing1981 2024-07-30 09:57:25 +08:00
parent cacdfd4e89
commit 73d3f4a4db
3 changed files with 43 additions and 20 deletions

View File

@ -48,22 +48,23 @@
</radio-group> </radio-group>
</view> </view>
</view> </view>
<view class="adv_text_view"> <view class="adv_text_view">
<view class="adv_lines"> <view class="info-box-item">
<view >姓名</view> <view class="info-box-item-name">姓名</view>
<input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" /> <u-input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" /></u-input>
</view> </view>
<view class="adv-xian"></view> <view class="line"></view>
<view class="adv_lines"> <view class="adv_lines">
<view >手机号</view> <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>
<view class="adv-xian"></view> <view class="line"></view>
<view class="adv_lines"> <view class="adv_lines">
<view>备注</view> <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>
<view class="adv-xian"></view> <view class="line"></view>
</view> </view>
<view class="push-button"> <view class="push-button">
<view class="que-btn" @tap="save">提交申请</view> <view class="que-btn" @tap="save">提交申请</view>
@ -297,7 +298,6 @@
bottom: 0; bottom: 0;
background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7)); background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7));
margin-bottom: 80rpx; margin-bottom: 80rpx;
} }
.adv-xian{ .adv-xian{
height: 2rpx; height: 2rpx;
@ -448,4 +448,8 @@
} }
} }
} }
.line {
width: 100%;
border-bottom: 1rpx solid #f7f7f7;
}
</style> </style>

View File

@ -1,5 +1,7 @@
<template> <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">
<view class="info-box"> <view class="info-box">
<view class="info-box-item"> <view class="info-box-item">
@ -27,8 +29,6 @@
<view class="sub-box-rs" @click="goChat()" v-else>直接联系 </view> <view class="sub-box-rs" @click="goChat()" v-else>直接联系 </view>
</view> </view>
</view> </view>
</view> </view>
</template> </template>
@ -182,19 +182,38 @@
</script> </script>
<style lang="less"> <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 { .content {
background-color: #f7f7f7; background-color: #f7f7f7;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
padding-top: 20px;
position: relative; position: relative;
} }
.bgimg { .bgimg {
position: relative; position: relative;
width: 100%; width: 100%;
} }
.info { .info {
width: 95%; width: 95%;
height: auto; height: auto;

View File

@ -355,7 +355,7 @@
white-space: nowrap; white-space: nowrap;
} }
.item-view{ .item-view{
width:59%; width:60%;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -364,8 +364,8 @@
padding:5rpx 0; padding:5rpx 0;
} }
.item-img{ .item-img{
width: 246rpx; width: 240rpx;
height: 206rpx; height: 200rpx;
border-radius: 14rpx; border-radius: 14rpx;
position: relative; position: relative;
} }
@ -391,7 +391,7 @@
} }
.item { .item {
width: 100%; width: 100%;
margin:0 auto; margin: 0 auto ;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
@ -400,7 +400,7 @@
border-radius: 21rpx; border-radius: 21rpx;
margin-top:10px; margin-top:10px;
align-items: center; align-items: center;
padding:16rpx; padding:20rpx;
} }
.item-detail { .item-detail {