|
@@ -64,7 +64,7 @@ html {
|
|
|
|
|
|
.bar-nav .icon-left-nav {
|
|
|
min-width: 44px;
|
|
|
- color: #8bc34a;
|
|
|
+ color: rgba(13,12,8,1);
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
@@ -199,7 +199,7 @@ ul, li {
|
|
|
height: 42px;
|
|
|
border: none;
|
|
|
border-radius: 10px;
|
|
|
- background-color: rgb(139, 195, 74);
|
|
|
+ background-color: rgba(146,118,3,1);
|
|
|
box-shadow: inset 0px -1px 4px 0px rgba(0, 0, 0, 0.2);
|
|
|
position: absolute;
|
|
|
top: 10px;
|
|
@@ -300,7 +300,10 @@ ul, li {
|
|
|
.coupon-left {
|
|
|
position: relative;
|
|
|
padding: 15%;
|
|
|
- background: #8bc34a;
|
|
|
+ /*background: #8bc34a;*/
|
|
|
+ background: url("http://odulvej8l.bkt.clouddn.com/%E5%BA%95%E7%BA%B9%E6%AD%A3%E6%96%B9_1.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
}
|
|
|
|
|
|
.coupon-value-box {
|
|
@@ -333,7 +336,7 @@ ul, li {
|
|
|
}
|
|
|
|
|
|
.coupon-name {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 13px;
|
|
|
color: #333;
|
|
|
}
|
|
|
|