86 lines
1.5 KiB
Plaintext
86 lines
1.5 KiB
Plaintext
/* packageE/tabcontrol/tabcontrol.wxss */
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.tab_list {
|
|
/* min-height: 100vh; */
|
|
background: #fff;
|
|
}
|
|
|
|
.tab_list .tag {
|
|
padding: 0;
|
|
}
|
|
|
|
.join_list {
|
|
padding-top: 0.906rem;
|
|
}
|
|
|
|
.join_list .join_item {
|
|
width: 100%;
|
|
height: 6.875rem;
|
|
background-color: inherit;
|
|
border-radius: 0.313rem;
|
|
padding: 0.875rem 0.719rem 0.906rem 0.719rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-top: 0.7rem solid #f2f2f2;
|
|
}
|
|
|
|
.join_list .join_item:first-child {
|
|
border-top: none;
|
|
}
|
|
|
|
.join_list .join_item .name {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-weight: bold;
|
|
border-bottom: 2rpx #eee;
|
|
padding-bottom: 20rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.join_list .join_item .join_container {
|
|
margin-top: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
|
|
.join_list .join_item .join_container .join_face {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 232rpx;
|
|
}
|
|
|
|
.join_list .join_item .join_container .join_face .face {
|
|
margin-left: -0.2rem;
|
|
width: 1.875rem;
|
|
height: 1.875rem;
|
|
background-color: #f2f2f2;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.join_list .join_item .join_container .join_face .face image {
|
|
width: 1.875rem;
|
|
height: 1.875rem;
|
|
background-color: #f2f2f2;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.join_list .join_item .time_box {
|
|
text-align: right;
|
|
}
|
|
|
|
.join_list .join_item .btn {
|
|
font-size: 0.75rem;
|
|
width: 4.375rem;
|
|
height: 1.888rem;
|
|
border-radius: 0.125rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 0.5rem;
|
|
}
|