首次提交
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.profile-card { background: white; border-radius: 12px; margin: 12px 16px; padding: 32px 16px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
|
||||
.profile-avatar { width: 72px; height: 72px; border-radius: 36px; background: linear-gradient(135deg,#FF6B35,#FF4D6D); display: flex; align-items: center; justify-content: center; font-size: 28px; color: white; font-weight: 600; margin: 0 auto 12px; }
|
||||
.profile-name { font-size: 22px; font-weight: 700; display: block; }
|
||||
.profile-bio { font-size: 14px; color: #86868B; margin-top: 4px; display: block; }
|
||||
.stats-card { background: white; border-radius: 12px; margin: 8px 16px; padding: 16px; display: flex; justify-content: space-around; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
|
||||
.stat-item { text-align: center; }
|
||||
.stat-value { font-size: 24px; font-weight: 700; color: #FF6B35; display: block; }
|
||||
.stat-label { font-size: 13px; color: #86868B; }
|
||||
.menu-card { background: white; border-radius: 12px; margin: 8px 16px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
|
||||
.menu-item { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border-bottom: 0.5px solid #E5E5EA; font-size: 15px; }
|
||||
.menu-item:last-child { border-bottom: none; }
|
||||
.menu-arrow { font-size: 15px; color: #86868B; }
|
||||
Reference in New Issue
Block a user