Commit 202c3a64 authored by usgeek's avatar usgeek Committed by linlinjava
Browse files

首页样式调整

parent 752f6993
...@@ -9,19 +9,22 @@ ...@@ -9,19 +9,22 @@
} }
.m-menu { .m-menu {
/* border: 1px solid black; */
/* height: 280rpx; */
background: #fff;
/* padding: 0 25rpx; */
display: flex; display: flex;
height: 181rpx; /* justify-content: center; */
width: 750rpx;
flex-flow: row nowrap;
align-items: center; align-items: center;
justify-content: space-between; flex-wrap: wrap;
background-color: #fff; padding-bottom: 0rpx;
padding-top: 25rpx
} }
.m-menu .item { .m-menu .item {
flex: 1; /* border: 1px solid black; */
display: block; width: 150rpx;
padding: 20rpx 0; height: 126rpx;
} }
.m-menu image { .m-menu image {
...@@ -192,7 +195,7 @@ ...@@ -192,7 +195,7 @@
.a-groupon .b .price { .a-groupon .b .price {
width: 476rpx; width: 476rpx;
display: flex; display: flex;
color: #b4282d; color: #AB956D;
line-height: 50rpx; line-height: 50rpx;
font-size: 33rpx; font-size: 33rpx;
} }
...@@ -249,7 +252,7 @@ ...@@ -249,7 +252,7 @@
text-align: center; text-align: center;
line-height: 30rpx; line-height: 30rpx;
font-size: 30rpx; font-size: 30rpx;
color: #b4282d; color: #AB956D;
} }
.a-popular { .a-popular {
...@@ -310,7 +313,7 @@ ...@@ -310,7 +313,7 @@
.a-popular .b .price { .a-popular .b .price {
width: 456rpx; width: 456rpx;
display: block; display: block;
color: #b4282d; color: #AB956D;
line-height: 50rpx; line-height: 50rpx;
font-size: 33rpx; font-size: 33rpx;
} }
...@@ -354,7 +357,7 @@ ...@@ -354,7 +357,7 @@
.a-topic .b .np .price { .a-topic .b .np .price {
margin-left: 20.8rpx; margin-left: 20.8rpx;
color: #b4282d; color: #AB956D;
} }
.a-topic .b .desc { .a-topic .b .desc {
...@@ -433,7 +436,7 @@ ...@@ -433,7 +436,7 @@
height: 30rpx; height: 30rpx;
text-align: center; text-align: center;
font-size: 30rpx; font-size: 30rpx;
color: #b4282d; color: #AB956D;
} }
.good-grid .more-item{ .good-grid .more-item{
......
Supports Markdown
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