@@ -24,10 +24,11 @@ $base-color: #3f84f6;
padding: .25rem 0;
color: #666;
.fr {
+ color: #3f84f6;
font-weight: normal;
i {
font-size: .3rem;
- color: #88d4af;
margin-right: .1rem;
}
@@ -504,12 +504,13 @@
.buy-btn {
width: 2.08rem;
- height: 1.02rem;
- line-height: 1.02rem;
+ height: 1.04rem;
+ line-height: 1.04rem;
text-align: center;
font-size: .28rem;
color: #fff;
background: #3f84f6;
+ vertical-align: middle;
.wrap-select {
@@ -1279,8 +1279,9 @@
@@ -270,6 +270,7 @@
if (this.isChange) {
this.recordList = []
this.isChange = false
+ this.totalRecordPrice = 0
this.totalRecordPrice = this.baseUtils.priceFixed(this.totalRecordPrice + this.recordData.data.data.total)
this.recordList = [...this.recordList, ...val.content]