增加核销功能,修改无法砍价的问题

This commit is contained in:
gaoxs
2020-06-28 17:31:13 +08:00
parent e7e349e2ed
commit 5f6f8e7f4c
7 changed files with 61 additions and 37 deletions

View File

@ -4414,6 +4414,8 @@ page {
.bargain .wrapper .pictxt .pictrue {
width: 1.8*100rpx;
height: 1.8*100rpx;
position: relative;
}
.bargain .wrapper .pictxt .pictrue image {
@ -4484,7 +4486,7 @@ page {
font-size: 0.3*100rpx;
font-weight: bold;
color: #fff;
width: 6*100rpx;
width: 100%;
height: 0.8*100rpx;
border-radius: 0.4*100rpx;
background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%);