185 lines
3.1 KiB
Plaintext
185 lines
3.1 KiB
Plaintext
/* packageH/circleCommunity/circleMyCircle/circleMyCircle.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tabs {
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
padding: 0.863rem 0.969rem 0.5rem;
|
|
}
|
|
|
|
.tabs .tabItem {
|
|
font-size: 0.813rem;
|
|
font-weight: bold;
|
|
color: #666;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.tabs .tabItem.active {
|
|
color: #3175fe;
|
|
position: relative;
|
|
}
|
|
|
|
.tabs .tabItem.active::after {
|
|
content: '';
|
|
display: block;
|
|
width: 1.25rem;
|
|
height: 0.188rem;
|
|
background-color: #3175fe;
|
|
border-radius: 1.194rem;
|
|
position: absolute;
|
|
bottom: -0.4rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.tabStatus {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
padding: 0.863rem 0.969rem 0.5rem;
|
|
}
|
|
|
|
.tabStatus .tabStatusItem {
|
|
font-size: 0.813rem;
|
|
font-weight: bold;
|
|
color: #666;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.tabStatus .tabStatusItem.active {
|
|
color: #fac337;
|
|
position: relative;
|
|
}
|
|
|
|
.tabStatus .tabStatusItem.active::after {
|
|
content: '';
|
|
display: block;
|
|
width: 1.25rem;
|
|
height: 0.188rem;
|
|
background-color: #fac337;
|
|
border-radius: 1.194rem;
|
|
position: absolute;
|
|
bottom: -0.4rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.tablis {
|
|
background: #fff;
|
|
padding: 0.19rem 0.94rem 1.19rem 0.84rem;
|
|
}
|
|
|
|
.tablis .lis {
|
|
width: 100%;
|
|
height: 4.25rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 0.05rem solid #f2f2f2;
|
|
padding: 0.73rem 0.31rem 0.8rem 0.9rem;
|
|
}
|
|
|
|
.tablis .lis .right {
|
|
font-size: 0.688rem;
|
|
color: #fff;
|
|
width: 3.75rem;
|
|
height: 1.563rem;
|
|
background-color: #3175fe;
|
|
border-radius: 0.781rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tablis .lis .right_one {
|
|
font-size: 0.813rem;
|
|
font-weight: bold;
|
|
color: #585858;
|
|
}
|
|
|
|
.tablis .lis .right_one.status1 {
|
|
color: #eb3939;
|
|
}
|
|
|
|
.tablis .lis .right_one.status2 {
|
|
color: #585858;
|
|
}
|
|
|
|
.tablis .lis .right_one.status3 {
|
|
color: #ffa200;
|
|
}
|
|
|
|
.tablis .lis .left {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tablis .lis .left .circleImg {
|
|
width: 2.188rem;
|
|
height: 2.188rem;
|
|
background-color: #cfcfcf;
|
|
border-radius: 100%;
|
|
margin-right: 0.63rem;
|
|
}
|
|
|
|
.tablis .lis .left .circleImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.tablis .lis .left .circle {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail {
|
|
display: flex;
|
|
font-size: 0.69rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail icon {
|
|
font-size: 0.8rem;
|
|
color: #ffa200;
|
|
height: 1rem;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail text {
|
|
margin-left: 0.41rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail .tiezi {
|
|
display: flex;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail .member {
|
|
display: flex;
|
|
margin-left: 1.34rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .title {
|
|
width: 100%;
|
|
font-size: 0.938rem;
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
color: #202020;
|
|
}
|