diff --git a/manifest.json b/manifest.json index 54fc4b1..8700657 100644 --- a/manifest.json +++ b/manifest.json @@ -92,7 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx34920eb219864734", + "appid" : "wx68d198de972a9e9d", "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages/address/index.vue b/pages/address/index.vue index 4188d83..43d9012 100644 --- a/pages/address/index.vue +++ b/pages/address/index.vue @@ -1,307 +1,312 @@ + .addres-list { + padding-top: 20rpx; + // 设置ios刘海屏底部横线安全区域 + padding-bottom: calc(constant(safe-area-inset-bottom) + 140rpx); + padding-bottom: calc(env(safe-area-inset-bottom) + 140rpx); + } + + // 项目内容 + .address-item { + margin: 0 auto 20rpx auto; + padding: 30rpx 40rpx; + width: 94%; + box-shadow: 0 1rpx 5rpx 0 rgba(0, 0, 0, 0.05); + border-radius: 16rpx; + background: #fff; + } + + .contacts { + font-size: 30rpx; + margin-bottom: 16rpx; + + .name { + margin-right: 16rpx; + } + } + + .address { + font-size: 28rpx; + + .region { + margin-right: 10rpx; + } + } + + .line { + margin: 20rpx 0; + border-bottom: 1rpx solid #f3f3f3; + } + + .item-option { + display: flex; + justify-content: space-between; + height: 48rpx; + + // 单选框 + .item-radio { + font-size: 28rpx; + + .radio { + vertical-align: middle; + transform: scale(0.76) + } + + .text { + vertical-align: middle; + } + } + + // 操作 + .events { + display: flex; + align-items: center; + line-height: 48rpx; + + .event-item { + font-size: 28rpx; + margin-right: 26rpx; + color: #4c4c4c; + + &:last-child { + margin-right: 0; + } + + .title { + margin-left: 8rpx; + } + } + } + + } + + + // 底部操作栏 + .footer-fixed { + position: fixed; + bottom: var(--window-bottom); + left: 0; + right: 0; + z-index: 11; + + // 设置ios刘海屏底部横线安全区域 + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); + + .btn-wrapper { + height: 120rpx; + padding: 0 40rpx; + } + + .btn-item { + flex: 1; + font-size: 28rpx; + height: 86rpx; + color: #fff; + border-radius: 50rpx; + display: flex; + justify-content: center; + align-items: center; + box-shadow: 0 1rpx 5rpx 0 rgba(0, 0, 0, 0.05); + } + + .btn-item-main { + background: linear-gradient(to right, $main-bg, $main-bg2); + color: $main-text; + } + + } + \ No newline at end of file diff --git a/pages/news/park/addressEdit.vue b/pages/news/park/addressEdit.vue index 4d335dd..586945b 100644 --- a/pages/news/park/addressEdit.vue +++ b/pages/news/park/addressEdit.vue @@ -1,16 +1,16 @@ -