shish 1 dia atrás
pai
commit
115274af8c
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      hdApp/src/admin/billing/affirmSh.vue

+ 4 - 2
hdApp/src/admin/billing/affirmSh.vue

@@ -1710,9 +1710,11 @@ export default {
 	font-size: 22upx;
 	font-weight: bold;
 	line-height: 28upx;
-	color: #fff;
-	background-color: rgb(201, 52, 52);
+	color: rgb(201, 52, 52);
+	background-color: transparent;
+	border: 2upx solid rgb(201, 52, 52);
 	border-radius: 50%;
+	box-sizing: border-box;
 }
 
 .policy-popup-content {