odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/manager/cause/detail/index.wxss
@@ -1,5 +1,9 @@
/**index.wxss**/
.details{
    padding: 0.9rem;
}
.list1{
    margin: 0.5rem 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
@@ -15,6 +19,10 @@
.font-wenzi1{
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 4px;
    float: right;
    font-size: 12px;
    color:rgba(0,0,0,0.7);
}
.button{
 margin-top: 8%;
@@ -28,3 +36,13 @@
/* float: left; */
margin-right: 10px;
}
.list-falst{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
 .font-content-last{
    color: rgba(0,0,0,0.7);
}