You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.3 KiB
1 lines
1.3 KiB
@charset "UTF-8";.m-modal{position:fixed;z-index:9999;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);backdrop-filter:blur(8rpx)}.m-modal .wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;width:540rpx;padding:30rpx 20rpx;background-color:#fff;border-radius:10rpx}.m-modal .wrap .title{margin-top:10rpx;text-align:center;font-size:34rpx;font-family:Source Han Serif SC;font-weight:500;color:#333;line-height:60rpx}.m-modal .wrap .hint{padding:10rpx 20rpx;font-size:26rpx;font-family:Source Han Serif SC;font-weight:500;color:#333;line-height:42rpx}.m-modal .wrap .hint text{color:#f11}.m-modal .wrap .operate{margin-top:30rpx;padding:15rpx 35rpx;overflow:hidden}.m-modal .wrap .operate .btn2{box-sizing:border-box;color:#fff;background-color:#e60000;text-align:center;margin:0 auto;padding:0;width:200rpx;height:60rpx;min-height:60rpx;line-height:60rpx;border-radius:60rpx;font-size:32rpx;font-family:Source Han Serif SC;font-weight:500}.m-modal .wrap .operate .btn{float:right;box-sizing:border-box;color:#fff;background-color:#e60000;text-align:center;padding:0;width:180rpx;height:60rpx;min-height:60rpx;line-height:60rpx;border-radius:60rpx;font-size:32rpx;font-family:Source Han Serif SC;font-weight:500}.m-modal .wrap .operate .btn.btn-off{float:left;background-color:#f4f4f4;color:#999}
|