修改湖畔好店页面的布局样式
This commit is contained in:
parent
8be8b4de89
commit
6bf7d78776
@ -12,12 +12,11 @@ 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: relative;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
margin-left: 10rpx;
|
margin-left: 10rpx;
|
||||||
@ -198,11 +197,11 @@ page {
|
|||||||
width: 389rpx;
|
width: 389rpx;
|
||||||
height: 119rpx;
|
height: 119rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
border-radius: 100rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
bottom: 200rpx;
|
bottom: 100rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -214,12 +213,11 @@ 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 100rpx 100rpx 100rpx;
|
border-radius: 100rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
bottom: 200rpx;
|
bottom: 100rpx;
|
||||||
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
/* padding-top: 100rpx; */
|
padding-bottom: 50rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.localBox {
|
.localBox {
|
||||||
@ -181,11 +181,11 @@ page {
|
|||||||
width: 389rpx;
|
width: 389rpx;
|
||||||
height: 119rpx;
|
height: 119rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
border-radius: 100rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
bottom: 200rpx;
|
bottom: 100rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -197,13 +197,11 @@ 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 100rpx 100rpx 100rpx;
|
border-radius: 100rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
bottom: 200rpx;
|
bottom: 100rpx;
|
||||||
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user