Commit 53380395 authored by 黄奎's avatar 黄奎

11

parents 372ebd84 3220644e
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
.couponStyle .item .detail { .couponStyle .item .detail {
width: 100%; width: 100%;
background: #fff; background: #fff;
padding: 10px; padding: 0 10rpx 0 31rpx;
display: flex; display: flex;
} }
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
font-family: "23"; font-family: "23";
margin-top: 5px; margin-top: 5px;
font-size: 12px; font-size: 12px;
color: #777; color: rgba(194, 194, 194, 1);
} }
.couponStyle .item .detail .coupond .rule { .couponStyle .item .detail .coupond .rule {
...@@ -439,9 +439,9 @@ ...@@ -439,9 +439,9 @@
position: relative; position: relative;
} }
.couponHeader {}
.couponHeader { .couponHeader{
box-shadow: 0rpx 2rpx 18rpx 0rpx #B1B1B1;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
.couponItemLeft { .couponItemLeft {
width: 146rpx; width: 146rpx;
height: 143rpx; height: 143rpx;
padding: 0 36rpx; padding: 27rpx 36rpx;
background: no-repeat; background: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
color: #fff; color: #fff;
......
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