| 123456789101112131415161718 |
- .payCenter {
- min-height: 100vh;
- overflow: hidden;
- }
- .error-icon {
- display: block;
- color: #ffb07b;
- font-size: 30px;
- margin-bottom: 30px;
- font-weight: bold;
- }
- .error-text {
- font-size: 15px;
- width: 100%;
- text-align: center;
- color: #3f3f3f;
- margin-top: 100px;
- }
|