shish 8 месяцев назад
Родитель
Сommit
73c51d8872
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/pagesOrder/refund.vue

+ 4 - 4
ghsApp/src/pagesOrder/refund.vue

@@ -751,9 +751,9 @@ export default {
 		transition: all 0.3s ease;
 		
 		&.active {
-			background: #e3f2fd;
-			color: #3385ff;
-			border: 1upx solid #3385ff;
+			background: #3385ff;
+			color: #e3f2fd;
+			border: 1upx solid #3d89fc;
 		}
 		
 		&:active:not(.active) {
@@ -789,7 +789,7 @@ export default {
 	
 	.tip-text {
 		display: block;
-		font-size: 28upx;
+		font-size: 32upx;
 		line-height: 1.5;
 		font-weight: 600;