|
@@ -443,6 +443,17 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
}
|
|
|
.tip-content{padding-bottom: 42rpx;}
|
|
.tip-content{padding-bottom: 42rpx;}
|
|
|
.tip-btn-box{margin: 32rpx 0 0;}
|
|
.tip-btn-box{margin: 32rpx 0 0;}
|
|
|
|
|
+ @include mediaSmall() {
|
|
|
|
|
+ .tip-content-box{width: 406rpx;height: 275rpx;padding: 27rpx 31rpx;}
|
|
|
|
|
+ .tip-content{padding-bottom: 27rpx;}
|
|
|
|
|
+ .tip-btn-box{margin: 21rpx 0 0;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaBig() {
|
|
|
|
|
+ .tip-content-box{width: 1000rpx;height: 677rpx;padding: 67rpx 77rpx;}
|
|
|
|
|
+ .tip-content{padding-bottom: 67rpx;}
|
|
|
|
|
+ .tip-btn-box{margin: 51rpx 0 0;}
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.tip-big-dialog{
|
|
.tip-big-dialog{
|
|
|
.tip-content-box{
|
|
.tip-content-box{
|
|
@@ -450,6 +461,15 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
background-image: url("@/static/images/common/tip-big-bj.png");
|
|
background-image: url("@/static/images/common/tip-big-bj.png");
|
|
|
}
|
|
}
|
|
|
.tip-content{min-height: 240rpx;text-align: justify;}
|
|
.tip-content{min-height: 240rpx;text-align: justify;}
|
|
|
|
|
+ @include mediaSmall() {
|
|
|
|
|
+ .tip-content-box{width: 406rpx;height: 337rpx;padding: 27rpx 31rpx;}
|
|
|
|
|
+ .tip-content{min-height: 156rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaBig() {
|
|
|
|
|
+ .tip-content-box{width: 1000rpx;height: 830rpx;padding: 67rpx 77rpx;}
|
|
|
|
|
+ .tip-content{min-height: 384rpx;}
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
// 一个确认按钮的弹窗
|
|
// 一个确认按钮的弹窗
|
|
|
.small-one-button-dialog{
|
|
.small-one-button-dialog{
|