This commit is contained in:
kbing1981 2024-07-09 16:13:01 +08:00
parent 2bdf74e273
commit ba1d199311
4 changed files with 29 additions and 10 deletions

View File

@ -50,15 +50,17 @@
</view>
<view class="adv_text_view">
<view class="adv_line">
<view class="adv_lines">
<view >姓名</view>
<input class="adv_input_text" type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" />
<input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" />
</view>
<view class="adv_line">
<view class="adv-xian"></view>
<view class="adv_lines">
<view >手机号</view>
<input class="adv_input_text" type="number" v-model="phone" maxlength="11" placeholder="请输入手机号" />
<input type="number" v-model="phone" maxlength="11" placeholder="请输入手机号" />
</view>
<view class="item_view">
<view class="adv-xian"></view>
<view class="adv_lines">
<view>备注</view>
<textarea v-model="beizhu" name="" id="" cols="30" rows="10" placeholder="请输入备注~~~~"></textarea>
</view>
@ -224,9 +226,10 @@
@import '../../static/less/index.less';
@import '../../static/css/index.css';
/deep/.uni-radio-input{
width: 20px;
height: 20px;
width: 23px;
height: 23px;
}
/deep/uni-radio::before{
margin-right: 0px;
}
@ -254,6 +257,11 @@
/* #endif */
}
/deep/.uni-textarea-textarea{
border-radius: 8rpx;
margin-top: 20rpx;
}
.margin-top-view{
width: 150upx;
height: 150upx;
@ -274,6 +282,10 @@
margin-bottom: 80rpx;
}
.adv-xian{
height: 2rpx;
border-bottom: 1px solid #e5e5e5;
}
.radio-title{
margin-left: 5px;
}
@ -286,10 +298,11 @@
.adv_lines{
display: flex;
justify-content: space-between;
margin-bottom: 40rpx;
margin: 20rpx 0;
font-size: 28rpx;
flex-direction: column;
}
.adv_lines
.adv_line{
display: flex;
justify-content: space-between;
@ -300,6 +313,8 @@
}
.adv_input_text{
text-align: right;
line-height: 50rpx;
font-size: 28rpx;
}
.adv_item_view{
display: flex;
@ -312,6 +327,7 @@
background-color: #fff;
border-radius: 10px;
padding: 20px;
margin-top: 20rpx;
}
.send-msg{
padding: 0 30rpx;
@ -353,7 +369,7 @@
.hehuo_view {
width: 100%;
padding-top: 10px;
background-image: url('../../static/cooperate/cooperate4.png');
background-image: url('../../static/cooperate/cooperate5.png');
background-repeat: no-repeat;
background-size: 100% 550rpx;
//display: flex;

View File

@ -234,6 +234,9 @@
font-size: 28rpx;
flex-direction: column;
}
.adv_lines span:nth-child(1){
width: 70%;
}
.adv_line{
display: flex;
justify-content: space-between;

View File

@ -59,7 +59,7 @@
}
.cooperate-img{
width: 100%;
height:240rpx;
height:230rpx;
}
.shezhi-list-img-text{
font-weight: 400;

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB