Files
sundynix-pets/pets-fe/pages/mine/mine.wxss
T
Blizzard 1610fd6814 style(fe): 装扮/预览两个按钮改一行两列、缩小文字
装扮按钮从 profile-head 挪到「我的」页,和「看看别人眼里的我」并成
一行两列(装扮主页 / 别人眼里的我),字号缩小、图标小一号;
profile-head 只保留别人主页的关注键。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 15:22:22 +08:00

15 lines
678 B
Plaintext

.pet-row{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3) 0;border-bottom:1rpx solid var(--line)}
.pet-row:last-child{border-bottom:0}
.pet-emoji{overflow:hidden;
width:76rpx;height:76rpx;border-radius:var(--r-sm);flex:none;
display:flex;align-items:center;justify-content:center;
background:var(--primary-soft);font-size:40rpx;
}
.pet-info{flex:1;min-width:0}
/* 装扮 + 预览:一行两列,文字缩小、图标也小一号 */
.me-actions{display:flex;gap:var(--sp-3);margin-bottom:var(--sp-5)}
.me-act{flex:1;height:var(--h-md);padding:0 var(--sp-2);font-size:var(--fs-sm);gap:var(--sp-1)}
.pet-emoji-img{width:100%;height:100%;display:block}