| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @import "~assets/less/variable";
- .content {
- text-align: center;
- color: @white;
- h1 {
- color: @white;
- }
- p {
- font-size: 14px;
- margin-top: 12px;
- }
- }
- .back {
- margin-top: 16px;
- font-size: 16px;
- cursor: pointer;
- i{
- margin-right: 8px;
- }
- }
- .tips {
- margin-top: 16px;
- span {
- color: @light-bg;
- }
- a {
- font-weight: 600;
- }
- }
- .activeWrapper {
- position: absolute;
- top:0;
- right:0;
- left:0;
- bottom:0;
- width: 100%;
- height:100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
|