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.
71 lines
1.1 KiB
71 lines
1.1 KiB
|
3 years ago
|
.mask{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
background: #000;
|
||
|
|
z-index: 9000;
|
||
|
|
opacity: 0.7;
|
||
|
|
}
|
||
|
|
|
||
|
|
.modalDlg{
|
||
|
|
width: 500rpx;
|
||
|
|
height: 660rpx;
|
||
|
|
background-image:url('https://static.ticket.sz-trip.com/uploads/20230619/12a423ee9510a8e5c9c92696e52fcc3c.png') ;
|
||
|
|
background-size: 100% 100%;
|
||
|
|
position: fixed;
|
||
|
|
top: 50%;
|
||
|
|
left: 0;
|
||
|
|
z-index: 9999;
|
||
|
|
margin: -370rpx 125rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 36rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.img-box{
|
||
|
|
width: 300rpx;
|
||
|
|
height: 300rpx;
|
||
|
|
background: #FFFFFF;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
margin-top: 79rpx;
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
.img-box image{
|
||
|
|
width: 310rpx;
|
||
|
|
height: 310rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
}
|
||
|
|
.text-box{
|
||
|
|
width: 300rpx;
|
||
|
|
font-size: 30rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #FFFFFF;
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 40rpx;
|
||
|
|
}
|
||
|
|
.text-box text{
|
||
|
|
color: rgba(255, 255, 85, 1);
|
||
|
|
}
|
||
|
|
.more{
|
||
|
|
margin-top: 80rpx;
|
||
|
|
font-size: 30rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #0B898E;
|
||
|
|
}
|
||
|
|
.close{
|
||
|
|
position: absolute;
|
||
|
|
bottom: -120rpx;
|
||
|
|
left: 50%;
|
||
|
|
height: 80rpx;
|
||
|
|
width: 80rpx;
|
||
|
|
transform: translate(-40rpx,0);
|
||
|
|
}
|