-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlist.wxss
More file actions
122 lines (109 loc) · 2.15 KB
/
list.wxss
File metadata and controls
122 lines (109 loc) · 2.15 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/* pages/list/list.wxss */
.container{
display: flex;
flex-direction: column;
height: 605rpx;
background-image: url('https://i.loli.net/2019/05/10/5cd590e3867d3.jpg');
align-items: center;
justify-content: center;
opacity: 0.4;
}
.times{
color: wheat;
}
.popular{
position: relative;
font-size: 80rpx;
letter-spacing: 12rpx;
color: wheat;
}
.allplay{
position: relative;
display: flex;
flex-direction: row;
width: 800rpx;
height: 100rpx;
border-width: 4rpx 0rpx 4rpx 0rpx;
box-shadow: 0rpx 0rpx 0rpx 0.2rpx #d3d3d3 inset;
}
.pause{
position: relative;
left: 90rpx;
top: 16rpx;
width: 70rpx;
height: 70rpx;
border-radius: 100%;
background-image: url('https://i.loli.net/2019/05/02/5cca861c78fea.png');
background-size: 100% 100%;
}
.playing{
position: relative;
font-size: 35rpx;
top: 24rpx;
left: 110rpx;
}
.list{
position: relative;
left: 390rpx;
top: 16rpx;
width: 70rpx;
height: 70rpx;
border-radius: 100%;
background-image: url('https://i.loli.net/2019/05/02/5cca913913af1.png');
background-size: 100% 100%;
}
.songlist{
display: flex;
flex-direction: row;
position: relative;
width: 800rpx;
}
.songs{
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 100rpx;
border-width: 4rpx 0rpx 4rpx 0rpx;
box-shadow: 0rpx 0rpx 0rpx 0.2rpx #d3d3d3 inset;
}
.singers{
position: relative;
left: 120rpx;
top: 11rpx;
font-size: 26rpx;
font-weight: lighter;
}
.names{
position: relative;
top: 9rpx;
left: 120rpx;
font-size: 36rpx;
font-weight: normal;
}
.upicon{
display: flex;
flex-direction: column;
position: relative;
left: 20rpx;
top: -16rpx;
width: 30rpx;
height: 30rpx;
border-radius: 100%;
background-image: url('https://i.loli.net/2019/05/02/5ccabbadd0261.png');
background-size: 100% 100%;
}
.hot{
position: relative;
font-size: 23rpx;
left: 30rpx;
top: -8rpx;
color: #bfbfbf;
}
.rank{
position: absolute;
top: -52rpx;
left: 7rpx;
font-size: 38rpx;
font-style: italic;
}