Commit 17c099b7 by 高淑倩

modify: 吸底

parent 1bd826d4
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
justify-content: space-around; justify-content: space-around;
} }
.pd1530{ .pd1530{
padding: 15rpx 30rpx; padding: 0 30rpx;
} }
.df-1 { .df-1 {
......
/* component/picNav/picNav.wxss */ /* component/picNav/picNav.wxss */
.pic-nav { .pic-nav {
display: flex; display: flex;
padding:20rpx 0; padding: 10rpx 0;
} }
.pic-item { .pic-item {
flex: 1; flex: 1;
......
...@@ -36,9 +36,10 @@ page { ...@@ -36,9 +36,10 @@ page {
text-align: center; text-align: center;
background-color: #02bb70; background-color: #02bb70;
line-height: 100rpx; line-height: 100rpx;
padding: 0 54rpx; position: fixed;
position: relative;
margin-top:20rpx; margin-top:20rpx;
bottom: 0;
width:100%;
} }
.arrow-left { .arrow-left {
width: 32rpx; width: 32rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment