Browse Source

fix:调整按钮样式

suwadaimyojin 2 years ago
parent
commit
8c1fb07c8e
1 changed files with 11 additions and 11 deletions
  1. 11 11
      pages/users/user_wallet/index.vue

+ 11 - 11
pages/users/user_wallet/index.vue

@@ -373,20 +373,20 @@
 		justify-content: center;
 	}
 	.op-area{
-		position: fixed;
-		bottom: 0;
-		height: 80rpx;
-		width: 100%;
-		padding:0 20px;
-		background: white;
+    position: fixed;
+    bottom: 0;
+    height: 100rpx;
+    width: 100%;
+    padding: 0 20px;
+    background: white;
 	}
 	.op-area button{
-		font-size: 30rpx;
+    font-size: 32rpx;
     font-weight: 600;
     letter-spacing: 2px;
-		border-radius: 50rpx;
-		height: 60rpx;
-		line-height: 60rpx;
-		color: white;
+    border-radius: 50rpx;
+    height: 80rpx;
+    line-height: 80rpx;
+    color: white;
 	}
 </style>