Browse Source

砍价详情按钮背景颜色修改

tags/安徽版C.4.1.6最终版
海洋之声 6 years ago
parent
commit
f3b71c1048
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pages/bargain/bargainDatail/bargainDatail.wxss

+ 3
- 3
pages/bargain/bargainDatail/bargainDatail.wxss View File

@@ -231,7 +231,7 @@ page{
}
.btns .fl{
color: #fff;
background:rgba(255,169,2,1);
background:#FFAF02;
box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
}
.goback{
@@ -269,8 +269,8 @@ page{
color: #fff;
line-height: 95rpx;
width: 256rpx;
background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
background:linear-gradient(90deg,rgba(229,54,40,1) 0%,rgba(243,75,30,1) 99%);
box-shadow:0px 8px 8px 1px rgba(204,26,13,0.32);
}
.helpDiscount{
display: block;


Loading…
Cancel
Save