1
jyy
2021-01-16 37c344f7b5c767c6a87e08a0c8a9698d8610fbfc
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
/* pages/membershipCard/index.wxss */
.container{
  padding: 10px 10px;
}
.list-item-bg{
  border-radius: 10px;
}
.list-item{
  color: #FFFFFF;
  font-size: 12px;
  padding: 18px 18px;
  margin-bottom: 10px;
}
.list-item-bg:nth-child(2n+1){
  background: url(https://filehive2.jyymatrix.cc/uploadeFile/image/899a19b6bec5cddc50179f183ba138b628cf94b3/20210115/caf0e1ae46f642abb2eaca2cc6b5ca35.png) no-repeat;
  background-size: 100% 100%;
}
.list-item-bg:nth-child(2n+2){
  background: url(https://filehive2.jyymatrix.cc/uploadeFile/image/899a19b6bec5cddc50179f183ba138b628cf94b3/20210115/f772fa5855504d348a4c28e0c08a6636.png) no-repeat;
  background-size: 100% 100%;
}
.list-item-bg:nth-child(1){
  background: url(https://filehive2.jyymatrix.cc/uploadeFile/image/899a19b6bec5cddc50179f183ba138b628cf94b3/20210115/2f2bd25e651c457db0d7079b93aea700.png) no-repeat;
  background-size: 100% 100%;
}
.list-item-bg.failure{
  background: url(https://filehive2.jyymatrix.cc/uploadeFile/image/899a19b6bec5cddc50179f183ba138b628cf94b3/20210115/58ef5387167f40b3b3ed015d6752402e.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}
.list-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-header .name{
  font-size: 14pt;
  font-weight: bold;
  color: #FFFFFF;
}
.list-content{
  padding: 20px 0;
  font-size: 20pt;
  line-height: 30px;
}
.list-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}