瀏覽代碼

[消费卡][修改][按钮颜色]

tags/河北版C.8.1.01
hurui 5 年之前
父節點
當前提交
37b63ff0e0
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      pages/discountCardList/discountCardList.wxss
  2. +1
    -1
      pages/order/detail/index.wxss

+ 2
- 2
pages/discountCardList/discountCardList.wxss 查看文件

@@ -206,7 +206,7 @@ button::after{ border: none; }
}

.nocoupon button {
background: #00c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
color: #fff;
font-style: 30rpx;
width: 100%;
@@ -240,7 +240,7 @@ button::after{ border: none; }
margin: auto;
width: 670rpx;
border-radius: 60rpx;
background: #02c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
font-size: 32px;
color: #fff;
text-align: center;


+ 1
- 1
pages/order/detail/index.wxss 查看文件

@@ -521,7 +521,7 @@ radio {
width: 690rpx;
border-radius: 50rpx;
margin-top: 60rpx;
background: #02C0FF!important;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)!important;
}
.share{
width: 40rpx;


Loading…
取消
儲存