diff --git a/pages/cooperate/hehuo.vue b/pages/cooperate/hehuo.vue index f2f34d7..c7deb64 100644 --- a/pages/cooperate/hehuo.vue +++ b/pages/cooperate/hehuo.vue @@ -50,15 +50,17 @@ - + 姓名 - + - + + 手机号 - + - + + 备注 @@ -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; diff --git a/pages/cooperate/hehuocity.vue b/pages/cooperate/hehuocity.vue index 29b2c8c..679c789 100644 --- a/pages/cooperate/hehuocity.vue +++ b/pages/cooperate/hehuocity.vue @@ -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; diff --git a/pages/cooperate/index.vue b/pages/cooperate/index.vue index 09f1f7f..bdbbc0d 100644 --- a/pages/cooperate/index.vue +++ b/pages/cooperate/index.vue @@ -59,7 +59,7 @@ } .cooperate-img{ width: 100%; - height:240rpx; + height:230rpx; } .shezhi-list-img-text{ font-weight: 400; diff --git a/static/cooperate/cooperate5.png b/static/cooperate/cooperate5.png new file mode 100644 index 0000000..04ad53f Binary files /dev/null and b/static/cooperate/cooperate5.png differ