@@ -812,9 +812,11 @@ export default {
#detailTtoBePaid .van-popup {
background: none;
}
-#toBePaid .van-button--small {
- height: 32px;
- padding: 0 8px;
- font-size: 12px
+.van-button {
+ padding: 0 25px;
+ font-size: 14px;
+ border-radius: 20px;
+ font-weight: 600;
+ border-radius: 25px;
</style>