From 01532255b1fd077b69327b8ebf69a8b2d7229fc2 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期四, 20 六月 2024 18:07:53 +0800
Subject: [PATCH] 企业注册
---
/dev/null | 0
static/i07.png | 0
pages/registerCompany/registerCompany.vue | 68 +++++++++++++++++++++++++++++----
3 files changed, 59 insertions(+), 9 deletions(-)
diff --git a/pages/registerCompany/registerCompany.vue b/pages/registerCompany/registerCompany.vue
index 223df09..be5a83f 100644
--- a/pages/registerCompany/registerCompany.vue
+++ b/pages/registerCompany/registerCompany.vue
@@ -17,7 +17,7 @@
</view>
</view>
</view>
- <view class="top-box">
+ <view class="top-box" style="margin-top: 20rpx;">
<view class="form">
<view class="form-item">
<text class="label require">浼佷笟鍚嶇О</text>
@@ -29,8 +29,12 @@
</view>
<view class="form-item">
<text class="label require">钀ヤ笟鎵х収</text>
- <input type="text" placeholder="璇疯緭鍏�"/>
+
</view>
+
+ </view>
+ <view style="text-align: center;">
+ <img src="/static/i07.png" alt="" class="sc"/>
</view>
</view>
<!-- <view class="form">
@@ -63,9 +67,12 @@
<input type="text" placeholder="璇疯緭鍏�" v-model="form.companyAddress"/>
</view>
</view> -->
- <u-button @click="register">
- 娉ㄥ唽
- </u-button>
+ <view class="bottom">
+ <view @click="register" class="button">
+ 娉ㄥ唽
+ </view>
+ </view>
+
</view>
</template>
@@ -126,15 +133,18 @@
}
</style>
<style scoped lang="scss">
- .page-content{
- padding: 30rpx;
- }
+.page-content{
+ padding: 32rpx;
+}
.form{
+ padding: 24rpx;
.form-item{
+ margin-top: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
- margin-bottom: 20rpx;
+ padding-bottom: 20rpx;
+ border-bottom: 1px solid #F1F1F1;
input{
text-align: right;
font-size: 26rpx;
@@ -144,6 +154,7 @@
}
.require{
+ color: #4A4E60;
position: relative;
&::after{
content: '*';
@@ -153,5 +164,44 @@
}
}
}
+ .form-item:last-child{
+ padding-bottom: 0;
+ border-bottom: none;
+ }
+ .form-item:first-child{
+ margin-top: 0;
+ }
+}
+
+.top-box{
+ background: #fff;
+ border-radius: 5px;
+}
+.bottom{
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ background: #fff;
+ height: 132rpx;
+ left: 0;
+ display: flex;
+ align-items: center;
+ .button{
+ margin: 0 32rpx;
+ height: 88rpx;
+ border-radius: 20rpx;
+ border: 1px solid #1171E0;
+ background: #1171E0;
+ color: #fff;
+ line-height: 88rpx;
+ width: 100%;
+ text-align: center;
+ font-size: 32rpx;
+ }
+}
+.sc{
+ width: 90%;
+ height: 346rpx;
+ margin-bottom: 20rpx;
}
</style>
diff --git a/static/i07.png b/static/i07.png
new file mode 100644
index 0000000..0487fbe
--- /dev/null
+++ b/static/i07.png
Binary files differ
diff --git a/static/index.png b/static/index.png
deleted file mode 100644
index f3e04ef..0000000
--- a/static/index.png
+++ /dev/null
Binary files differ
--
Gitblit v1.9.1