打开/关闭搜索
搜索
打开/关闭菜单
通知
打开/关闭个人菜单
查看“模板:Player Card/style.css”的源代码
来自EaseCation Wiki
查看
阅读
查看源代码
查看历史
associated-pages
模板
讨论
更多操作
←
模板:Player Card/style.css
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您没有权限编辑
模板
命名空间内的页面。
您可以查看和复制此页面的源代码。
.player-card { max-width: 220px; border-radius: 24px; float: right; width: 100%; position: relative; overflow: hidden; clear: right; } .player-card__head { overflow: hidden; border-radius: 50%; width: 90px; height: 90px; box-shadow: 1px 1px 16px rgba(0, 0, 0, .2); } .player-card__split { background-color: white; border-radius: 10px; height: 3px; width: 15%; margin: 15px 0; } .player-card__nick { margin-top: 10px; color: white; font-size: 22px; } .player-card__id { font-size: 14px; margin-top: 0px; margin-bottom: 10px; color: white; } .player-card__desc { color: white; font-size: 14px; } .player-card__background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .player-card__background img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(20%); } .player-card__foreground { padding: 15px; position: relative; } @media (max-width: 720px) { .player-card { float: unset; margin: 0 auto; } }
返回
模板:Player Card/style.css
。