Commit 940d5bba authored by 李晓兵's avatar 李晓兵

'登录注册'

parent afae2c13
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<span>合同签约</span> <span>合同签约</span>
</div> </div>
</h-header> </h-header>
<Tab @getTabNum="getTabNum" /> <Tab @getTabNum="getTabNum"/>
<div class="hinput"> <div class="hinput">
<div class="search-box"> <div class="search-box">
<input type="text" placeholder="请输入进件号/承租人名称"> <input type="text" placeholder="请输入进件号/承租人名称">
...@@ -44,54 +44,57 @@ ...@@ -44,54 +44,57 @@
</div> </div>
</h-content> </h-content>
</h-view></template> </h-view>
</template>
<script> <script>
import Tab from '@/pages/distributorSign/tab' import Tab from '@/pages/distributorSign/tab'
export default {
name: 'ContractList', export default {
components: { name: 'ContractList',
Tab, components: {
}, Tab,
data () { },
return { data() {
tabNum: 0, return {
lists: [], tabNum: 0,
} lists: [],
},
created () {
let vm = this
let url = $config.basePath + 'prj_confirm_list_query'
let param = {
user_phone: '18507155349',
}
vm.hlsHttp.post(url, param).then(function (res) {
console.log(res.result)
if (res.result === 'S') {
vm.lists = res.lists
} }
})
},
methods: {
getTabNum (i) {
this.tabNum = i
}, },
goDetails () { created() {
this.$router.push({ let vm = this
name: 'ContractDetails', let url = $config.basePath + 'prj_confirm_list_query'
let param = {
user_phone: '18507155349',
}
vm.hlsHttp.post(url, param).then(function (res) {
console.log(res.result)
if (res.result === 'S') {
vm.lists = res.lists
}
}) })
}, },
}, methods: {
} getTabNum(i) {
this.tabNum = i
},
goDetails() {
this.$router.push({
name: 'ContractDetails',
})
},
},
}
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
#sign { #sign {
.h-header-btn { .h-header-btn {
img { img {
width: 16px; width: 16px;
height: 16px; height: 16px;
margin-left: 4px; margin-left: 4px;
} }
span { span {
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
margin-left: 16px; margin-left: 16px;
...@@ -99,115 +102,129 @@ export default { ...@@ -99,115 +102,129 @@ export default {
letter-spacing: 0.61px; letter-spacing: 0.61px;
line-height: 24px; line-height: 24px;
} }
} }
.hinput { .hinput {
width: 100%; width: 100%;
height: 68px; height: 68px;
border-bottom:1px solid #cccccc70; border-bottom: 1px solid #cccccc70;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-top: 3px; margin-top: 3px;
background: #fff; background: #fff;
margin-bottom: 9px; margin-bottom: 9px;
.search-box {
.search-box {
width: 93.6%; width: 93.6%;
height: 36px; height: 36px;
font-size: 14px; font-size: 14px;
color: #B4B4B5; color: #B4B4B5;
letter-spacing: 0; letter-spacing: 0;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
border: 1px solid rgba(56,63,69,0.60); border: 1px solid rgba(56, 63, 69, 0.60);
border-radius: 4px; border-radius: 4px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
input { input {
width: 90%;height: 100%; width: 90%;
opacity: 0.4; height: 100%;
border: none opacity: 0.4;
border: none
} }
}
} }
}
.content{ .content {
padding-bottom: 14px; padding-bottom: 14px;
} }
.contract-list {
width: 100%; .contract-list {
height: 120px; width: 100%;
// border: 1px solid #ccc; height: 120px;
background: #fff; // border: 1px solid #ccc;
//margin-bottom: 8px; background: #fff;
.item { //margin-bottom: 8px;
.item {
width: 100%; width: 100%;
height: 34px; height: 34px;
background: rgba(00, 70, 156, 0.1); background: rgba(00, 70, 156, 0.1);
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
img { img {
margin-left: 16.6px; margin-left: 16.6px;
} }
.incoming-num { .incoming-num {
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
// width: 42px; // width: 42px;
height: 20px; height: 20px;
font-weight: bolder; font-weight: bolder;
line-height: 20px; line-height: 20px;
font-size: 14px; font-size: 14px;
color: #00469C; color: #00469C;
letter-spacing: 0; letter-spacing: 0;
margin-left: 8.8px; margin-left: 8.8px;
} }
.code { .code {
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
font-size: 14px; font-size: 14px;
color: #00469C; color: #00469C;
margin-left: 8px; margin-left: 8px;
font-weight: bolder font-weight: bolder
} }
} }
.details {
.details {
width: 100%; width: 100%;
height: 86px; height: 86px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
padding: 6px 0; padding: 6px 0;
.option { .option {
width: 100%; width: 100%;
height: 18px;
display: flex;
flex-direction: row;
.name {
font-family: PingFangSC-Regular;
font-size: 13px;
color: rgba(56, 63, 69, 0.60);
width: 80px;
height: 18px; height: 18px;
display: flex; line-height: 18px;
flex-direction: row; text-align: right
.name { }
font-family: PingFangSC-Regular;
font-size: 13px; .normal {
color: rgba(56,63,69,0.60); font-family: PingFangSC-Regular;
width: 80px; font-size: 13px;
height: 18px; color: #383F45;
line-height: 18px; height: 18px;
text-align: right line-height: 18px;
} margin-left: 8px;
.normal { }
font-family: PingFangSC-Regular;
font-size: 13px; .money {
color: #383F45; color: #FCC800;
height: 18px; }
line-height: 18px;
margin-left: 8px; img {
} margin-left: 55%
.money { }
color: #FCC800;
} }
img { }
margin-left: 55%
}
}
}
} }
} }
</style> </style>
...@@ -179,11 +179,11 @@ export default { ...@@ -179,11 +179,11 @@ export default {
-webkit-justify-content: space-between; -webkit-justify-content: space-between;
margin: 0 0 0 23%; margin: 0 0 0 23%;
.register { .register {
color: #5D98F6; color: #FDFDFD;
font-size: 15px; font-size: 15px;
} }
.pwd-forgotten { .pwd-forgotten {
color: #5D98F6; color: #FDFDFD;
font-size: 15px; font-size: 15px;
} }
} }
......
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