.user-card { min-height: 175px; border-radius: 7px; margin: 10px 10px 20px 10px; background-image: url('/static/images/common/bg.png'); background-size: cover; background-position: center; padding-top: 5px; position: relative;
|
&::after { content: ""; position: absolute; z-index: -1; background-color: inherit; width: 100%; height: 100%; left: 0; bottom: -10%; border-radius: 5px; opacity: 0.2; transform: scale(0.9, 0.9); }
|
.card-top { padding: 20px 20px 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
.user-name { font-size: 13px; font-weight: 500; color: #ffffff; line-height: 15px; margin-bottom: 10px; }
|
.cu-btn { padding: 0; background: none; }
|
.log-btn { width: 41.5px; height: 20.5px; border: 0.5px solid rgba(255, 255, 255, 0.33); border-radius: 10.5px; font-size: 11px; font-weight: 400; color: #ffffff; line-height: 20.5px; text-align: center; }
|
}
|
.head-img-box { margin-right: 13px; width: 38px; height: 38px; border-radius: 50px; position: relative; background: #fff; padding: 5px; background-clip: padding-box;
|
.head-img { width: 33px; height: 33px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
|
}
|
.user-info-box {
|
.tag-box { background: rgba(0, 0, 0, 0.2); border-radius: 10.5px; line-height: 19px; padding-right: 5px;
|
.tag-img { width: 18px; height: 18px; margin-right: 3px; border-radius: 50%; }
|
.tag-title { font-size: 10px; font-family: PingFang SC; font-weight: 500; color: white; line-height: 10px; }
|
}
|
}
|
.card-bottom { margin: 0 20px 20px;
|
.item-title { font-size: 12px; font-family: PingFang SC; font-weight: 400; color: #ffffff; line-height: 15px; }
|
.item-detail { font-size: 20px; font-family: DIN; font-weight: 500; color: #fefefe; line-height: 15px; margin-top: 15px; }
|
}
|
}
|