35 lines
673 B
Plaintext
35 lines
673 B
Plaintext
.success{
|
|
background-color: #fff;
|
|
text-align: center;
|
|
height: 100%;
|
|
width:100%;
|
|
position: absolute;
|
|
padding-top:150rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.success .msg{
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
margin-top:38rpx;
|
|
}
|
|
.success .prd-indo{
|
|
border-top:1rpx dashed rgba(153, 153, 153, 0.5);
|
|
border-bottom:1rpx dashed rgba(153, 153, 153, 0.5);
|
|
padding:48rpx 0;
|
|
display: flex;
|
|
text-align: left;
|
|
margin:100rpx 50rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
.success .prd-indo .name{
|
|
flex:1;
|
|
}
|
|
.success .button{
|
|
position: absolute;
|
|
line-height: 90rpx;
|
|
width:320rpx;
|
|
background-color: #F1F1F1;
|
|
left:calc(50% - 160rpx);
|
|
bottom:180rpx;
|
|
} |