Files
tk-mini-program/unpackage/dist/build/mp-weixin/TUIKit/components/common/Avatar/index.wxss

2 lines
706 B
Plaintext
Raw Normal View History

2025-06-09 19:18:38 +08:00
.data-v-0f2183fb:not(not){display:flex;flex-direction:column;box-sizing:border-box;min-width:0}.avatar-container.data-v-0f2183fb{position:relative;justify-content:center;align-items:center;overflow:hidden;flex:0 0 auto}.avatar-container .placeholder.data-v-0f2183fb{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ececec;transition:opacity .3s,background-color .1s ease-out}.avatar-container .placeholder.skeleton-animation.data-v-0f2183fb{animation:breath-0f2183fb 2s linear .3s infinite}.avatar-container .placeholder.hidden.data-v-0f2183fb{opacity:0}.avatar-container .avatar-image.data-v-0f2183fb{width:100%;height:100%}@keyframes breath-0f2183fb{50%{background-color:#d3d3d3}}