Commit 232c89d7 authored by 王建威's avatar 王建威

add title

parent a05eaf6e
......@@ -3,7 +3,7 @@
<TopBar title="采购分期"/>
<view class="page1_top">
<view>
<view class="apply_title">企业信息</view>
<view class="apply_title">企业信息<text class="mustbe">(必填)</text></view>
<view class="apply_desc">请填写企业的详细信息</view>
</view>
<!-- <text class="unline_btn">申请线下审核</text> -->
......@@ -333,6 +333,14 @@
font-weight:500;
line-height: 44rpx;
color: #212121;
.mustbe {
font-size: 28rpx;
line-height: 40rpx;
color: #212121;
margin-left: 10rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
}
}
.apply_desc {
font-size:24rpx;
......@@ -341,7 +349,6 @@
margin-top: 8rpx;
}
.page1_top {
background-color: #F8F8F8;
height: 150rpx;
padding: 28rpx 36rpx 26rpx 36rpx;
box-sizing: border-box;
......
......@@ -3,7 +3,7 @@
<TopBar title="采购分期"/>
<view class="apply_data_content">
<view :style="{'margin-top':'40rpx'}">
<view class="apply_title">法人信息</view>
<view class="apply_title">法人信息<text class="mustbe">(必填)</text></view>
<view class="apply_desc">请填写企业法人的详细信息</view>
</view>
<view :style="{'margin-top':'40rpx'}">
......@@ -272,6 +272,14 @@
font-weight:500;
line-height: 44rpx;
color: #212121;
.mustbe {
font-size: 28rpx;
line-height: 40rpx;
color: #212121;
margin-left: 10rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
}
}
.apply_desc {
font-size:24rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment