Showing
2 changed files
with
6 additions
and
0 deletions
@@ -518,6 +518,8 @@ coupon = { | @@ -518,6 +518,8 @@ coupon = { | ||
518 | that.$radios.filter('.on').removeClass('on'); | 518 | that.$radios.filter('.on').removeClass('on'); |
519 | } | 519 | } |
520 | $this.addClass('on'); | 520 | $this.addClass('on'); |
521 | + $this.parent().siblings('.red').removeClass('red'); | ||
522 | + $this.parent().addClass('red'); | ||
521 | data = $this.data(); | 523 | data = $this.data(); |
522 | 524 | ||
523 | if (data) { | 525 | if (data) { |
@@ -877,6 +877,10 @@ | @@ -877,6 +877,10 @@ | ||
877 | line-height: 18px; | 877 | line-height: 18px; |
878 | padding-bottom: 10px; | 878 | padding-bottom: 10px; |
879 | 879 | ||
880 | + .red { | ||
881 | + color: $red; | ||
882 | + } | ||
883 | + | ||
880 | .empty-tip { | 884 | .empty-tip { |
881 | line-height: 24px; | 885 | line-height: 24px; |
882 | padding-top: 10px; | 886 | padding-top: 10px; |
-
Please register or login to post a comment