Files

20 lines
269 B
Plaintext
Raw Permalink Normal View History

2025-11-26 17:42:45 +08:00
/* pages/mycenter/index.wxss */
/**index.wxss**/
.avatar-wrapper {
padding: 0;
width: 56px !important;
border-radius: 8px;
margin-top: 40px;
margin-bottom: 40px;
}
.avatar {
display: block;
width: 56px;
height: 56px;
}
.container {
display: flex;
}