caseList.wxss
1.4 KB
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
85
86
87
88
89
90
91
92
93
94
95
/* pages/caseList/caseList.wxss */
.case_list_wrap {
width: 100%;
min-height: 100%;
background: #F0EFED;
}
.case_list_box {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20rpx 30rpx;
}
.case_list {
background: #fff;
width: 100%;
border-radius: 10rpx;
margin-bottom: 20rpx;
}
.case_top {
width: 100%;
height: 166rpx;
box-sizing: border-box;
padding: 40rpx 24rpx 0;
}
.case_title {
font-size: 32rpx;
color: #000000;
font-weight: bold;
margin-bottom: 19rpx;
}
.case_lable_box {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.case_lable_list {
padding: 6rpx 14rpx;
border-radius: 6rpx;
border:1px solid rgba(240,131,12,1);
color: rgba(240,131,12,1);
font-size: 20rpx;
margin-right: 20rpx;
}
.case_list_content {
width: 100%;
box-sizing: border-box;
padding: 30rpx 15rpx 0;
height: 465rpx;
}
.case_list_content image {
width: 100%;
height: 100%;
}
.case_list_content video {
width: 100%;
height: 100%;
}
.case_bottom_list {
height: 206rpx;
padding: 10rpx 0 50rpx 10rpx;
display: flex;
overflow-x: scroll;
overflow-y:hidden;
box-sizing: border-box;
}
.case_bottom_banner {
width: 236rpx;
height: 156rpx;
display: flex;
justify-content: center;
align-items: center;
}
.case_bottom_banner image {
width: 236rpx;
}