71 lines
5.8 KiB
Plaintext
71 lines
5.8 KiB
Plaintext
/* 按 mentor_detail_profile_1 + mentor_detail_profile_2 设计稿 */
|
|
.page { background: #000; min-height: 100vh; color: #fff; }
|
|
.nav-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 24rpx; background: rgba(0,0,0,0.9); border-bottom: 1rpx solid #27272a; }
|
|
.nav-back { width: 60rpx; }
|
|
.back-icon { font-size: 44rpx; color: #fff; }
|
|
.nav-title { font-size: 36rpx; font-weight: 500; }
|
|
.nav-placeholder-r { width: 60rpx; }
|
|
|
|
.loading { padding: 96rpx; text-align: center; color: #71717a; }
|
|
.mentor-header { display: flex; flex-direction: column; align-items: center; padding: 48rpx 24rpx; text-align: center; }
|
|
.mentor-avatar-wrap { margin-bottom: 24rpx; }
|
|
.mentor-avatar { width: 192rpx; height: 192rpx; border-radius: 50%; border: 4rpx solid #4FD1C5; display: block; background: rgba(255,255,255,0.1); }
|
|
.mentor-avatar-placeholder { width: 192rpx; height: 192rpx; border-radius: 50%; border: 4rpx solid #4FD1C5; background: rgba(79,209,197,0.2); display: flex; align-items: center; justify-content: center; font-size: 72rpx; font-weight: bold; color: #4FD1C5; }
|
|
.mentor-name { font-size: 48rpx; font-weight: bold; margin-bottom: 8rpx; }
|
|
.mentor-intro { font-size: 28rpx; color: #4FD1C5; font-weight: 500; margin-bottom: 24rpx; }
|
|
.mentor-quote { padding: 32rpx; background: #1E1E1E; border-left: 8rpx solid #4FD1C5; border-radius: 24rpx; font-size: 28rpx; color: #d4d4d8; text-align: left; width: 100%; max-width: 600rpx; box-sizing: border-box; }
|
|
|
|
.block { padding: 0 24rpx 64rpx; }
|
|
.block-header { display: flex; align-items: center; margin-bottom: 24rpx; }
|
|
.block-num { background: #4FD1C5; color: #000; font-size: 24rpx; font-weight: bold; padding: 8rpx 20rpx; border-radius: 999rpx; margin-right: 16rpx; }
|
|
.block-title { font-size: 36rpx; font-weight: bold; }
|
|
.block-text { font-size: 26rpx; color: #A0AEC0; line-height: 1.7; display: block; }
|
|
|
|
/* 03 收费标准 - 表头青色 */
|
|
.price-table { background: #1E1E1E; border-radius: 24rpx; overflow: hidden; }
|
|
.price-thead { display: flex; align-items: center; padding: 24rpx 32rpx; background: #4FD1C5; color: #000; font-size: 24rpx; font-weight: bold; }
|
|
.p-col-2 { flex: 2; }
|
|
.p-col-center { flex: 1; text-align: center; }
|
|
.p-col-right { flex: 1; text-align: right; min-width: 160rpx; }
|
|
.price-row { display: flex; align-items: center; padding: 32rpx; border-bottom: 1rpx solid #27272a; }
|
|
.price-row:last-child { border-bottom: none; }
|
|
.price-row-alt { background: rgba(255,255,255,0.02); }
|
|
.price-row .p-col-2 { font-size: 28rpx; font-weight: 500; }
|
|
.price-row .p-col-center { font-size: 24rpx; color: #71717a; }
|
|
.price-num { font-size: 28rpx; font-weight: bold; color: #4FD1C5; }
|
|
.price-original { font-size: 20rpx; color: #71717a; text-decoration: line-through; display: block; margin-bottom: 4rpx; }
|
|
.price-row .p-col-right { display: flex; flex-direction: column; align-items: flex-end; }
|
|
|
|
.style-tags { display: flex; flex-wrap: wrap; gap: 24rpx; }
|
|
.style-tag { padding: 16rpx 32rpx; background: #1E1E1E; border: 1rpx solid #3f3f46; border-radius: 999rpx; font-size: 28rpx; font-weight: 500; }
|
|
|
|
.bottom-btn-area { position: fixed; bottom: 0; left: 0; right: 0; padding: 24rpx 32rpx; padding-bottom: calc(24rpx + env(safe-area-inset-bottom)); background: rgba(0,0,0,0.95); border-top: 1rpx solid #27272a; z-index: 50; }
|
|
.contact-btn { display: flex; align-items: center; justify-content: center; gap: 16rpx; width: 100%; height: 96rpx; background: #4FD1C5; color: #000; font-size: 32rpx; font-weight: bold; border-radius: 24rpx; box-shadow: 0 8rpx 32rpx rgba(79,209,197,0.25); }
|
|
.contact-icon { font-size: 36rpx; }
|
|
|
|
/* v2 弹窗 - mentor_detail_profile_2 */
|
|
.modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(4px); z-index: 200; display: flex; align-items: flex-end; justify-content: center; }
|
|
.modal-content { width: 100%; max-height: 85vh; background: #121212; border-radius: 32rpx 32rpx 0 0; padding: 32rpx; padding-bottom: calc(48rpx + env(safe-area-inset-bottom)); border: 1rpx solid rgba(255,255,255,0.08); }
|
|
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32rpx; padding-bottom: 24rpx; border-bottom: 1rpx solid #27272a; }
|
|
.modal-title { font-size: 40rpx; font-weight: bold; }
|
|
.modal-close { font-size: 40rpx; color: #71717a; padding: 16rpx; }
|
|
.consult-options { margin-bottom: 32rpx; }
|
|
.consult-option { padding: 32rpx; margin-bottom: 24rpx; background: #1E1E1E; border-radius: 24rpx; border: 2rpx solid #3f3f46; }
|
|
.option-selected { border-color: #4FD1C5; background: rgba(79,209,197,0.08); }
|
|
.option-row1 { display: flex; align-items: center; margin-bottom: 16rpx; }
|
|
.option-label { font-size: 32rpx; font-weight: bold; flex: 1; }
|
|
.option-rec { font-size: 20rpx; padding: 6rpx 16rpx; background: #ED8936; color: #fff; border-radius: 8rpx; margin-right: 16rpx; }
|
|
.option-radio { width: 40rpx; height: 40rpx; border-radius: 50%; border: 2rpx solid #71717a; flex-shrink: 0; }
|
|
.radio-selected { border-color: #4FD1C5; background: #4FD1C5; }
|
|
.option-row2 { display: flex; justify-content: space-between; align-items: flex-end; }
|
|
.option-desc { font-size: 24rpx; color: #71717a; }
|
|
.option-price-wrap { display: flex; flex-direction: column; align-items: flex-end; }
|
|
.option-price-old { font-size: 22rpx; color: #71717a; text-decoration: line-through; margin-bottom: 4rpx; }
|
|
.option-price { font-size: 36rpx; font-weight: bold; color: #4FD1C5; }
|
|
.confirm-btn { width: 100%; height: 100rpx; line-height: 100rpx; text-align: center; background: #4FD1C5; color: #000; font-size: 32rpx; font-weight: bold; border-radius: 24rpx; box-shadow: 0 8rpx 32rpx rgba(79,209,197,0.25); }
|
|
.confirm-btn[disabled] { opacity: 0.6; }
|
|
.footer-hint { display: block; font-size: 22rpx; color: #71717a; text-align: center; margin-top: 24rpx; }
|
|
.footer-link { color: #4FD1C5; }
|
|
|
|
.bottom-space { height: 180rpx; }
|