odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.imageView {
    width: 100%;
}
.top-img{
    width: 100%;
}
.container {
    width: 100%;
}
.buttonView{
    font-size: 14px;
   
    width: 100%;
    margin-bottom: 1rem;
}
.button{
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    font-size: 13px;
    color: #6699ff;
    background-color: white;
    border: 1px solid #6699ff;
}
.register{
    position: absolute;
    width: 100%;
    bottom: 12%;
}
.content {
    margin-top: 1rem;
}
 
.lists {
    margin-top: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
 
.lists .lists-top {
    display: flex;
    justify-content: space-between;
}
 
.lists .lists-top .lists-top-time {
    font-size: 12px;
    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%; */
    font-weight: bold;
    /* 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%;
    width: 100%;
}