diff --git a/images/bluescan.png b/images/bluescan.png new file mode 100644 index 0000000..9cfc929 Binary files /dev/null and b/images/bluescan.png differ diff --git a/images/navbarbg.png b/images/navbarbg.png new file mode 100644 index 0000000..8299ec4 Binary files /dev/null and b/images/navbarbg.png differ diff --git a/pages/home/home.json b/pages/home/home.json index 6859184..a6458bc 100644 --- a/pages/home/home.json +++ b/pages/home/home.json @@ -4,6 +4,7 @@ "i-icon": "../../dist/icon/index", "i-tag": "../../dist/tag/index" }, + "navigationStyle": "custom", "navigationBarTitleText": "首页", "navigationBarBackgroundColor": "#3657E8", "navigationBarTextStyle": "white" diff --git a/pages/home/home.wxml b/pages/home/home.wxml index c96287e..ef9d875 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -1,7 +1,15 @@ + + + + 农村不动产证书附图查询 - - + + 扫码查询 请扫描不动产证书上的⼆维码 + + 管理单位:蒙阴县不动产登记交易中心 + 技术支持:山东慧创信息科技有限公司 + \ No newline at end of file diff --git a/pages/home/home.wxss b/pages/home/home.wxss index 037269f..11a5c19 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -1,32 +1,70 @@ /* pages/home/home.wxss */ .container{ - padding-bottom: 150rpx; + width: 100vw; + height: 100vh; + background: #F5F5F5; +} +.topnavbarbox image{ + width: 750rpx; +} +.navbartitlebox{ + width: 630rpx; + font-family: PingFang SC; + font-weight: bold; + font-size: 46rpx; + color: #FFFFFF; + padding-bottom: 22rpx; + text-align: center; + border-bottom: 2px solid #fff; + position: fixed; + top: 50%; + margin-top: -620rpx; } - .topcontainer{ - width: 100%; + width: 630rpx; height: 900rpx; - margin-top: 25px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; + background: #fff; + border-radius: 20rpx; + position: fixed; + top: 50%; + margin-top: -450rpx; } .topcontainer image{ - width: 35%; + width: 256rpx; } -.topcontainer button{ - margin-top: 80rpx; +.topcontainer .btn{ + width: 570rpx; + height: 88rpx; + line-height: 88rpx; + background: linear-gradient(90deg, #00C8F1 0%, #0B59E0 100%); + border-radius: 44rpx; + font-weight: bold; + font-size: 34rpx; + color: #FFFFFF; + margin-top: 154rpx; } .topcontainer text{ width: 90%; text-align: center; - color: #000; - font-size: 16px; + color: #999999; + font-size: 32rpx; word-spacing: 5px; - margin-top: 80rpx; + margin-top: 38rpx; +} +.bottombox{ + display: flex; + flex-direction: column; + padding-bottom: 50rpx; + font-weight: 400; + font-size: 30rpx; + color: #999999; +} +.bottombox text{ + margin-top: 10rpx; } - - \ No newline at end of file