acdr-ui/dist/dev/mp-weixin/pages/index/components/profileInfo.wxss

57 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-09-19 07:20:14 +08:00
.profile-info-container.data-v-920f38b7 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.profile-info.data-v-920f38b7 {
display: flex;
align-items: center;
}
.profile-icon.data-v-920f38b7 {
width: 50px;
height: 50px;
border-radius: 25px;
}
.profile-details.data-v-920f38b7 {
margin-left: 10px;
}
.profile-header.data-v-920f38b7 {
display: flex;
align-items: center;
}
.profile-name.data-v-920f38b7 {
font-size: 18px;
font-weight: bold;
}
.gender-icon.data-v-920f38b7 {
width: 16px;
height: 16px;
margin-left: 5px;
}
.profile-tags.data-v-920f38b7 {
display: flex;
margin-top: 5px;
}
.profile-tag.data-v-920f38b7 {
padding: 2px 5px;
margin-right: 5px;
font-size: 12px;
color: #000000;
background-color: #fee7da;
border-radius: 5px;
}
.profile-arrow.data-v-920f38b7 {
display: flex;
align-items: center;
}
.arrow-icon.data-v-920f38b7 {
width: 20px;
height: 20px;
/* tint-color: #ff7043; */
}