212 lines
3.6 KiB
Plaintext
212 lines
3.6 KiB
Plaintext
/* packageE/TeamDistribution/TeamDistribution.wxss */
|
|
|
|
view,
|
|
text,
|
|
input,
|
|
icon {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.bg {
|
|
width: 100%;
|
|
height: 5rem;
|
|
}
|
|
|
|
.bg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header {
|
|
position: absolute;
|
|
top: 5rem;
|
|
left: 50%;
|
|
transform: translateY(-2.5rem) translateX(-50%);
|
|
width: 90%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-shadow: 0 0.16rem 0.31rem 0 rgba(0, 0, 0, 0.1);
|
|
border-radius: 0.63rem;
|
|
background: #fff;
|
|
padding: 0.8rem;
|
|
}
|
|
|
|
.header .part-top {
|
|
display: flex;
|
|
}
|
|
|
|
.header .part-top .left {
|
|
flex: 0 0 3.15rem;
|
|
}
|
|
|
|
.header .part-top .left image {
|
|
width: 3.15rem;
|
|
height: 3.15rem;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.header .part-top .right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 0.3rem;
|
|
}
|
|
|
|
.header .part-top .member-top {
|
|
display: flex;
|
|
}
|
|
|
|
.header .part-top .member-top .name {
|
|
font-weight: bold;
|
|
margin-right: 0.5rem;
|
|
max-width: 10rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.header .part-top .member-top .member-id {
|
|
color: white;
|
|
padding: 0.2rem 0.6rem;
|
|
background-image: linear-gradient(90deg, #fccc9b 0%, #ae7741 100%), linear-gradient(#32374a, #32374a);
|
|
background-blend-mode: normal, normal;
|
|
border-radius: 0.8rem;
|
|
}
|
|
|
|
.header .part-top .member-bottom {
|
|
text-align: left;
|
|
color: #999;
|
|
}
|
|
|
|
.header .part-bottom {
|
|
font-size: 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.content {
|
|
width: 90%;
|
|
margin: 5.5rem auto 1rem auto;
|
|
box-shadow: 0 0.16rem 0.31rem 0 rgba(0, 0, 0, 0.1);
|
|
border-radius: 0.63rem;
|
|
background: #fff;
|
|
}
|
|
|
|
.data-box {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.data-item {
|
|
padding: 1rem 0;
|
|
border-bottom: 0.0625rem solid #f5f5f5;
|
|
}
|
|
|
|
.data-item .data-top {
|
|
display: flex;
|
|
}
|
|
|
|
.data-item .data-top .left {
|
|
flex: 0 0 3.15rem;
|
|
}
|
|
|
|
.data-item .data-top .left image {
|
|
width: 3.15rem;
|
|
height: 3.15rem;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.data-item .data-top .right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 0.3rem;
|
|
}
|
|
|
|
.data-item .data-top .member-top {
|
|
display: flex;
|
|
}
|
|
|
|
.data-item .data-top .member-top .name {
|
|
font-weight: bold;
|
|
margin-right: 0.5rem;
|
|
max-width: 10rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.data-item .data-top .member-top .member-id {
|
|
color: white;
|
|
padding: 0.2rem 0.6rem;
|
|
background-image: linear-gradient(90deg, #fccc9b 0%, #ae7741 100%), linear-gradient(#32374a, #32374a);
|
|
background-blend-mode: normal, normal;
|
|
border-radius: 0.8rem;
|
|
}
|
|
|
|
.data-item .data-top .member-bottom {
|
|
text-align: left;
|
|
display: flex;
|
|
line-height: 1;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.data-item .data-top .member-bottom .title {
|
|
color: #333;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.data-item .data-top .member-bottom .time {
|
|
color: #999;
|
|
width: 10rem;
|
|
}
|
|
|
|
.data-item .data-bottom {
|
|
font-size: 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.data-item .data-bottom .num {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.data-item .data-bottom .red {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.search {
|
|
border-radius: 0.63rem;
|
|
height: 2.8125rem;
|
|
line-height: 2.8125rem;
|
|
position: relative;
|
|
display: flex;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
border-bottom: 0.0625rem solid #f5f5f5;
|
|
justify-content: center;
|
|
}
|
|
|
|
.search .search-box {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 85%;
|
|
margin-top: 0.5rem;
|
|
padding: 0 0.625rem;
|
|
background-color: #f2f2f2;
|
|
height: 1.75rem;
|
|
line-height: 1.75rem;
|
|
border-radius: 0.875rem;
|
|
}
|
|
|
|
.search .search-box input {
|
|
flex: 1;
|
|
line-height: 1.75rem;
|
|
border: none;
|
|
color: #333;
|
|
}
|