odc.xiaohui
2023-03-06 387a894ca2da8742f146183dd0649315d72b15b2
miniprogram/pages/user/report/index.wxss
@@ -1,4 +1,8 @@
/**index.wxss**/
.icon {
    height: 90%;
}
.font-wenzi{
    float: right;
    font-size: 30px;
@@ -6,11 +10,13 @@
    margin-top: -15px;
    color:rgba(0,0,0,0.2);
}
.font-name{
    font-size: 14px;
    margin-bottom: 1%;
    margin-left: 2%;
}
.font-qita{
    font-size: 13px;
    margin-bottom: 2%;
@@ -20,22 +26,32 @@
.conter{
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.buttonView{
    margin-top: 60%;
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.button{
    width: 90%;
    color: #ffffff;
    font-size: 13px;
    background-color: #6699ff;
}
.inGroup{
float: right;
font-size: 14px;
margin-right: 50%;
    color: #1890FF;
}
.noInGroup{
    float: right;
    color: red;
    font-size: 14px;
    margin-right: 50%;
    color: #D9001B;
}