@@ -68,14 +68,14 @@ export default {
box-sizing: border-box;
}
.title {
- font-size: 42upx;
+ font-size: 46upx;
font-weight: bold;
color: #333;
text-align: center;
margin-bottom: 16upx;
.tip {
- font-size: 30upx;
+ font-size: 34upx;
color: #666;
line-height: 1.5;
margin-bottom: 28upx;
@@ -86,8 +86,8 @@ export default {
.popup-btn {
flex: 1;
- height: 90upx;
- line-height: 90upx;
+ height: 100upx;
+ line-height: 100upx;
border-radius: 12upx;
font-size: 36upx;
margin: 0 10upx;