梁航:成功合伙人和发布页样式完成
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<u-form>
|
||||
<view class="name">
|
||||
<text class="text">名称</text>
|
||||
<u-input v-model="form.name" placeholder="请输入姓名" placeholder-class="input-class" border="bottom"></u-input>
|
||||
<u-input v-model="form.name" placeholder="请输入姓名" placeholder-class="input-class" border="bottom" color="#A0A0A0"></u-input>
|
||||
</view>
|
||||
<view class="id">
|
||||
<text class="text">身份证号</text>
|
||||
<u-input v-model="form.idcode" placeholder="请输入身份证号码" placeholder-class="input-class" border="bottom" font-size="40px"></u-input>
|
||||
<u-input v-model="form.idcode" placeholder="请输入身份证号码" placeholder-class="input-class" border="bottom" color="#A0A0A0"></u-input>
|
||||
</view>
|
||||
|
||||
<view class="payment" @click="show = true">
|
||||
@@ -15,13 +15,16 @@
|
||||
<text class="text">支付信息</text>
|
||||
<text class="label">请选择支付方式</text>
|
||||
</view>
|
||||
<u-icon name="arrow-right" class="arrow"></u-icon>
|
||||
<u-icon name="arrow-right" size="30px" top="10rpx"></u-icon>
|
||||
</view>
|
||||
<u-divider></u-divider>
|
||||
<u-picker mode="region" :show="show" :closeOnClickOverlay="true" @close="show = false" :columns="columns" @confirm="confirmCheckWay"></u-picker>
|
||||
|
||||
</u-form>
|
||||
<u-button @click="submit" color="linear-gradient(to right, #E86262, #CC3333)" :size="normal" shape="circle" class="submit-btn">提交审核</u-button>
|
||||
<view class="submit-btn">
|
||||
<u-button @click="submit" color="linear-gradient(to right, #E86262, #CC3333)" :size="normal" shape="circle" class="submit-btn">提交审核</u-button>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -46,17 +49,17 @@
|
||||
|
||||
<style>
|
||||
.input-class{
|
||||
font-size: 40rpx;
|
||||
font-weight:1rpx;
|
||||
border-style: none;
|
||||
color: #A0A0A0;
|
||||
|
||||
}
|
||||
.submit-btn{
|
||||
margin-top: 100rpx;
|
||||
width: 80%;
|
||||
margin-top: 50rpx;
|
||||
translate: 10%;
|
||||
}
|
||||
.text{
|
||||
margin-left: 20rpx;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
.payment{
|
||||
display: flex;
|
||||
@@ -68,9 +71,10 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
.label{
|
||||
margin-left: 20rpx;
|
||||
color: #b1b1b1;
|
||||
font-size: 40rpx;
|
||||
margin-top: 10rpx;
|
||||
margin-left: 17rpx;
|
||||
color: #c1c1c1;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user