|
@@ -420,4 +420,11 @@ position: absolute;left: 0;top: -4rpx;opacity: 0.4;}
|
|
|
height: calc(90vh - 220rpx);overflow-y: auto;
|
|
|
.content-body-box{justify-content: center;}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+// 升级提醒弹窗
|
|
|
+.phone-tip-dialog{
|
|
|
+ width: 580rpx;border-radius: 12rpx;background-color: #fff;padding: 24rpx;
|
|
|
+ .tip-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
|
|
|
+ .tip-content{font-size: 32rpx;color: #666;margin:32rpx 32rpx 56rpx;line-height: 1.6;text-align: justify;}
|
|
|
}
|