安瑾然
2023-03-03 6fd1abc88875f1a72c133a38bb41e8dcd3170ade
miniprogram/pages/user/group/index.wxss
@@ -1,40 +1,48 @@
/**index.wxss**/
.font-wenzi{
.font-wenzi {
    float: right;
    font-size: 13px;
    margin-right: 20px;
    margin-top: -15px;
    color:rgba(0,0,0,0.4);
    color: rgba(0, 0, 0, 0.4);
}
.font-name{
.font-name {
    font-size: 14px;
    margin-top: -10%;
    margin-left: 15%;
}
.font-qita{
.font-qita {
    font-size: 13px;
    margin-bottom: 2%;
    margin-left: 15%;
}
.conter{
    border-bottom:1px solid rgba(0,0,0,0.1);
.conter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.icon1{
.icon1 {
    width: 35px;
    height: 35px;
    margin-left: 4%;
    margin-top: 2%;
}
.count{
.count {
    width: 15px;
    height: 15px;
    float: right;
    font-size: 13px;
    background-color: red;
    text-align:center;
    color:white;
    text-align: center;
    color: white;
    border-radius: 50%;
    margin-top: 1%;
    margin-right: -30%;
}
.empty .bottom-button{
    width: 8rem;
}