127 lines
2.0 KiB
Plaintext
127 lines
2.0 KiB
Plaintext
.itemlist {
|
|
background: url('https://ndnd.duiduiedu.com/uploads/pics/kecheng001.png') no-repeat;
|
|
width: 750rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
background-size: cover;
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.itemlist text {
|
|
|
|
margin-right: 180rpx;
|
|
color: white;
|
|
}
|
|
|
|
.collectionitems {
|
|
width: 680rpx;
|
|
height: 100rpx;
|
|
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;
|
|
}
|
|
|
|
.collectionitems2 {
|
|
width: 680rpx;
|
|
height: 100rpx;
|
|
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;
|
|
}
|
|
|
|
.item1 {
|
|
width: 60%;
|
|
}
|
|
|
|
.item1 text {
|
|
width: 30%;
|
|
margin-left: 65rpx;
|
|
color: black;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.item2 {
|
|
width: 10%;
|
|
text-align: right;
|
|
}
|
|
|
|
.item2 text {
|
|
color: black;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.item3 {
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
.item3 image {
|
|
width: 28rpx;
|
|
height: 16rpx;
|
|
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;
|
|
}
|
|
|
|
.upitem1{
|
|
|
|
width: 107rpx;
|
|
height: 45rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.upitem1 text{
|
|
|
|
margin-left: 40rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.upitem2{
|
|
width: 70%;
|
|
}
|
|
.upitem2 text{
|
|
margin-left: 32rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.upitem3{
|
|
margin-right: 37rpx;
|
|
}
|
|
.upitem3 image{
|
|
width: 24rpx;
|
|
height: 26rpx;
|
|
} |