#personalCenterPage * { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; -webkit-touch-callout: auto; -webkit-user-select: auto; -khtml-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; } #personalCenterPage { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } #personalCenterPage .header { position: fixed; top: 0; left: 0; right: 0; padding: 0px 15px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(to bottom, #F5F9FF, #ffffff); padding: 15px; z-index: 1000; } #personalCenterPage .left-icon { width: 70px; height: 70px; object-fit: contain; vertical-align: middle; margin-top: -30px; } #personalCenterPage .right-icons { display: flex; gap: 10px; align-items: center; height: 70px; margin-top: -30px; } #personalCenterPage .right-icon { width: 70px; height: 70px; object-fit: contain; vertical-align: middle; } #personalCenterPage .small-icon { width: 35px; height: 35px; object-fit: contain; vertical-align: middle; } #personalCenterPage .content { padding: 20px; } #personalCenterPage .profile-section { display: flex; flex-direction: column; align-items: flex-start; padding-top: 10px; padding-left: 20px; border: 0.5px solid #ddd; border-radius: 20px; padding: 10px 10px 10px 20px; margin: 10px; margin-top: 90px; margin-right: -20px; position: relative; left: -15px; } #personalCenterPage .avatar-name-wrapper { display: flex; align-items: center; gap: 10px; margin-bottom: -9px; } #personalCenterPage .avatar-container { margin-bottom: 0; margin-top: 10px; } #personalCenterPage .avatar { width: 85px; height: 85px; border-radius: 50%; object-fit: cover; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } #personalCenterPage .name-container { margin-bottom: 0; display: flex; align-items: center; gap: 5px; margin-top: -30px; } #personalCenterPage .name { font-size: 20px; font-weight: 600; color: #333; } #personalCenterPage .name-icon { width: 70px; height: 70px; object-fit: contain; } #personalCenterPage .signature-container { margin-bottom: 15px; margin-top: -40px; margin-left: 95px; width: calc(100% - 115px); max-width: 300px; } #personalCenterPage .signature-wrapper { display: flex; align-items: center; justify-content: space-between; width: 100%; } #personalCenterPage .signature { font-size: 12px; color: #999; text-align: left; } #personalCenterPage .return-icon { width: 20px; height: 20px; object-fit: contain; position: relative; left: 10px; } #personalCenterPage .level-container { margin-top: -10px; margin-left: 95px; } #personalCenterPage .level-icons { display: flex; align-items: center; gap: 3px; } #personalCenterPage .level-icon { width: 18px; height: 18px; object-fit: contain; } #personalCenterPage .level-icon-large { width: 18px; height: 18px; object-fit: contain; transform: scale(1.5); } #personalCenterPage .level-icon-extra-large { width: 18px; height: 18px; object-fit: contain; transform: scale(2.8); transform-origin: center; display: inline-block; } #personalCenterPage .level-icons-right { display: flex; align-items: center; margin-left: 19px; } #personalCenterPage .level-icons-levels { display: flex; align-items: center; margin-left: 15px; } #personalCenterPage .level-spacing { width: 5px; display: inline-block; } #personalCenterPage .level-divider { width: 1px; height: 15px; background: rgba(200, 200, 200, 0.4); margin-left: 5px; margin-right: 10px; } #personalCenterPage .level-icons-extra { display: flex; align-items: center; gap: 10px; } #personalCenterPage .level-icon-slot { width: 18px; height: 18px; object-fit: contain; transform: scale(1.5); } #personalCenterPage .menu-section { margin-top: 20px; margin-left: 10px; margin-right: 10px; } #personalCenterPage .menu-item { display: flex; align-items: center; padding: 16px 5px; background: white; position: relative; margin-left: -5px; } #personalCenterPage .menu-icon { width: 21px; height: 21px; object-fit: contain; margin-right: 10px; } #personalCenterPage .menu-icon-large { width: 21px; height: 21px; } #personalCenterPage .menu-text { flex: 1; font-size: 16px; color: #000; } #personalCenterPage .menu-promotion { font-size: 12px; color: #999; margin-right: 10px; } #personalCenterPage .menu-return-icon { width: 20px; height: 20px; object-fit: contain; position: absolute; right: 10px; } #personalCenterPage .return-icon-1 { right: -15px; } #personalCenterPage .return-icon-2 { right: -15px; } #personalCenterPage .return-icon-3 { right: -15px; } #personalCenterPage .return-icon-4 { right: -15px; } #personalCenterPage .return-icon-5 { right: -15px; } #personalCenterPage .return-icon-6 { right: -15px; } #personalCenterPage .return-icon-7 { right: -15px; } #personalCenterPage .divider { height: 0.5px; background: #e0e0e0; margin: 0 -px; } #personalCenterPage .bottom-icons { display: flex; justify-content: flex-start; align-items: center; gap: 40px; margin-top: 200px; margin-bottom: 20px; margin-left: 10px; } #personalCenterPage .bottom-icon-item { display: flex; flex-direction: column; align-items: center; gap: 5px; } #personalCenterPage .bottom-icon { width: 20px; height: 20px; object-fit: contain; } #personalCenterPage .bottom-icon-text { font-size: 12px; color: #666; } #personalCenterPage .right-icon-link { text-decoration: none; display: inline-block; } #personalCenterPage .avatar-link { text-decoration: none; display: inline-block; width: 85px; height: 85px; cursor: pointer; } .personal-center-edit-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 99999; overflow: auto; } .personal-center-edit-modal.show { display: flex; align-items: center; justify-content: center; } .personal-center-modal-content { background-color: white; border-radius: 12px; width: 90%; max-width: 400px; max-height: 90vh; overflow-y: auto; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); } .personal-center-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #e0e0e0; } .personal-center-modal-title { font-size: 18px; font-weight: bold; color: #333; } .personal-center-close-btn { font-size: 28px; cursor: pointer; color: #999; line-height: 1; } .personal-center-modal-body { padding: 20px; } .personal-center-edit-section { margin-bottom: 20px; } .personal-center-edit-section label { display: block; font-size: 14px; color: #666; margin-bottom: 8px; font-weight: 500; } .personal-center-avatar-preview { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; border: 2px solid #e0e0e0; margin-bottom: 10px; } .personal-center-avatar-preview img { width: 100%; height: 100%; object-fit: cover; } .personal-center-input { width: 100%; padding: 10px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; color: #333; } .personal-center-input:focus { outline: none; border-color: #007aff; } .personal-center-icon-container { display: flex; flex-wrap: wrap; gap: 10px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 8px; max-height: 200px; overflow-y: auto; } .personal-center-icon-item { width: 40px; height: 40px; cursor: pointer; border: 2px solid transparent; border-radius: 4px; padding: 2px; transition: all 0.2s; } .personal-center-icon-item:hover { border-color: #007aff; transform: scale(1.1); } .personal-center-icon-item.selected { border-color: #007aff; background-color: rgba(0, 122, 255, 0.1); } .personal-center-icon-item img { width: 100%; height: 100%; object-fit: contain; } .personal-center-level-wrapper { display: flex; align-items: center; gap: 5px; padding: 8px; border: 2px solid transparent; border-radius: 8px; cursor: pointer; transition: all 0.2s; background-color: #f5f5f5; } .personal-center-level-wrapper:hover { border-color: #007aff; transform: scale(1.05); } .personal-center-level-wrapper.selected { border-color: #007aff; background-color: rgba(0, 122, 255, 0.1); } .personal-center-modal-footer { padding: 15px 20px; border-top: 1px solid #e0e0e0; display: flex; justify-content: flex-end; } .personal-center-save-btn { padding: 10px 30px; background-color: #007aff; color: white; border: none; border-radius: 8px; font-size: 16px; cursor: pointer; transition: background-color 0.2s; } .personal-center-save-btn:hover { background-color: #0056b3; } .account-switch-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 99999; overflow: auto; } .account-switch-modal.show { display: block; } .account-switch-modal-content { background-color: #ffffff; border-radius: 12px; width: 280px; max-height: 80vh; overflow-y: auto; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); position: absolute; top: 150px; right: 20px; } .account-switch-modal-content::before { content: ''; position: absolute; top: -10px; right: 25px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ffffff; } .account-switch-modal-body { padding: 10px 15px; } .account-list { display: flex; flex-direction: column; gap: 5px; } .account-item { display: flex; align-items: center; padding: 10px 8px; background-color: white; border-radius: 6px; cursor: pointer; transition: background-color 0.2s; } .account-item::after { content: ''; display: block; width: 100%; height: 1px; background-color: #e0e0e0; margin-top: 15px; } .account-item:last-child::after { display: none; } .account-item:hover { background-color: #f0f0f0; } .account-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-right: 12px; flex-shrink: 0; } .account-info { flex: 1; display: flex; flex-direction: column; justify-content: center; } .account-name { font-size: 16px; font-weight: 500; color: #333; margin-bottom: 2px; } .account-status { font-size: 13px; color: #999; }