Compare commits

..

No commits in common. "6bf7d7877622151846a1745491227f3dca2dc541" and "a82089990a3a4284af1a5a913316aab670eee136" have entirely different histories.

3 changed files with 16 additions and 12 deletions

View File

@ -12,11 +12,12 @@ page {
.header_tit { .header_tit {
flex: 1; flex: 1;
text-align: center; text-align: center;
position: relative;
z-index: 0; z-index: 0;
} }
.header .u-icon { .header .u-icon {
position: absolute; position: relative;
z-index: 2; z-index: 2;
padding: 20rpx; padding: 20rpx;
margin-left: 10rpx; margin-left: 10rpx;
@ -197,11 +198,11 @@ page {
width: 389rpx; width: 389rpx;
height: 119rpx; height: 119rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 100rpx; border-radius: 100rpx 100rpx 100rpx 100rpx;
position: fixed; position: fixed;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 100rpx; bottom: 200rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -213,11 +214,12 @@ page {
height: 119rpx; height: 119rpx;
filter: blur(8.600000381469727rpx); filter: blur(8.600000381469727rpx);
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
border-radius: 100rpx; border-radius: 100rpx 100rpx 100rpx 100rpx;
position: fixed; position: fixed;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 100rpx; bottom: 200rpx;
border-radius: 100rpx 100rpx 100rpx 100rpx;
} }

View File

@ -3,7 +3,7 @@ page {
} }
.container { .container {
padding-bottom: 50rpx; /* padding-top: 100rpx; */
} }
.localBox { .localBox {
@ -181,11 +181,11 @@ page {
width: 389rpx; width: 389rpx;
height: 119rpx; height: 119rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 100rpx; border-radius: 100rpx 100rpx 100rpx 100rpx;
position: fixed; position: fixed;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 100rpx; bottom: 200rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -197,11 +197,13 @@ page {
height: 119rpx; height: 119rpx;
filter: blur(8.600000381469727rpx); filter: blur(8.600000381469727rpx);
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
border-radius: 100rpx; border-radius: 100rpx 100rpx 100rpx 100rpx;
position: fixed; position: fixed;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 100rpx; bottom: 200rpx;
border-radius: 100rpx 100rpx 100rpx 100rpx;
} }

View File

@ -466,7 +466,7 @@
{ {
"path": "index/index", "path": "index/index",
"style": { "style": {
"navigationBarTitleText": "湖畔好店", "navigationBarTitleText": "本地生活",
"navigationBarBackgroundColor": "#fff" "navigationBarBackgroundColor": "#fff"
} }
}, },
@ -488,7 +488,7 @@
{ {
"path": "comment/index", "path": "comment/index",
"style": { "style": {
"navigationBarTitleText": "湖畔好店", "navigationBarTitleText": "本地生活",
"navigationBarBackgroundColor": "#fff" "navigationBarBackgroundColor": "#fff"
} }
}, },