123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- .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: 200rpx;
- height: 48rpx;
- margin: 30rpx 0 0 32rpx;
- }
- .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 {
- display: flex;
- align-items: center;
- justify-content: center;
- 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-car-loan-entrance {
- width: 100%;
- height: 284px;
- background-color: #fff;
- box-sizing: border-box;
- border-radius: 16px;
- margin: 32px 0 32px;
- box-shadow: 0 12px 24px 0 rgba(5, 23, 77, 0.08);
- .index-car-loan-entrance-header {
- width: 100%;
- height: 84px;
- box-sizing: border-box;
- border-bottom: 0.5px solid #f2f2f2;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .index-car-loan-entrance-title {
- color: #14172f;
- font-size: 32px;
- font-weight: 600;
- flex-shrink: 0;
- height: 36px;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- padding-left: 24px;
- border-left: 8px solid #1879fe;
- }
- .icon-car-badge {
- aspect-ratio: auto;
- width: 146px;
- height: 36px;
- flex-grow: 0;
- }
- }
- .index-car-loan-entrance-body {
- width: 100%;
- height: 200px;
- box-sizing: border-box;
- padding: 28px 32px;
- .index-car-loan-entrance-body-p1 {
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- .icon-car-product {
- width: 44px;
- height: 44px;
- }
- .index-car-loan-entance-body-p1-product-name {
- font-size: 26px;
- font-weight: 600;
- margin-left: 12px;
- }
- .product-tag-wrapper {
- display: flex;
- align-items: center;
- gap: 8px;
- margin-left: 24px;
- .product-tag {
- font-size: 20px;
- font-weight: 500;
- color: #1879fe;
- background-color: #edf4ff;
- padding: 2px 6px;
- border-radius: 4px;
- }
- }
- }
- .index-car-loan-entrance-body-p2 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .loan-information-item {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- font-size: 0;
- .money-text {
- font-size: 52px;
- font-weight: bold;
- line-height: 48px;
- color: #ff4000;
- .unit {
- font-size: 36px;
- margin-left: 2px;
- }
- }
- .rate-text {
- font-size: 36px;
- line-height: 48px;
- color: #14172f;
- vertical-align: text-bottom;
- font-weight: bold;
- }
- .sub {
- font-size: 22px;
- color: #818aa4;
- }
- }
- .index-car-loan-apply-button {
- width: 156px;
- height: 68px;
- }
- }
- }
- }
- .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;
- }
- .index-official-account {
- width: 100vw;
- position: fixed;
- left: 0;
- top: calc(100vh - 340px);
- .index-official-box {
- padding: 0 32rpx;
- }
- }
- }
- .customer-service-conenter {
- display: flex;
- justify-content: center;
- margin-top: 40rpx;
- .customer-service-box {
- padding: 16rpx 28rpx 16rpx 20rpx;
- background-color: #fff;
- border-radius: 60rpx;
- border: 2rpx solid #e6e8ed;
- display: flex;
- align-items: center;
- .img {
- width: 40rpx;
- height: 40rpx;
- }
- .span {
- margin-left: 8rpx;
- font-size: 26rpx;
- }
- }
- }
|