|
|
@@ -309,17 +309,35 @@
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.developer-user-avatar {
|
|
|
- width: 48px;
|
|
|
- height: 48px;
|
|
|
- margin-right: 6px;
|
|
|
+ width: 52px;
|
|
|
+ height: 52px;
|
|
|
+ margin-right: 8px;
|
|
|
border-radius: 50px;
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
|
+ position: relative;
|
|
|
img {
|
|
|
- width: 48px;
|
|
|
- height: 48px;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
border-radius: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
+ .developer-flag{
|
|
|
+ position: absolute;
|
|
|
+ width:16px;
|
|
|
+ height:14px;
|
|
|
+ right:0;
|
|
|
+ bottom:0;
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ }
|
|
|
+ .developer-vip-flag{
|
|
|
+ background-image: url("~@/assets/img/developer/vip_flag.png");
|
|
|
+ }
|
|
|
+ .developer-notvip-flag{
|
|
|
+ background-image: url("~@/assets/img/developer/notvip_flag.png");
|
|
|
+ }
|
|
|
}
|
|
|
.developer-user-info {
|
|
|
flex: 1;
|
|
|
@@ -327,11 +345,28 @@
|
|
|
flex-direction: column;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
+.developer-vip-btn-area{
|
|
|
+ display:block;
|
|
|
+ width: 54px;
|
|
|
+ height: 17px;
|
|
|
+ // background-color: #f00;
|
|
|
+ align-self: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ background-position: center;
|
|
|
+}
|
|
|
+.developer-vip-renewal-btn{
|
|
|
+ background-image: url("~@/assets/img/developer/vip_btn.png")
|
|
|
+}
|
|
|
+.developer-vip-apply-btn{
|
|
|
+ background-image: url("~@/assets/img/developer/not_vip_btn.png")
|
|
|
+}
|
|
|
.developer-user-name {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: #0b121a;
|
|
|
- // line-height: 22px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ line-height: 20px;
|
|
|
}
|
|
|
.developer-user-level {
|
|
|
font-size: 12px;
|