|
|
@@ -325,7 +325,30 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
|
.tip-content{min-height: 240rpx;text-align: justify;}
|
|
|
}
|
|
|
+// 一个确认按钮的弹窗
|
|
|
+.small-one-button-dialog{
|
|
|
+ .tip-content-box{
|
|
|
+ width: 625rpx;height: 365rpx;padding: 36rpx 48rpx;
|
|
|
+ @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
|
|
|
+ background-image: url("@/static/images/common/tip-small-bj.png");
|
|
|
+ }
|
|
|
+ .tip-content{
|
|
|
+ color: #222;font-size: 38rpx;padding-bottom: 36rpx;
|
|
|
+ display: flex;justify-content: center;align-items: center;
|
|
|
+ border-bottom: 1px dashed #70cbf4;line-height: 1.6;
|
|
|
+ min-height: 150rpx;
|
|
|
+ }
|
|
|
+ .tip-btn-box{
|
|
|
+ width: 100%;display: flex;justify-content: space-between;justify-content: center;margin: 36rpx 0 0;
|
|
|
+ .tip-btn{
|
|
|
+ width: 394rpx;height: 88rpx;line-height: 88rpx;
|
|
|
+ color: #fff;@include ezy-no-repeat-cover;text-align: center;
|
|
|
+ background-image: url("@/static/images/common/tip-one-confirm-btn.png");
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
+// 大鹅提示弹窗
|
|
|
.tip-e-dialog{
|
|
|
width: 625rpx;height: 519rpx;padding: 42rpx 48rpx;@include ezy-no-repeat-cover;
|
|
|
background-image: url("@/static/images/common/tip-big-bj.png");position: relative;
|