| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- .login-container.data-v-e4e4508d {
- min-height: 100vh;
- background-color: #FFFFFF;
- background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NTAiIGhlaWdodD0iNDAwIiB2aWV3Qm94PSIwIDAgNzUwIDQwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0UwRjBGRiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0ZGRkZGRiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSI3NTAiIGhlaWdodD0iNDAwIiBmaWxsPSJ1cmwoI2cpIi8+PC9zdmc+");
- background-size: 100% auto;
- background-repeat: no-repeat;
- background-position: top center;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- padding: 0 40rpx;
- }
- .login-header.data-v-e4e4508d {
- margin-top: 22vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .login-header .logo-box.data-v-e4e4508d {
- width: 140rpx;
- height: 140rpx;
- background-color: #1F6CFF;
- border-radius: 24rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-bottom: 50rpx;
- box-shadow: 0 16rpx 32rpx rgba(31, 108, 255, 0.15);
- }
- .login-header .logo-box .logo-text1.data-v-e4e4508d,
- .login-header .logo-box .logo-text2.data-v-e4e4508d {
- color: #FFFFFF;
- font-size: 32rpx;
- font-weight: bold;
- letter-spacing: 4rpx;
- line-height: 1.4;
- }
- .login-header .login-title.data-v-e4e4508d {
- font-size: 52rpx;
- font-weight: 600;
- color: #1A1A1A;
- margin-bottom: 24rpx;
- }
- .login-header .login-subtitle.data-v-e4e4508d {
- font-size: 30rpx;
- color: #888888;
- letter-spacing: 1rpx;
- }
- .login-body.data-v-e4e4508d {
- width: 100%;
- margin-top: 100rpx;
- }
- .login-body .btn-primary.data-v-e4e4508d {
- background-color: #1F6CFF;
- color: #FFFFFF;
- font-size: 34rpx;
- font-weight: 500;
- border-radius: 48rpx;
- height: 96rpx;
- line-height: 96rpx;
- margin-bottom: 30rpx;
- }
- .login-body .btn-primary.data-v-e4e4508d::after {
- border: none;
- }
- .login-body .btn-primary.data-v-e4e4508d:active {
- opacity: 0.8;
- }
- .login-body .agreement-box.data-v-e4e4508d {
- display: flex;
- justify-content: center;
- align-items: flex-start;
- padding: 0 20rpx;
- }
- .login-body .agreement-box .checkbox-label.data-v-e4e4508d {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- font-size: 26rpx;
- }
- .login-body .agreement-box .agreement-text.data-v-e4e4508d {
- color: #888888;
- line-height: 1.6;
- }
- .login-body .agreement-box .link-text.data-v-e4e4508d {
- color: #1F6CFF;
- line-height: 1.6;
- margin: 0 4rpx;
- }
- .login-footer.data-v-e4e4508d {
- position: absolute;
- bottom: calc(env(safe-area-inset-bottom) + 80rpx);
- width: 100%;
- box-sizing: border-box;
- padding: 0 40rpx;
- }
- .login-footer .divider-text.data-v-e4e4508d {
- text-align: center;
- font-size: 26rpx;
- color: #CCCCCC;
- margin-bottom: 50rpx;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .login-footer .divider-text.data-v-e4e4508d::before, .login-footer .divider-text.data-v-e4e4508d::after {
- content: "";
- width: 80rpx;
- height: 1rpx;
- background-color: #E5E5E5;
- margin: 0 20rpx;
- }
- .login-footer .icon-grid.data-v-e4e4508d {
- display: flex;
- justify-content: space-around;
- padding: 0 20rpx;
- }
- .login-footer .icon-grid .icon-item.data-v-e4e4508d {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .login-footer .icon-grid .icon-item .icon-circle.data-v-e4e4508d {
- width: 100rpx;
- height: 100rpx;
- background-color: rgba(31, 108, 255, 0.08);
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 20rpx;
- transition: transform 0.2s, background-color 0.2s;
- }
- .login-footer .icon-grid .icon-item .icon-circle.data-v-e4e4508d:active {
- background-color: rgba(31, 108, 255, 0.15);
- transform: scale(0.95);
- }
- .login-footer .icon-grid .icon-item .icon-circle .icon-img.data-v-e4e4508d {
- width: 48rpx;
- height: 48rpx;
- }
- .login-footer .icon-grid .icon-item .icon-text.data-v-e4e4508d {
- font-size: 24rpx;
- color: #555555;
- }
- .custom-modal.data-v-e4e4508d {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 999;
- visibility: hidden;
- opacity: 0;
- transition: all 0.3s;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .custom-modal.is-show.data-v-e4e4508d {
- visibility: visible;
- opacity: 1;
- }
- .custom-modal.is-show .modal-content.data-v-e4e4508d {
- transform: scale(1);
- opacity: 1;
- }
- .custom-modal .modal-mask.data-v-e4e4508d {
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .custom-modal .modal-content.data-v-e4e4508d {
- position: relative;
- width: 600rpx;
- background-color: #FFFFFF;
- border-radius: 24rpx;
- transform: scale(0.9);
- opacity: 0;
- transition: all 0.3s;
- padding-bottom: 40rpx;
- }
- .custom-modal .modal-content .modal-header.data-v-e4e4508d {
- text-align: center;
- padding-top: 50rpx;
- }
- .custom-modal .modal-content .modal-header .modal-title.data-v-e4e4508d {
- font-size: 34rpx;
- font-weight: bold;
- color: #1A1A1A;
- }
- .custom-modal .modal-content .modal-body.data-v-e4e4508d {
- font-size: 32rpx;
- text-align: center;
- padding: 40rpx 40rpx 50rpx;
- line-height: 1.6;
- }
- .custom-modal .modal-content .modal-body .modal-text-wrapper .modal-text.data-v-e4e4508d {
- color: #555555;
- }
- .custom-modal .modal-content .modal-body .modal-text-wrapper .link-text.data-v-e4e4508d {
- color: #1F6CFF;
- }
- .custom-modal .modal-content .modal-footer.data-v-e4e4508d {
- display: flex;
- justify-content: space-between;
- padding: 0 40rpx;
- }
- .custom-modal .modal-content .modal-footer view.data-v-e4e4508d {
- flex: 1;
- height: 88rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- border-radius: 44rpx;
- transition: opacity 0.2s;
- }
- .custom-modal .modal-content .modal-footer view.data-v-e4e4508d:active {
- opacity: 0.8;
- }
- .custom-modal .modal-content .modal-footer .btn-cancel.data-v-e4e4508d {
- background-color: #F4F5F7;
- color: #555555;
- margin-right: 20rpx;
- }
- .custom-modal .modal-content .modal-footer .btn-confirm.data-v-e4e4508d {
- background-color: #1F6CFF;
- color: #FFFFFF;
- font-weight: 500;
- margin-left: 20rpx;
- }
- .custom-modal.doc-modal .doc-modal-content.data-v-e4e4508d {
- width: 660rpx;
- }
- .custom-modal.doc-modal .doc-modal-content .modal-header.data-v-e4e4508d {
- padding-top: 40rpx;
- padding-bottom: 20rpx;
- }
- .custom-modal.doc-modal .doc-modal-content .doc-modal-body.data-v-e4e4508d {
- max-height: 55vh;
- text-align: left;
- padding: 10rpx 40rpx 30rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- }
- .custom-modal.doc-modal .doc-modal-content .modal-footer.data-v-e4e4508d {
- justify-content: center;
- padding-bottom: 20rpx;
- }
- .custom-modal.doc-modal .doc-modal-content .modal-footer .full-width.data-v-e4e4508d {
- flex: none;
- width: 100%;
- margin: 0;
- }
- .btn-confirm.data-v-e4e4508d::after {
- border: none !important;
- }
|