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.4 KiB
71 lines
1.4 KiB
.complete-info-dialog {
|
|
width: 100%;
|
|
height:100vh;
|
|
position: fixed;
|
|
left: 0rpx;
|
|
top: 0rpx;
|
|
background: rgba(0,0,0, 0.6);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 1000;
|
|
}
|
|
.complete-info-dialog .content {
|
|
width: 520rpx;
|
|
height: 520rpx;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.complete-info-dialog .by {
|
|
width: 520rpx;
|
|
height: 520rpx;
|
|
position: absolute;
|
|
}
|
|
.complete-info-dialog .content .close-dialog {
|
|
width:46rpx;
|
|
height:46rpx;
|
|
position: absolute;
|
|
right: -20rpx;
|
|
top: -20rpx;
|
|
}
|
|
.complete-info-dialog .content .title {
|
|
position: absolute;
|
|
height: 34rpx;
|
|
width:100%;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
line-height: 34rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 1rpx;
|
|
color: #333333;
|
|
bottom: 212rpx;
|
|
}
|
|
.complete-info-dialog .content .tip {
|
|
position: absolute;
|
|
height: 26rpx;
|
|
width:100%;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
line-height: 26rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 1rpx;
|
|
color: #333333;
|
|
bottom: 168rpx;
|
|
}
|
|
.complete-info-dialog .content .confirm {
|
|
position: absolute;
|
|
width: 250rpx;
|
|
height: 70rpx;
|
|
background-image: linear-gradient(to right , #de2001, #ff7c50);
|
|
bottom: 40rpx;
|
|
border-radius: 50rpx;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
}
|