diff --git a/App.vue b/App.vue index b6a64d6..e67f279 100644 --- a/App.vue +++ b/App.vue @@ -1,23 +1,14 @@ @@ -80,22 +211,55 @@ .login-type { display: flex; + display: inline-block; + margin-right: 50rpx; flex-direction: column; // align-items: center; justify-content: flex-start; .line { border-top: 3px solid #34D190; - margin-left: 30rpx; + margin: 0 auto; margin-top: 10rpx; width: 60rpx; } } + .yanzm { + display: flex; + justify-content: space-between; + + .u-input { + + margin-right: 60rpx; + } + + + } + + .code { + width: 120rpx; + height: 80rpx; + background-color: #34D190; + line-height: 80rpx; + text-align: center; + border-radius: 20rpx 20rpx; + font-size: 20rpx; + padding: 0rpx 20rpx; + color: #fff; + + } + .sub-btn { margin-top: 30rpx; } + .resgiter { + font-size: 20rpx; + margin-top: 40rpx; + + } + } } \ No newline at end of file diff --git a/pages/addLand/addLand.vue b/pages/addLand/addLand.vue index a39501e..0c5a40a 100644 --- a/pages/addLand/addLand.vue +++ b/pages/addLand/addLand.vue @@ -62,9 +62,7 @@ - \ No newline at end of file + diff --git a/pages/index/massif.vue b/pages/index/massif.vue index f26cc06..f663626 100644 --- a/pages/index/massif.vue +++ b/pages/index/massif.vue @@ -1,120 +1,438 @@ + + + \ No newline at end of file diff --git a/pages/index/personal.vue b/pages/index/personal.vue index c01462e..702c407 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -1,18 +1,19 @@ - - \ No newline at end of file diff --git a/pages/updatePassword/updatePassword.vue b/pages/updatePassword/updatePassword.vue index d700a38..934c7f4 100644 --- a/pages/updatePassword/updatePassword.vue +++ b/pages/updatePassword/updatePassword.vue @@ -43,6 +43,9 @@