Commit 92ac4a6a authored by 张娇(东信)'s avatar 张娇(东信)

筑农页面优化

parent 9e5730e3
...@@ -290,6 +290,9 @@ function toCart() { ...@@ -290,6 +290,9 @@ function toCart() {
page { page {
background: #f3f3f3; background: #f3f3f3;
} }
.container {
padding-bottom: 20rpx;
}
.top { .top {
width: 750rpx; width: 750rpx;
height: 128rpx; height: 128rpx;
...@@ -386,15 +389,14 @@ page { ...@@ -386,15 +389,14 @@ page {
} }
} }
.tabs-list { .tabs-list {
margin-left: 10px; margin-left: 20rpx;
width: 712rpx; width: 712rpx;
height: 1172rpx; border-radius: 16rpx;
border-radius: 8px;
background: #ffffff; background: #ffffff;
} }
.fruit-img { .fruit-img {
margin-left: 10px; margin-left: 20rpx;
margin-top: 10px; margin-top: 20rpx;
} }
.son-img { .son-img {
display: flex; display: flex;
...@@ -526,4 +528,7 @@ page { ...@@ -526,4 +528,7 @@ page {
font-size: 24rpx; font-size: 24rpx;
} }
} }
.whh {
padding-bottom: 10rpx;
}
</style> </style>
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