HasDocumentedVerifySuccess.wxss 572 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
page {
background-color: white;
display: flex;
flex-direction: column;
align-items: center;
}

.success-image {
width: 420rpx;
height: 500rpx;
margin-top: 20%;
}

.success-text {
font: lighter;
font-size: 12px;
color: #5e5e5e;
text-align: center;
width: 100%;
}

.success-btn {
font: medium;
font-size: 20px;
color: white;
width: 200px;
height: 45px;
line-height: 45px;
border-radius: 22.5px;
background-color: #f4879b;
bottom: 100px;
margin-left: 50%;
transform: translateX(-50%);
text-align: center;
margin-top: 20px;
}