作者 王旭宇

8.6

@@ -653,6 +653,7 @@ @@ -653,6 +653,7 @@
653 <view class='iconfont icon-quxiao'></view> 653 <view class='iconfont icon-quxiao'></view>
654 </view> 654 </view>
655 </view> 655 </view>
  656 +
656 657
657 </block> 658 </block>
658 659
@@ -591,8 +591,8 @@ page { @@ -591,8 +591,8 @@ page {
591 width: 100%; 591 width: 100%;
592 top: 0; 592 top: 0;
593 left: 0; 593 left: 0;
594 - /* background-color: rgba(51,51,51,0.6); */  
595 - background: rgba(0,0,0,0.6); 594 + background-color: rgba(51,51,51,0.6);
  595 + /* background: rgba(0,0,0,0.6); */
596 z-index: 9999; 596 z-index: 9999;
597 display: flex; 597 display: flex;
598 align-items: center; 598 align-items: center;
@@ -453,9 +453,10 @@ background:rgba(239,241,246,1); @@ -453,9 +453,10 @@ background:rgba(239,241,246,1);
453 453
454 .popup_title { 454 .popup_title {
455 font-size: 62rpx; 455 font-size: 62rpx;
456 - font-family: Arial; 456 +font-family:SourceHanSerifCN-Bold;
457 font-weight: bold; 457 font-weight: bold;
458 text-align: center; 458 text-align: center;
  459 + color:rgba(51,51,51,1);
459 } 460 }
460 461
461 .total { 462 .total {