summaryList2.wxss
753 字节
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
@import '/pages/index/summaryList/summaryList.wxss';
.go_index {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
position: fixed;
right: 30rpx;
bottom: 60rpx;
background: #0286ff;
font-size: 30rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 20rpx;
box-sizing: border-box;
}
.content_item_box {
background: #fff;
padding: 0 62rpx;
display: flex;
flex-wrap: nowrap;
}
.list_title_box {
/* min-width: 185rpx; */
width: auto;
}
.scroll_content_box {
width: 150%;
display: flex;
flex-wrap: nowrap;
}
.list_content_box {
/* min-width: 300rpx; */
width: auto;
margin-right: 10rpx;
}
.list_content_box:last-child {
margin-right: 30rpx;
}