odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/user/pubulicty/index.wxss
@@ -51,19 +51,32 @@
    margin-bottom: 1%;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.5rem;
    /* width: 100%; */
}
.lists .lists-top .lists-top-title {
    font-size: 14px;
    margin-right: 40%;
    /* margin-right: 40%; */
    font-weight: bold;
    margin-left: 0.5rem;
    /* margin-left: 0.5rem; */
    width: 35%;
    overflow:hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号 */
    white-space: nowrap;/* 文本不进行换行 */
}
.lists .lists-content {
    font-size: 11px;
    margin: 0.5rem;
    margin-bottom: 0.5rem;
    width: 90%;
    overflow:hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号 */
    white-space: nowrap;/* 文本不进行换行 */
}
.lists .swiper-video{
    height: 100%;