ai-clone/frontend-ai/unpackage/dist/build/app-plus/pages/profile/edit-profile.css

2 lines
1.3 KiB
CSS
Raw Normal View History

2026-03-05 14:29:21 +08:00
.profile-container[data-v-38da1914]{min-height:100vh;background:#fdf8f2}.profile-content[data-v-38da1914]{padding:.9375rem}.profile-item[data-v-38da1914]{background:#fff;border-radius:.9375rem;padding:.9375rem;margin-bottom:.625rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 .25rem .9375rem rgba(0,0,0,.08)}.profile-item .item-label[data-v-38da1914]{font-size:.875rem;color:#333;font-weight:600;min-width:3.75rem}.profile-item .item-value[data-v-38da1914]{flex:1;display:flex;align-items:center;justify-content:flex-end}.profile-item .item-value .value-text[data-v-38da1914]{font-size:.875rem;color:#666;margin-right:.3125rem}.profile-item .item-arrow[data-v-38da1914]{font-size:1rem;color:#999}.profile-item .item-input[data-v-38da1914]{flex:1;text-align:right;font-size:.875rem;color:#333}.tip-text[data-v-38da1914]{padding:0 .9375rem;margin-top:.3125rem;margin-bottom:1.25rem;font-size:.75rem;color:#999;line-height:1.6}.save-btn[data-v-38da1914]{width:100%;padding:1.125rem;background:linear-gradient(135deg,#8b7355,#6d8b8b);color:#fff;border:none;border-radius:1rem;font-size:1rem;font-weight:700;box-shadow:0 .375rem 1rem rgba(139,115,85,.3);transition:all .3s;margin-top:.625rem}.save-btn[data-v-38da1914]:active{transform:translateY(-.0625rem);box-shadow:0 .5rem 1.25rem rgba(139,115,85,.4)}