@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page, .content { height: 100%; } .Mask { position: fixed; top: 0; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.7); } .Mask .Mask-box { margin: auto; margin-top: 320rpx; padding: 50rpx 30rpx; width: 90%; height: 450rpx; top: 500rpx; left: 10%; background-color: #ffffff; -webkit-border-radius: 15rpx; border-radius: 15rpx; } .Mask .Mask-box .title { text-align: center; font-size: 35rpx; font-weight: 700; } .Mask .Mask-box .text { font-size: 30rpx; color: #848484; padding-top: 50rpx; } .Mask .Mask-box .btn_box { margin: 70rpx 0 0 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .weixin { background: #5dbc7c; width: 40%; color: #ffffff; -webkit-border-radius: 50rpx; border-radius: 50rpx; border: none; margin: 0 20rpx; } .bg-img, .logo-img-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .logo-img { margin-top: 20vh; margin-left: 176rpx; width: 385rpx; height: 394rpx; } .userInfo { margin: 0 100rpx; margin-top: 50rpx; color: #ffffff; -webkit-border-radius: 99rpx; border-radius: 99rpx; background-color: #5dbc7c !important; }