alert.wxss 568 B

12345678910
  1. .modal{position: fixed; top: 50%; left: 50%; z-index: 10002; transform:translate(-50%,-50%);}
  2. .modal-bg{position: fixed; top: 0; left: 0; z-index: 10001; background: #000; opacity: .4; width: 100%; height: 100%;}
  3. image{width: 475rpx; height: 455rpx; vertical-align: middle; border: 0 none;}
  4. .box{position: relative; text-align: center;}
  5. .title, .content{position: absolute; left: 0; width: 100%;}
  6. .title{color: #EE3A43; font-size: 30rpx; top:210rpx;}
  7. .content{font-size: 32rpx; bottom: 40rpx;}
  8. .gray{color: #8c8c8c;}
  9. .yellow{color: #ffe88b;}
  10. .font46{font-size: 46rpx;}