odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/manager/group/index.wxss
@@ -1,40 +1,45 @@
/**index.wxss**/
.icon{
    padding: 0 0.5rem;
}
.list{
    margin: 0.5rem 0;
}
.font-wenzi{
    float: right;
    font-size: 13px;
    margin-right: 20px;
    margin-top: -15px;
    color:rgba(0,0,0,0.4);
}
.font-name{
    font-size: 14px;
    margin-top: -10%;
    margin-left: 15%;
}
.font-qita{
    font-size: 13px;
    margin-bottom: 2%;
    margin-left: 15%;
    /* margin-left: 15%; */
}
.conter{
    display: flex;
    align-items: center;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.van-row-view{
    width: 100%;
}
.icon1{
    width: 35px;
    height: 35px;
    margin-left: 4%;
    margin-top: 2%;
}
.count{
    margin: auto;
    width: 15px;
    height: 15px;
    float: right;
    font-size: 13px;
    background-color: red;
    text-align:center;
    color:white;
    border-radius: 50%;
    margin-top: 1%;
    margin-right: -30%;
}