杨豪
3 years ago
17 changed files with 257 additions and 228 deletions
@ -1,53 +0,0 @@
|
||||
<template> |
||||
<view> |
||||
<view class="menu"> |
||||
<view class="tips">支付宝账号</view> |
||||
<input class="uni-input" type="number" placeholder="请输入支付宝账号" style="margin-top: 5px;"/> |
||||
|
||||
|
||||
|
||||
<view class="tips" style="margin-top: 10px;">姓名</view> |
||||
<input class="uni-input" type="number" placeholder="请输入真实姓名" style="margin-top: 5px;"/> |
||||
</view> |
||||
|
||||
<button>确认提交</button> |
||||
</view> |
||||
|
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
data() { |
||||
return { |
||||
|
||||
} |
||||
}, |
||||
methods: { |
||||
|
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style> |
||||
.menu { |
||||
background-color: #FFFFFF; |
||||
margin: 0 16px; |
||||
padding-top: 10px; |
||||
} |
||||
|
||||
input { |
||||
border-bottom: 1px solid rgba(112, 112, 112, 0.10980392156862745); |
||||
|
||||
} |
||||
|
||||
button { |
||||
width: 152px; |
||||
height: 32px; |
||||
background: linear-gradient(141deg, #FF4848 0%, #FF2929 100%); |
||||
font-size: 12px; |
||||
font-family: PingFang SC; |
||||
border-radius: 16px; |
||||
margin-top: 42px; |
||||
color: #FFFFFF; |
||||
} |
||||
</style> |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 60 KiB |
Loading…
Reference in new issue