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