1760 lines
33 KiB
Plaintext
1760 lines
33 KiB
Plaintext
/* packageE/membertop/membertop.wxss */
|
|
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.html-box {
|
|
min-height: 30px;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.html-box .copybtn {
|
|
font-size: 12px;
|
|
color: #666;
|
|
background-color: #f5f5f5;
|
|
border: solid 1px #ebebeb;
|
|
border-radius: 32px;
|
|
margin-left: 15rpx;
|
|
padding: 0 20rpx;
|
|
height: 26px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.header {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header .icon {
|
|
text-align: right;
|
|
position: relative;
|
|
}
|
|
|
|
.header .icon i {
|
|
font-size: 20px;
|
|
color: #fff;
|
|
}
|
|
|
|
.header .header-info {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.header .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header .header-info .left image {
|
|
width: 100%;
|
|
}
|
|
|
|
.header .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 10px;
|
|
text-align: left;
|
|
color: #333;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header .header-info .user-info .name-one {
|
|
line-height: 30px;
|
|
color: #333;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.header .header-info .user-info .name-a {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
max-width: 110px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.header .header-info .user-info .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
margin-left: 10px;
|
|
padding: 0 10px;
|
|
height: 28px;
|
|
line-height: 27px;
|
|
color: #333;
|
|
}
|
|
|
|
.header .header-info .user-info .name_invite {
|
|
font-size: 13px;
|
|
line-height: 30px;
|
|
|
|
/* margin-top: 10px; */
|
|
}
|
|
|
|
.header .header-info .user-info .user-name {
|
|
color: #333;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header .header-info .user-info .user-other {
|
|
color: #8c8c8c;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header .header-info .member-box {
|
|
align-content: center;
|
|
background: linear-gradient(to right, #3b3b4f, #9898a4);
|
|
border-radius: 60px;
|
|
display: flex;
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
padding: 0 6px;
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.header .header-info .member-box .font {
|
|
font-size: 12px;
|
|
right: 14px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.header .header-info .member-box .iconfont {
|
|
font-size: 20px;
|
|
color: #fff;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.header .header-info .member-box .fa {
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.header .header-info .member-box .img {
|
|
width: 96px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.header .header-info .member-box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header .header-info .member-box {
|
|
display: flex;
|
|
align-content: center;
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.header .header-info .member-box .font {
|
|
font-size: 12px;
|
|
right: 14px;
|
|
}
|
|
|
|
.header .header-info .member-box .iconfont {
|
|
line-height: 30px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.header .header-info .member-box .img {
|
|
width: 96px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.header .header-info .member-box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header .header-info_center {
|
|
display: flex;
|
|
position: relative;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.header .header-info_center .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
overflow: hidden;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.header .header-info_center .left image {
|
|
width: 100%;
|
|
}
|
|
|
|
.header .header-info_center .user-info {
|
|
margin-left: 10px;
|
|
text-align: left;
|
|
color: #333;
|
|
}
|
|
|
|
.header .header-info_center .user-info .name-one {
|
|
line-height: 30px;
|
|
color: #333;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.header .header-info_center .user-info .name-a {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
max-width: 110px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.header .header-info_center .user-info .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
margin-left: 10px;
|
|
padding: 0 10px;
|
|
height: 28px;
|
|
line-height: 27px;
|
|
color: #333;
|
|
}
|
|
|
|
.header .header-info_center .user-info .name_invite {
|
|
font-size: 13px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.header .header-info_center .user-info .user-name {
|
|
color: #333;
|
|
line-height: 18px;
|
|
margin: 0 auto 10px auto;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header .header-info_center .user-info .user-other {
|
|
color: #8c8c8c;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.header .header-info_center .member-box {
|
|
align-content: center;
|
|
background: linear-gradient(to right, #3b3b4f, #9898a4);
|
|
border-radius: 60px;
|
|
display: flex;
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
padding: 0 6px;
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.header .header-info_center .member-box .font {
|
|
font-size: 12px;
|
|
right: 14px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.header .header-info_center .member-box .iconfont {
|
|
font-size: 20px;
|
|
color: #fff;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.header .header-info_center .member-box .fa {
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.header .header-info_center .member-box .img {
|
|
width: 96px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.header .header-info_center .member-box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header .header-info_center .member-box {
|
|
display: flex;
|
|
align-content: center;
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.header .header-info_center .member-box .font {
|
|
font-size: 12px;
|
|
right: 14px;
|
|
}
|
|
|
|
.header .header-info_center .member-box .iconfont {
|
|
line-height: 30px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.header .header-info_center .member-box .img {
|
|
width: 96px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.header .header-info_center .member-box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header-two-left {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-two-left .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header-two-left .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-two-left .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-two-left .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-two-left .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-two-left .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-two-left .header-info .user-info .user-name .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-two-left .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-two-left .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-two-left .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
background: #fff;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-two-left .header-info .member-box {
|
|
margin-top: 5px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-two-left .header-info .member-box .box {
|
|
width: 98%;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
padding: 0 10px;
|
|
display: flex;
|
|
border-radius: 8px;
|
|
background: linear-gradient(to right, #3b3b4f, #9898a4);
|
|
overflow: hidden;
|
|
position: relative;
|
|
color: #fff;
|
|
}
|
|
|
|
.header-two-left .header-info .member-box .box .icon-member-enter {
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: -5px;
|
|
left: -20px;
|
|
font-size: 156px;
|
|
color: #333;
|
|
opacity: 0.4;
|
|
transform: rotate(30deg);
|
|
-webkit-transform: rotate(30deg);
|
|
margin: 0 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 8px 8px 0 0;
|
|
}
|
|
|
|
.header-two-left .header-info .member-box .box .level {
|
|
flex: 1;
|
|
z-index: 1;
|
|
position: relative;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #e6c785;
|
|
}
|
|
|
|
.header-two-left .header-info .member-box .box .member_btn {
|
|
background: linear-gradient(to right, #f2e1aa, #e6c785);
|
|
color: #3c3c50;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 16px;
|
|
font-size: 12px;
|
|
margin: auto 0;
|
|
}
|
|
|
|
.header-two-center {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-two-center .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.header-two-center .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.header-two-center .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-two-center .header-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.header-two-center .header-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-two-center .header-info .user-name .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-two-center .header-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-two-center .header-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-two-center .header-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
background: #fff;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-two-center .header-info .member-box {
|
|
margin-top: 5px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-two-center .header-info .member-box .box {
|
|
width: 98%;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
padding: 0 10px;
|
|
display: flex;
|
|
border-radius: 8px;
|
|
background: linear-gradient(to right, #3b3b4f, #9898a4);
|
|
overflow: hidden;
|
|
position: relative;
|
|
color: #fff;
|
|
}
|
|
|
|
.header-two-center .header-info .member-box .box .icon-member-enter {
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: -5px;
|
|
left: -20px;
|
|
font-size: 156px;
|
|
color: #333;
|
|
opacity: 0.4;
|
|
transform: rotate(30deg);
|
|
-webkit-transform: rotate(30deg);
|
|
margin: 0 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 8px 8px 0 0;
|
|
}
|
|
|
|
.header-two-center .header-info .member-box .box .level {
|
|
flex: 1;
|
|
z-index: 1;
|
|
position: relative;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #e6c785;
|
|
}
|
|
|
|
.header-two-center .header-info .member-box .box .member_btn {
|
|
background: linear-gradient(to right, #f2e1aa, #e6c785);
|
|
color: #3c3c50;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 16px;
|
|
font-size: 12px;
|
|
margin: auto 0;
|
|
}
|
|
|
|
.header-two-right {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-two-right .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header-two-right .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-two-right .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-two-right .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-two-right .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-two-right .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-two-right .header-info .user-info .user-name .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-two-right .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-two-right .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-two-right .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
background: #fff;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-two-right .header-info .member-box {
|
|
margin-top: 5px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-two-right .header-info .member-box .box {
|
|
width: 98%;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
padding: 0 10px;
|
|
display: flex;
|
|
border-radius: 8px;
|
|
background: linear-gradient(to right, #3b3b4f, #9898a4);
|
|
overflow: hidden;
|
|
position: relative;
|
|
color: #fff;
|
|
}
|
|
|
|
.header-two-right .header-info .member-box .box .icon-member-enter {
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: -5px;
|
|
left: -20px;
|
|
font-size: 156px;
|
|
color: #333;
|
|
opacity: 0.4;
|
|
transform: rotate(30deg);
|
|
-webkit-transform: rotate(30deg);
|
|
margin: 0 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 8px 8px 0 0;
|
|
}
|
|
|
|
.header-two-right .header-info .member-box .box .level {
|
|
flex: 1;
|
|
z-index: 1;
|
|
position: relative;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #e6c785;
|
|
}
|
|
|
|
.header-two-right .header-info .member-box .box .member_btn {
|
|
background: linear-gradient(to right, #f2e1aa, #e6c785);
|
|
color: #3c3c50;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 16px;
|
|
font-size: 12px;
|
|
margin: auto 0;
|
|
}
|
|
|
|
.header-three-left {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-three-left .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header-three-left .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-three-left .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-three-left .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-three-left .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
height: 32px;
|
|
}
|
|
|
|
.header-three-left .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-three-left .header-info .user-info .user-name .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
height: 28px;
|
|
}
|
|
|
|
.header-three-left .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
height: 32px;
|
|
}
|
|
|
|
.header-three-left .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-three-left .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 28px;
|
|
background: #fff;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-three-left .header-info .member-box {
|
|
margin-top: 5px;
|
|
width: 100px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-three-left .header-info .member-box .box {
|
|
height: 74px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
border-radius: 6px;
|
|
padding: 2px 8px;
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/grade_bg@2x.png");
|
|
background-repeat: no-repeat;
|
|
background-position: -6px 0;
|
|
}
|
|
|
|
.header-three-left .header-info .member-box .box .level {
|
|
margin-top: 5px;
|
|
margin-left: 16px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
align-items: center;
|
|
-webkit-align-items: center;
|
|
color: #e6c785;
|
|
font-size: 12px;
|
|
transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
}
|
|
|
|
.header-three-left .header-info .member-box .box .member_btn {
|
|
transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
color: #e6c785;
|
|
font-size: 12px;
|
|
border-radius: 16px;
|
|
border: 1px solid #e6c785;
|
|
margin-left: 10px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.header-three-left .header-info .member-box .box .member_btn i {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.header-three-center {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding-top: 40rpx;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-three-center .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header-three-center .header-info .left {
|
|
width: 100%;
|
|
height: 128rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.header-three-center .header-info .left .left-a {
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-three-center .header-info .left .left-a image {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-three-center .header-info .user-info {
|
|
/* flex: 1; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.header-three-center .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
margin-bottom: 5px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header-three-center .header-info .user-info .user-name .name-a {
|
|
flex: 1;
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-three-center .header-info .user-info .user-name .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-three-center .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
height: 32px;
|
|
}
|
|
|
|
.header-three-center .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-three-center .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 28px;
|
|
background: #fff;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-three-center .header-info .member-box {
|
|
margin-top: 5px;
|
|
width: 100px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-three-center .header-info .member-box .box {
|
|
height: 74px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
border-radius: 6px;
|
|
padding: 2px 8px;
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/grade_bg@2x.png");
|
|
background-repeat: no-repeat;
|
|
background-position: -6px 0;
|
|
}
|
|
|
|
.header-three-center .header-info .member-box .box .level {
|
|
margin-top: 5px;
|
|
margin-left: 16px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
align-items: center;
|
|
-webkit-align-items: center;
|
|
color: #e6c785;
|
|
font-size: 12px;
|
|
transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
}
|
|
|
|
.header-three-center .header-info .member-box .box .member_btn {
|
|
transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
color: #e6c785;
|
|
font-size: 12px;
|
|
border-radius: 16px;
|
|
border: 1px solid #e6c785;
|
|
margin-left: 10px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.header-three-center .header-info .member-box .box .member_btn i {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.header-three-right {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-three-right .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header-three-right .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-three-right .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-three-right .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-three-right .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
height: 32px;
|
|
}
|
|
|
|
.header-three-right .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-three-right .header-info .user-info .user-name .name-b {
|
|
background: #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
height: 28px;
|
|
}
|
|
|
|
.header-three-right .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
height: 32px;
|
|
}
|
|
|
|
.header-three-right .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-three-right .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 28px;
|
|
background: #fff;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.header-three-right .header-info .member-box {
|
|
margin-top: 5px;
|
|
width: 100px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-three-right .header-info .member-box .box {
|
|
height: 74px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
border-radius: 6px;
|
|
padding: 2px 8px;
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/grade_bg@2x.png");
|
|
background-repeat: no-repeat;
|
|
background-position: -6px 0;
|
|
}
|
|
|
|
.header-three-right .header-info .member-box .box .level {
|
|
margin-top: 5px;
|
|
margin-left: 16px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
align-items: center;
|
|
-webkit-align-items: center;
|
|
color: #e6c785;
|
|
font-size: 12px;
|
|
transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
}
|
|
|
|
.header-three-right .header-info .member-box .box .member_btn {
|
|
transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
color: #e6c785;
|
|
font-size: 12px;
|
|
border-radius: 16px;
|
|
border: 1px solid #e6c785;
|
|
margin-left: 10px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.header-three-right .header-info .member-box .box .member_btn i {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.header-four-left {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-four-left .header-info {
|
|
display: flex;
|
|
|
|
/* flex-wrap: wrap; */
|
|
}
|
|
|
|
.header-four-left .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-four-left .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-four-left .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .user-name .name-b {
|
|
border-radius: 25px;
|
|
color: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .user-name .name-b .name-b0 {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
background: #a77844;
|
|
z-index: 1;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .user-name .name-b .name-b0 .name-b-a {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin: 2px 0 0 2px;
|
|
border-radius: 50%;
|
|
border: 1px solid #fff;
|
|
background: #a77844;
|
|
text-align: center;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .user-name .name-b .name-b-b {
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
border-radius: 0 16px 16px 0;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
background: linear-gradient(to right, #a77844, #f2c691, #f2c691, #a77844);
|
|
position: relative;
|
|
left: -10px;
|
|
z-index: 0;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-four-left .header-info .user-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-four-center {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-four-center .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.header-four-center .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-four-center .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-four-center .header-info .user-level {
|
|
position: relative;
|
|
top: -15px;
|
|
}
|
|
|
|
.header-four-center .header-info .user-level .name-b {
|
|
border-radius: 25px;
|
|
color: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.header-four-center .header-info .user-level .name-b .name-b0 {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
background: #a77844;
|
|
z-index: 1;
|
|
}
|
|
|
|
.header-four-center .header-info .user-level .name-b .name-b0 .name-b-a {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin: 2px 0 0 2px;
|
|
border-radius: 50%;
|
|
border: 1px solid #fff;
|
|
background: #a77844;
|
|
text-align: center;
|
|
}
|
|
|
|
.header-four-center .header-info .user-level .name-b .name-b-b {
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
border-radius: 0 16px 16px 0;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
background: linear-gradient(to right, #a77844, #f2c691, #f2c691, #a77844);
|
|
position: relative;
|
|
left: -10px;
|
|
z-index: 0;
|
|
}
|
|
|
|
.header-four-center .header-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
position: relative;
|
|
top: -7.5px;
|
|
}
|
|
|
|
.header-four-center .header-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-four-center .header-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-four-center .header-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-four-center .header-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-four-right {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-four-right .header-info {
|
|
display: flex;
|
|
|
|
/* flex-wrap: wrap; */
|
|
}
|
|
|
|
.header-four-right .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-four-right .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-four-right .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .user-name .name-b {
|
|
border-radius: 25px;
|
|
color: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .user-name .name-b .name-b0 {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
background: #a77844;
|
|
z-index: 1;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .user-name .name-b .name-b0 .name-b-a {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin: 2px 0 0 2px;
|
|
border-radius: 50%;
|
|
border: 1px solid #fff;
|
|
background: #a77844;
|
|
text-align: center;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .user-name .name-b .name-b-b {
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
border-radius: 0 16px 16px 0;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
background: linear-gradient(to right, #a77844, #f2c691, #f2c691, #a77844);
|
|
position: relative;
|
|
left: -10px;
|
|
z-index: 0;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-four-right .header-info .user-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-five-left {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-five-left .header-info {
|
|
display: flex;
|
|
|
|
/* flex-wrap: wrap; */
|
|
}
|
|
|
|
.header-five-left .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-five-left .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-five-left .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .user-name .name-b {
|
|
color: #fff;
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
line-height: 24px;
|
|
border-radius: 16px;
|
|
height: 24px;
|
|
background:
|
|
linear-gradient(
|
|
to right,
|
|
#3f3e3d,
|
|
#6e6d6c,
|
|
#a8a4a4,
|
|
#a8a4a4,
|
|
#6e6d6c,
|
|
#3f3e3d
|
|
);
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-five-left .header-info .user-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-five-center {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-five-center .header-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.header-five-center .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-five-center .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-five-center .header-info .user-level {
|
|
position: relative;
|
|
top: -15px;
|
|
}
|
|
|
|
.header-five-center .header-info .user-level .name-b {
|
|
color: #fff;
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
border-radius: 16px;
|
|
height: 24px;
|
|
background:
|
|
linear-gradient(
|
|
to right,
|
|
#3f3e3d,
|
|
#6e6d6c,
|
|
#a8a4a4,
|
|
#a8a4a4,
|
|
#6e6d6c,
|
|
#3f3e3d
|
|
);
|
|
}
|
|
|
|
.header-five-center .header-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
position: relative;
|
|
top: -7.5px;
|
|
}
|
|
|
|
.header-five-center .header-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-five-center .header-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-five-center .header-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-five-center .header-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-five-right {
|
|
height: auto;
|
|
|
|
/* background-color: #fff; */
|
|
padding: 20px 10px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header-five-right .header-info {
|
|
display: flex;
|
|
|
|
/* flex-wrap: wrap; */
|
|
}
|
|
|
|
.header-five-right .header-info .left {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-five-right .header-info .left image {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 50%;
|
|
|
|
/* border: solid 2px #ebebeb; */
|
|
}
|
|
|
|
.header-five-right .header-info .user-info {
|
|
flex: 1;
|
|
margin-left: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .user-name {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .user-name .name-a {
|
|
font-size: 16px;
|
|
|
|
/* color: #333; */
|
|
font-weight: 600;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .user-name .name-b {
|
|
color: #fff;
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
line-height: 24px;
|
|
border-radius: 16px;
|
|
height: 24px;
|
|
background:
|
|
linear-gradient(
|
|
to right,
|
|
#3f3e3d,
|
|
#6e6d6c,
|
|
#a8a4a4,
|
|
#a8a4a4,
|
|
#6e6d6c,
|
|
#3f3e3d
|
|
);
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .user-name .name-b {
|
|
color: #fff;
|
|
padding: 0 10px;
|
|
margin-top: 4px;
|
|
line-height: 24px;
|
|
border-radius: 16px;
|
|
height: 24px;
|
|
background:
|
|
linear-gradient(
|
|
to right,
|
|
#3f3e3d,
|
|
#6e6d6c,
|
|
#a8a4a4,
|
|
#a8a4a4,
|
|
#6e6d6c,
|
|
#3f3e3d
|
|
);
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite {
|
|
display: flex;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite .name-a {
|
|
color: #333;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite .name-b {
|
|
margin-left: 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 25px;
|
|
padding: 0 5px;
|
|
background: #c4c4c4;
|
|
}
|
|
|
|
.header-five-right .header-info .user-info .name_invite .name-c {
|
|
margin-right: 10px;
|
|
}
|