9.20界面
This commit is contained in:
21
frontend/unpackage/dist/dev/app-plus/pages/my/about.css
vendored
Normal file
21
frontend/unpackage/dist/dev/app-plus/pages/my/about.css
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
.about { padding: 0.75rem;
|
||||
}
|
||||
.hero { padding: 1rem 0.75rem; display: flex; flex-direction: column; align-items: center; gap: 0.3125rem;
|
||||
}
|
||||
.logo { width: 5rem; height: 5rem; border-radius: 1rem;
|
||||
}
|
||||
.title { margin-top: 0.25rem; font-size: 1.125rem; font-weight: 800; color: #333;
|
||||
}
|
||||
.subtitle { font-size: 0.8125rem; color: #888;
|
||||
}
|
||||
.card { margin-top: 0.5625rem; background: #fff; border-radius: 0.5rem; overflow: hidden;
|
||||
}
|
||||
.row { display: flex; align-items: center; padding: 0.75rem; border-top: 0.03125rem solid #f2f2f2;
|
||||
}
|
||||
.label { color: #666;
|
||||
}
|
||||
.value { margin-left: auto; color: #333;
|
||||
}
|
||||
.link { margin-left: auto; color: #1aad19;
|
||||
}
|
||||
27
frontend/unpackage/dist/dev/app-plus/pages/my/index.css
vendored
Normal file
27
frontend/unpackage/dist/dev/app-plus/pages/my/index.css
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
.me { padding: 0.75rem;
|
||||
}
|
||||
.card.user { display: flex; gap: 0.5625rem; padding: 0.6875rem; background: #fff; border-radius: 0.5rem; box-shadow: 0 0.1875rem 0.5rem rgba(0,0,0,0.06); align-items: center;
|
||||
}
|
||||
.avatar { width: 3.75rem; height: 3.75rem; border-radius: 1.875rem; background: #f5f5f5;
|
||||
}
|
||||
.meta { display: flex; flex-direction: column; gap: 0.1875rem;
|
||||
}
|
||||
.name { font-size: 1.0625rem; font-weight: 700; color: #333;
|
||||
}
|
||||
.phone { font-size: 0.8125rem; color: #888;
|
||||
}
|
||||
.role { font-size: 0.6875rem; color: #999;
|
||||
}
|
||||
.group { margin-top: 0.75rem; background: #fff; border-radius: 0.5rem; overflow: hidden;
|
||||
}
|
||||
.group-title { padding: 0.5625rem 0.6875rem; font-size: 0.8125rem; color: #999; background: #fafafa;
|
||||
}
|
||||
.cell { display: flex; align-items: center; padding: 0.8125rem 0.6875rem; border-top: 0.03125rem solid #f0f0f0; color: #333;
|
||||
}
|
||||
.cell .desc { margin-left: auto; margin-right: 0.25rem; font-size: 0.6875rem; color: #999;
|
||||
}
|
||||
.cell .arrow { margin-left: auto; color: #bbb;
|
||||
}
|
||||
.cell.danger { color: #dd524d; justify-content: center; font-weight: 700;
|
||||
}
|
||||
Reference in New Issue
Block a user