/* 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;
|
}
|