|
|
@@ -369,7 +369,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.tip-btn-box{
|
|
|
width: 100%;display: flex;justify-content: space-between;margin: 52rpx 0 0;
|
|
|
.not-confirm-btn,.confirm-btn{
|
|
|
- width: 248rpx;height: 92rpx;line-height: 92rpx;
|
|
|
+ width: 248rpx;height: 92rpx;line-height: 92rpx;font-size: 32rpx;
|
|
|
color: #fff;@include ezy-no-repeat-cover;
|
|
|
}
|
|
|
.not-confirm-btn{background-image: url("@/static/images/common/tip-cancel-btn.png");}
|
|
|
@@ -390,7 +390,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.tip-content{font-size: 20rpx;padding-bottom: 27rpx;}
|
|
|
.tip-btn-box{
|
|
|
margin: 34rpx 0 0;
|
|
|
- .not-confirm-btn,.confirm-btn{width: 161rpx;height: 60rpx;line-height: 60rpx;}
|
|
|
+ .not-confirm-btn,.confirm-btn{width: 161rpx;height: 60rpx;line-height: 60rpx;font-size: 20rpx;}
|
|
|
}
|
|
|
.close-btn{width: 65rpx;height: 65rpx;right: 8rpx;top: 8rpx;}
|
|
|
.close-btn::after{width: 34rpx;height: 34rpx;}
|
|
|
@@ -400,7 +400,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.tip-content{font-size: 46rpx;padding-bottom: 67rpx;}
|
|
|
.tip-btn-box{
|
|
|
margin: 83rpx 0 0;
|
|
|
- .not-confirm-btn,.confirm-btn{width: 397rpx;height: 147rpx;line-height: 147rpx;}
|
|
|
+ .not-confirm-btn,.confirm-btn{width: 397rpx;height: 147rpx;line-height: 147rpx;font-size: 46rpx;}
|
|
|
}
|
|
|
.close-btn{width: 160rpx;height: 160rpx;right: 19rpx;top: 19rpx;}
|
|
|
.close-btn::after{width: 83rpx;height: 83rpx;}
|