odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/user/report/submitReport/index.wxss
@@ -27,6 +27,16 @@
.inputText{
}
.list-sure{
    color: red;
}
.listSex{
    display: flex;
    justify-content: space-between;
    font-size:14px;
    line-height: 24px;
    padding: 10px 16px;
}
.button{
 margin-top: 8%;
 margin-left: 15%;
@@ -71,3 +81,11 @@
    margin-left: 3%;
    font-size: 14px;
}
.cause{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #646566;
    padding: 10px 16px;
    font-size: 14px;
}