| ¶Ô±ÈÐÂÎļþ |
| | |
| | | @charset "UTF-8"; |
| | | /** |
| | | * è¿éæ¯uni-appå
ç½®çå¸¸ç¨æ ·å¼åé |
| | | * |
| | | * uni-app 宿¹æ©å±æä»¶åæä»¶å¸åºï¼https://ext.dcloud.net.cnï¼ä¸å¾å¤ä¸æ¹æä»¶å使ç¨äºè¿äºæ ·å¼åé |
| | | * å¦æä½ æ¯æä»¶å¼åè
ï¼å»ºè®®ä½ 使ç¨scssé¢å¤çï¼å¹¶å¨æä»¶ä»£ç ä¸ç´æ¥ä½¿ç¨è¿äºåéï¼æ é import è¿ä¸ªæä»¶ï¼ï¼æ¹ä¾¿ç¨æ·éè¿æç§¯æ¨çæ¹å¼å¼åæ´ä½é£æ ¼ä¸è´çApp |
| | | * |
| | | */ |
| | | /** |
| | | * å¦æä½ æ¯Appå¼åè
ï¼æä»¶ä½¿ç¨è
ï¼ï¼ä½ å¯ä»¥éè¿ä¿®æ¹è¿äºå鿥å®å¶èªå·±çæä»¶ä¸»é¢ï¼å®ç°èªå®ä¹ä¸»é¢åè½ |
| | | * |
| | | * å¦æä½ ç项ç®åæ ·ä½¿ç¨äºscssé¢å¤çï¼ä½ ä¹å¯ä»¥ç´æ¥å¨ä½ ç scss 代ç ä¸ä½¿ç¨å¦ä¸åéï¼åæ¶æ é import è¿ä¸ªæä»¶ |
| | | */ |
| | | /* uni.scss */ |
| | | /* é¢è²åé */ |
| | | /* è¡ä¸ºç¸å
³é¢è² */ |
| | | /* æååºæ¬é¢è² */ |
| | | /* èæ¯é¢è² */ |
| | | /* è¾¹æ¡é¢è² */ |
| | | /* 尺寸åé */ |
| | | /* æå尺寸 */ |
| | | /* å¾ç尺寸 */ |
| | | /* Border Radius */ |
| | | /* æ°´å¹³é´è· */ |
| | | /* åç´é´è· */ |
| | | /* éæåº¦ */ |
| | | /* æç« åºæ¯ç¸å
³ */ |
| | | .store-apply-page.data-v-43aee78c { |
| | | background: #f5fbff; |
| | | padding: 30rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .top-gradient.data-v-43aee78c { |
| | | position: absolute; |
| | | left: 0; |
| | | top: 0; |
| | | width: 100%; |
| | | height: 300rpx; |
| | | background: linear-gradient(180deg, #c6f0ff 0%, #effbff 100%); |
| | | z-index: 0; |
| | | } |
| | | .process-wrap.data-v-43aee78c, |
| | | .form-card.data-v-43aee78c, |
| | | .bottom-btn-wrap.data-v-43aee78c { |
| | | position: relative; |
| | | z-index: 1; |
| | | } |
| | | .process-wrap.data-v-43aee78c { |
| | | padding: 8rpx 28rpx 0; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .process-step.data-v-43aee78c { |
| | | width: 130rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | color: #9ca3af; |
| | | font-size: 30rpx; |
| | | } |
| | | .process-step.active.data-v-43aee78c { |
| | | color: #222222; |
| | | font-weight: 600; |
| | | } |
| | | .process-step.done.data-v-43aee78c { |
| | | color: #10B2FA; |
| | | } |
| | | .step-dot.data-v-43aee78c { |
| | | width: 50rpx; |
| | | height: 50rpx; |
| | | border-radius: 50%; |
| | | background: #afe4fe; |
| | | margin-bottom: 14rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | box-sizing: border-box; |
| | | } |
| | | .step-dot__inner.data-v-43aee78c { |
| | | width: 26rpx; |
| | | height: 26rpx; |
| | | border-radius: 50%; |
| | | background: #13b2fc; |
| | | box-sizing: border-box; |
| | | } |
| | | .step-dot__index.data-v-43aee78c { |
| | | font-size: 30rpx; |
| | | font-weight: 400; |
| | | color: #ffffff; |
| | | line-height: 1; |
| | | } |
| | | .step-dot--inactive.data-v-43aee78c { |
| | | background: #8C939F; |
| | | } |
| | | .step-dot--done.data-v-43aee78c { |
| | | background: #10B2FA; |
| | | } |
| | | .process-line.data-v-43aee78c { |
| | | width: 200rpx; |
| | | height: 2rpx; |
| | | margin: 0 30rpx; |
| | | background-color: #a2e2ff; |
| | | } |
| | | .preview-pill.data-v-43aee78c { |
| | | min-width: 150rpx; |
| | | height: 56rpx; |
| | | padding: 0 18rpx; |
| | | border-radius: 28rpx; |
| | | background: #ffffff; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | font-size: 24rpx; |
| | | color: #6b7280; |
| | | box-shadow: 0 2rpx 10rpx rgba(18, 37, 58, 0.03); |
| | | } |
| | | .preview-pill.active.data-v-43aee78c { |
| | | background: #ebf8ff; |
| | | color: #18aaf7; |
| | | box-shadow: inset 0 0 0 2rpx #18aaf7; |
| | | } |
| | | .form-card.data-v-43aee78c { |
| | | background: #ffffff; |
| | | border-radius: 20rpx; |
| | | padding: 30rpx; |
| | | box-sizing: border-box; |
| | | margin-top: 40rpx; |
| | | box-shadow: 0 2rpx 20rpx rgba(0, 0, 0, 0.08); |
| | | } |
| | | .card-title.data-v-43aee78c { |
| | | display: block; |
| | | font-weight: 600; |
| | | font-size: 36rpx; |
| | | color: #222222; |
| | | } |
| | | .register-no.data-v-43aee78c { |
| | | display: block; |
| | | margin-top: 20rpx; |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #6c717a; |
| | | } |
| | | .form-group.data-v-43aee78c { |
| | | padding: 30rpx 0; |
| | | box-sizing: border-box; |
| | | } |
| | | .subject-first-group.data-v-43aee78c { |
| | | padding-top: 24rpx; |
| | | padding-bottom: 24rpx; |
| | | } |
| | | .compact-group.data-v-43aee78c { |
| | | padding: 26rpx 0 22rpx; |
| | | } |
| | | .label-row.data-v-43aee78c { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .label.data-v-43aee78c { |
| | | font-weight: 500; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | } |
| | | .required.data-v-43aee78c { |
| | | margin-left: 2rpx; |
| | | font-size: 30rpx; |
| | | line-height: 1; |
| | | color: #ff4d4f; |
| | | } |
| | | .text-input.data-v-43aee78c, |
| | | .select-row.data-v-43aee78c { |
| | | margin-top: 14rpx; |
| | | font-weight: 400; |
| | | font-size: 30rpx; |
| | | color: #111111; |
| | | } |
| | | .text-input.data-v-43aee78c { |
| | | width: 100%; |
| | | background: transparent; |
| | | } |
| | | .placeholder.data-v-43aee78c { |
| | | font-size: 28rpx; |
| | | color: #c1c7d0; |
| | | } |
| | | .select-row.data-v-43aee78c, |
| | | .input-with-icon.data-v-43aee78c { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | .select-text.data-v-43aee78c { |
| | | font-weight: 400; |
| | | font-size: 30rpx; |
| | | color: #333333; |
| | | } |
| | | .select-text.placeholder.data-v-43aee78c { |
| | | color: #c1c7d0; |
| | | } |
| | | .input-with-icon.data-v-43aee78c { |
| | | margin-top: 14rpx; |
| | | } |
| | | .input-with-icon .text-input.data-v-43aee78c { |
| | | margin-top: 0; |
| | | flex: 1; |
| | | } |
| | | .clear-icon.data-v-43aee78c { |
| | | width: 28rpx; |
| | | height: 28rpx; |
| | | border-radius: 50%; |
| | | background: #bfc3cb; |
| | | position: relative; |
| | | flex-shrink: 0; |
| | | } |
| | | .clear-icon.data-v-43aee78c::before, |
| | | .clear-icon.data-v-43aee78c::after { |
| | | content: ''; |
| | | position: absolute; |
| | | left: 50%; |
| | | top: 50%; |
| | | width: 14rpx; |
| | | height: 2rpx; |
| | | background: #ffffff; |
| | | -webkit-transform-origin: center; |
| | | transform-origin: center; |
| | | } |
| | | .clear-icon.data-v-43aee78c::before { |
| | | -webkit-transform: translate(-50%, -50%) rotate(45deg); |
| | | transform: translate(-50%, -50%) rotate(45deg); |
| | | } |
| | | .clear-icon.data-v-43aee78c::after { |
| | | -webkit-transform: translate(-50%, -50%) rotate(-45deg); |
| | | transform: translate(-50%, -50%) rotate(-45deg); |
| | | } |
| | | .divider.data-v-43aee78c { |
| | | height: 1rpx; |
| | | background: #e5e5e5; |
| | | } |
| | | .switch-row.data-v-43aee78c { |
| | | margin-top: 32rpx; |
| | | display: flex; |
| | | gap: 20rpx; |
| | | } |
| | | .type-switch-row.data-v-43aee78c { |
| | | margin-top: 32rpx; |
| | | } |
| | | .switch-pill.data-v-43aee78c { |
| | | width: 208rpx; |
| | | height: 72rpx; |
| | | border-radius: 36rpx; |
| | | background: #e8e8e8; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | font-size: 30rpx; |
| | | font-weight: 600; |
| | | color: #333333; |
| | | } |
| | | .switch-pill.active.data-v-43aee78c { |
| | | background: #10B2FA; |
| | | color: #ffffff; |
| | | } |
| | | .upload-section.data-v-43aee78c { |
| | | padding-top: 30rpx; |
| | | } |
| | | .subject-upload-section.data-v-43aee78c { |
| | | padding-top: 30rpx; |
| | | } |
| | | .last-upload.data-v-43aee78c { |
| | | padding-bottom: 8rpx; |
| | | } |
| | | .upload-title-row.data-v-43aee78c { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .upload-tip.data-v-43aee78c { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #999999; |
| | | margin-left: 20rpx; |
| | | } |
| | | .upload-grid.data-v-43aee78c { |
| | | margin-top: 32rpx; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | flex-wrap: wrap; |
| | | gap: 12rpx; |
| | | } |
| | | .double-upload-grid.data-v-43aee78c { |
| | | gap: 16rpx; |
| | | } |
| | | .upload-box.data-v-43aee78c, |
| | | .image-box.data-v-43aee78c { |
| | | width: 144rpx; |
| | | height: 144rpx; |
| | | border-radius: 10rpx; |
| | | overflow: hidden; |
| | | position: relative; |
| | | } |
| | | .upload-box.data-v-43aee78c { |
| | | background: #f7f8fa; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .id-upload-box.data-v-43aee78c, |
| | | .license-upload-box.data-v-43aee78c { |
| | | width: 304rpx; |
| | | height: 196rpx; |
| | | background: #F7F7F7; |
| | | border-radius: 16rpx; |
| | | } |
| | | .camera-icon.data-v-43aee78c { |
| | | width: 48rpx; |
| | | height: 42rpx; |
| | | } |
| | | .upload-icon.data-v-43aee78c { |
| | | width: 144rpx; |
| | | height: 144rpx; |
| | | background: #d8dde6; |
| | | border-radius: 6rpx; |
| | | margin-bottom: 8rpx; |
| | | } |
| | | .upload-text.data-v-43aee78c { |
| | | font-weight: 400; |
| | | font-size: 28rpx; |
| | | color: #666666; |
| | | margin-top: 12rpx; |
| | | } |
| | | .agreement-row.data-v-43aee78c { |
| | | margin-top: 60rpx; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | } |
| | | .agree-icon.data-v-43aee78c { |
| | | width: 34rpx; |
| | | height: 34rpx; |
| | | margin-top: 4rpx; |
| | | flex-shrink: 0; |
| | | } |
| | | .agreement-text-wrap.data-v-43aee78c { |
| | | margin-left: 14rpx; |
| | | flex: 1; |
| | | font-size: 24rpx; |
| | | line-height: 1.8; |
| | | } |
| | | .agreement-text.data-v-43aee78c { |
| | | color: #555555; |
| | | } |
| | | .agreement-link.data-v-43aee78c { |
| | | color: #2E68C4; |
| | | } |
| | | .preview-image.data-v-43aee78c { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: #e9eef6; |
| | | } |
| | | .image-mark.data-v-43aee78c { |
| | | position: absolute; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | height: 40rpx; |
| | | line-height: 40rpx; |
| | | text-align: center; |
| | | font-size: 24rpx; |
| | | color: #ffffff; |
| | | background: rgba(0, 0, 0, 0.5); |
| | | } |
| | | .bottom-btn-wrap.data-v-43aee78c { |
| | | position: relative; |
| | | z-index: 1; |
| | | margin-top: 40rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | gap: 16rpx; |
| | | } |
| | | .next-btn.data-v-43aee78c, |
| | | .footer-btn.data-v-43aee78c { |
| | | height: 88rpx; |
| | | border-radius: 44rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | font-size: 32rpx; |
| | | font-weight: 500; |
| | | box-sizing: border-box; |
| | | } |
| | | .next-btn.data-v-43aee78c { |
| | | width: 100%; |
| | | background: #1faef6; |
| | | color: #ffffff; |
| | | } |
| | | .footer-btn.data-v-43aee78c { |
| | | flex: 1; |
| | | } |
| | | .footer-plain-btn.data-v-43aee78c { |
| | | border: 2rpx solid #61cfff; |
| | | background: #f5fcff; |
| | | color: #38b7fb; |
| | | } |
| | | .footer-primary-btn.data-v-43aee78c { |
| | | background: #1faef6; |
| | | color: #ffffff; |
| | | } |
| | | |