安瑾然
2023-03-03 74bf1bbdcc099280b53e900adf67670ed7e3dd8f
miniprogram/pages/user/pubulicty/index.wxss
@@ -1,33 +1,42 @@
.imageView {
    width: 100%;
}
.imageView{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
}
.container{
.container {
    width: 100%;
}
.content{
    margin-top: 12%;
.content {
    margin-top: 1rem;
}
.lists{
    /* margin-top: 50% ; */
    border-bottom: 1px solid rgba(0,0,0,0.1);
.lists {
    margin-top: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-left: 2%;
}
.item{
    font-size: 14px;
    margin-bottom: 1%;
.lists .lists-top {
    display: flex;
    justify-content: space-between;
}
.item2{
.lists .lists-top .lists-top-time {
    font-size: 12px;
    float: right;
    margin-right: 40%;
    color:rgba(0,0,0,0.5);
    margin-bottom: 1%;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.5rem;
}
.item3{
.lists .lists-top .lists-top-title {
    font-size: 14px;
    margin-right: 40%;
    font-weight: bold;
    margin-left: 0.5rem;
}
.lists .lists-content {
    font-size: 11px;
    margin-bottom: 2%;
    margin: 0.5rem;
    margin-bottom: 0.5rem;
}