123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- .index {
- .index-back {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 80;
- }
- .index-container {
- background-image: url("../../assets/new-edition/background-image.png");
- background-size: contain;
- background-repeat: no-repeat;
- }
- .index-logo {
- width: 332px;
- height: 60px;
- margin: 48px 32px 0;
- }
- .index-panel {
- background-color: #ffffff;
- border-top-left-radius: 16px;
- border-top-right-radius: 16px;
- box-sizing: border-box;
- }
- .index-back-content {
- z-index: 100;
- color: #333333;
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- padding: 40px;
- box-sizing: border-box;
- }
- .index-back-se {
- font-size: 28px;
- font-weight: 400;
- color: #14172f;
- }
- .index-step-container {
- position: relative;
- width: 100%;
- height: 80px;
- border-bottom-left-radius: 16px;
- border-bottom-right-radius: 16px;
- border: 2px solid #ffffff;
- box-sizing: border-box;
- font-size: 24px;
- color: #333333;
- display: flex;
- justify-content: center;
- align-items: center;
- font-weight: 500;
- .background {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(255, 255, 255, 0.6);
- filter: blur(8px);
- }
- }
- .index-iocn-title {
- width: 220px;
- height: 44px;
- }
- .index-back-amount {
- font-size: 80px;
- font-weight: 500;
- }
- .index-back-tip {
- color: #818aa4;
- font-size: 24px;
- font-weight: 400;
- margin: 4px 0 12px;
- }
- .index-back-info {
- display: flex;
- color: #818aa4;
- font-size: 24px;
- margin: 12px 0 16px;
- .split-char {
- width: 3px;
- height: 30px;
- background-color: #818aa4;
- }
- }
- .index-back-btn-tip {
- padding: 0 48px;
- height: 56px;
- width: fit-content;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 24px;
- color: #ff6b00;
- background-color: #fef6e9;
- border: 2px solid #fbedd6;
- border-top-left-radius: 16px;
- border-top-right-radius: 16px;
- }
- .index-back-btn-container {
- width: 100%;
- position: relative;
- }
- .index-back-btn {
- position: relative;
- width: 100%;
- height: 100px;
- color: #ffffff;
- font-size: 38px;
- font-weight: 500;
- box-shadow: none;
- background-image: linear-gradient(to right, #0095ff, #0057ff);
- overflow: hidden;
- }
- .index-back-btn::after {
- content: "";
- background-color: rgba(255, 255, 255, 0.5);
- filter: blur(10px);
- width: 60px;
- height: 1000px;
- transform: rotate(-45deg);
- animation: flash 2000ms infinite;
- }
- @keyframes flash {
- from {
- transform: rotate(-45deg) translateX(-120px);
- }
- to {
- transform: rotate(-45deg) translateX(600px);
- }
- }
- .index-platform-image {
- aspect-ratio: auto;
- margin: 0 auto;
- width: 100%;
- height: 370px;
- }
- .index-bottom-tip {
- width: 100%;
- box-sizing: border-box;
- padding: 0 32px 96px;
- color: #c5c5c7;
- font-size: 24px;
- text-align: center;
- margin-top: 40px;
- }
- .index-process-img {
- width: 104px;
- height: 104px;
- }
- .background-content-i {
- width: 40px;
- height: 40px;
- }
- .background-content-wrap {
- padding: 24px;
- }
- }
|