This commit is contained in:
parent
2bdf74e273
commit
ba1d199311
|
@ -50,15 +50,17 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="adv_text_view">
|
<view class="adv_text_view">
|
||||||
|
|
||||||
<view class="adv_line">
|
<view class="adv_lines">
|
||||||
<view >姓名</view>
|
<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>
|
||||||
<view class="adv_line">
|
<view class="adv-xian"></view>
|
||||||
|
<view class="adv_lines">
|
||||||
<view >手机号</view>
|
<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>
|
||||||
<view class="item_view">
|
<view class="adv-xian"></view>
|
||||||
|
<view class="adv_lines">
|
||||||
<view>备注</view>
|
<view>备注</view>
|
||||||
<textarea v-model="beizhu" name="" id="" cols="30" rows="10" placeholder="请输入备注~~~~"></textarea>
|
<textarea v-model="beizhu" name="" id="" cols="30" rows="10" placeholder="请输入备注~~~~"></textarea>
|
||||||
</view>
|
</view>
|
||||||
|
@ -224,9 +226,10 @@
|
||||||
@import '../../static/less/index.less';
|
@import '../../static/less/index.less';
|
||||||
@import '../../static/css/index.css';
|
@import '../../static/css/index.css';
|
||||||
/deep/.uni-radio-input{
|
/deep/.uni-radio-input{
|
||||||
width: 20px;
|
width: 23px;
|
||||||
height: 20px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/uni-radio::before{
|
/deep/uni-radio::before{
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
@ -254,6 +257,11 @@
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/.uni-textarea-textarea{
|
||||||
|
|
||||||
|
border-radius: 8rpx;
|
||||||
|
margin-top: 20rpx;
|
||||||
|
}
|
||||||
.margin-top-view{
|
.margin-top-view{
|
||||||
width: 150upx;
|
width: 150upx;
|
||||||
height: 150upx;
|
height: 150upx;
|
||||||
|
@ -274,6 +282,10 @@
|
||||||
margin-bottom: 80rpx;
|
margin-bottom: 80rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.adv-xian{
|
||||||
|
height: 2rpx;
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
.radio-title{
|
.radio-title{
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
@ -286,10 +298,11 @@
|
||||||
.adv_lines{
|
.adv_lines{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 40rpx;
|
margin: 20rpx 0;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.adv_lines
|
||||||
.adv_line{
|
.adv_line{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -300,6 +313,8 @@
|
||||||
}
|
}
|
||||||
.adv_input_text{
|
.adv_input_text{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
line-height: 50rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
.adv_item_view{
|
.adv_item_view{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -312,6 +327,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
margin-top: 20rpx;
|
||||||
}
|
}
|
||||||
.send-msg{
|
.send-msg{
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
@ -353,7 +369,7 @@
|
||||||
.hehuo_view {
|
.hehuo_view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
background-image: url('../../static/cooperate/cooperate4.png');
|
background-image: url('../../static/cooperate/cooperate5.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 550rpx;
|
background-size: 100% 550rpx;
|
||||||
//display: flex;
|
//display: flex;
|
||||||
|
|
|
@ -234,6 +234,9 @@
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.adv_lines span:nth-child(1){
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
.adv_line{
|
.adv_line{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
}
|
}
|
||||||
.cooperate-img{
|
.cooperate-img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:240rpx;
|
height:230rpx;
|
||||||
}
|
}
|
||||||
.shezhi-list-img-text{
|
.shezhi-list-img-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 349 KiB |
Loading…
Reference in New Issue