|
|
@@ -59,7 +59,8 @@
|
|
|
<view class="box">
|
|
|
<view class="box-title">团队简介</view>
|
|
|
<view class="box-textarea">
|
|
|
- <u-textarea border="none" height="320rpx" maxlength="-1" fontSize="28rpx" color="#002846" v-model="teamInfo.brief" placeholder="示例:这是一个为公司ERP系统升级而组建的36人团队,成员由公司副总经理、各部门总监以及各部门核心骨干组成。团队成员工作地点分布在香港、上海、苏州、深圳和东莞等地。团队成员年龄在35-50岁之间,男女比例比较均衡,大部份成员在该公司同事超过十年。"></u-textarea>
|
|
|
+ <u-textarea border="none" height="320rpx" maxlength="-1" :placeholderStyle="{'color':'#6B7280','font-size':'28rpx','line-height':'40rpx'}"
|
|
|
+ v-model="teamInfo.brief" placeholder="示例:这是一个为公司ERP系统升级而组建的36人团队,成员由公司副总经理、各部门总监以及各部门核心骨干组成。团队成员工作地点分布在香港、上海、苏州、深圳和东莞等地。团队成员年龄在35-50岁之间,男女比例比较均衡,大部份成员在该公司同事超过十年。"></u-textarea>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="zt_btn" @click="handleConfirm">{{confirmText}}</view>
|
|
|
@@ -207,6 +208,14 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
+ ::v-deep .u-textarea textarea{
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #6B7280;
|
|
|
+ line-height: 40rpx;
|
|
|
+ }
|
|
|
+
|
|
|
.ti_page{
|
|
|
width: 100%;
|
|
|
padding: 0 24rpx 162rpx;
|
|
|
@@ -270,6 +279,13 @@
|
|
|
border-radius: 24rpx;
|
|
|
margin-top: 20rpx;
|
|
|
padding: 28rpx 24rpx;
|
|
|
+ &-title{
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #002846;
|
|
|
+ line-height: 42rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.zt_btn{
|