87 lines
1.4 KiB
Plaintext
87 lines
1.4 KiB
Plaintext
.collectionitems {
|
|
width: 680rpx;
|
|
height: 160rpx;
|
|
margin: 0 auto;
|
|
margin-top: 10rpx;
|
|
background: url('https://ndnd.duiduiedu.com/uploads/pics/itemlistred.png') no-repeat;
|
|
background-size: cover;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.collectionitems2 {
|
|
width: 680rpx;
|
|
height: 160rpx;
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
background: url('https://ndnd.duiduiedu.com/uploads/pics/itemlistblue.png') no-repeat;
|
|
background-size: cover;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.item1 {
|
|
width: 80%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.item1 text {
|
|
width: 100%;
|
|
margin-left: 65rpx;
|
|
color: black;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.item2 {
|
|
width: 10%;
|
|
text-align: right;
|
|
}
|
|
|
|
.item2 text {
|
|
color: black;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.item3 {
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
.item3 image {
|
|
width: 54rpx;
|
|
height: 53rpx;
|
|
margin-right: 50rpx;
|
|
}
|
|
|
|
.itemsup {
|
|
width: 620rpx;
|
|
height: 62rpx;
|
|
background-color: #dfe2e2;
|
|
margin-left: 50rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #fff;
|
|
}
|
|
|
|
.itemsup2 {
|
|
width: 620rpx;
|
|
height: 62rpx;
|
|
background-color: #dfe2e2;
|
|
margin-left: 50rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
display: none;
|
|
} |