dengjie commit : 我的页面及其绑定公司,浏览记录,我的收藏页面 的样式初步完成
This commit is contained in:
62
pages/bindCompony/bindCompony.vue
Normal file
62
pages/bindCompony/bindCompony.vue
Normal file
@@ -0,0 +1,62 @@
|
||||
<template>
|
||||
<view>
|
||||
<u--form labelPosition="left" :model="model">
|
||||
<u-form-item label="公司名称" prop="userInfo.name" borderBottom>
|
||||
<u--input v-model="model.userInfo.name" border="none" placeholder="请输入您的名称"
|
||||
placeholderStyle="color: #CCCCCC;font-size: 24rpx;"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label="公司电话" prop="userInfo.phone" borderBottom>
|
||||
<u--input v-model="model.userInfo.phone" border="none" placeholder="请输入您的电话"
|
||||
placeholderStyle="color: #CCCCCC;font-size: 24rpx;">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
</u--form>
|
||||
<u-button type="success" text="确定" color="#0EBB5B"></u-button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.u-form {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.u-form-item__body__left {
|
||||
width: auto !important;
|
||||
color: #3E3E3E;
|
||||
margin-left: 20rpx;
|
||||
margin-right: 50rpx;
|
||||
}
|
||||
|
||||
.u-form-item__body {
|
||||
padding: 24rpx 0 !important;
|
||||
}
|
||||
|
||||
.u-form-item__body__left__content__label {
|
||||
font-size: 24rpx !important;
|
||||
}
|
||||
|
||||
.u-form-item {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.u-button {
|
||||
width: 644rpx !important;
|
||||
height: 86rpx !important;
|
||||
background: #0EBB5B;
|
||||
border-radius: 20rpx !important;
|
||||
margin-top: 168rpx;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user