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

'登录注册'

parent afae2c13
...@@ -176,6 +176,9 @@ export default { ...@@ -176,6 +176,9 @@ export default {
} }
} }
} }
.content{
padding-bottom: 14px;
}
.contract-list { .contract-list {
width: 100%; width: 100%;
height: 120px; height: 120px;
......
...@@ -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,22 +44,24 @@ ...@@ -44,22 +44,24 @@
</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 {
export default {
name: 'ContractList', name: 'ContractList',
components: { components: {
Tab, Tab,
}, },
data () { data() {
return { return {
tabNum: 0, tabNum: 0,
lists: [], lists: [],
} }
}, },
created () { created() {
let vm = this let vm = this
let url = $config.basePath + 'prj_confirm_list_query' let url = $config.basePath + 'prj_confirm_list_query'
let param = { let param = {
...@@ -73,25 +75,26 @@ export default { ...@@ -73,25 +75,26 @@ export default {
}) })
}, },
methods: { methods: {
getTabNum (i) { getTabNum(i) {
this.tabNum = i this.tabNum = i
}, },
goDetails () { goDetails() {
this.$router.push({ this.$router.push({
name: 'ContractDetails', 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,18 +102,19 @@ export default { ...@@ -99,18 +102,19 @@ 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;
...@@ -118,23 +122,27 @@ export default { ...@@ -118,23 +122,27 @@ export default {
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%;
height: 100%;
opacity: 0.4; opacity: 0.4;
border: none border: none
} }
} }
} }
.content{
.content {
padding-bottom: 14px; padding-bottom: 14px;
} }
.contract-list {
.contract-list {
width: 100%; width: 100%;
height: 120px; height: 120px;
// border: 1px solid #ccc; // border: 1px solid #ccc;
...@@ -147,9 +155,11 @@ export default { ...@@ -147,9 +155,11 @@ export default {
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;
...@@ -161,6 +171,7 @@ export default { ...@@ -161,6 +171,7 @@ export default {
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;
...@@ -169,6 +180,7 @@ export default { ...@@ -169,6 +180,7 @@ export default {
font-weight: bolder font-weight: bolder
} }
} }
.details { .details {
width: 100%; width: 100%;
height: 86px; height: 86px;
...@@ -176,20 +188,23 @@ export default { ...@@ -176,20 +188,23 @@ export default {
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; height: 18px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
.name { .name {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 13px; font-size: 13px;
color: rgba(56,63,69,0.60); color: rgba(56, 63, 69, 0.60);
width: 80px; width: 80px;
height: 18px; height: 18px;
line-height: 18px; line-height: 18px;
text-align: right text-align: right
} }
.normal { .normal {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 13px; font-size: 13px;
...@@ -198,9 +213,11 @@ export default { ...@@ -198,9 +213,11 @@ export default {
line-height: 18px; line-height: 18px;
margin-left: 8px; margin-left: 8px;
} }
.money { .money {
color: #FCC800; color: #FCC800;
} }
img { img {
margin-left: 55% margin-left: 55%
} }
...@@ -208,6 +225,6 @@ export default { ...@@ -208,6 +225,6 @@ export default {
} }
} }
} }
} }
</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