107 lines
1.9 KiB
Plaintext
107 lines
1.9 KiB
Plaintext
.distribution {
|
|
background: #fff;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.distribution .new {
|
|
margin: 0 16rpx;
|
|
}
|
|
|
|
.distribution .new .list {
|
|
margin: 16rpx 0;
|
|
}
|
|
|
|
.distribution .new .list .list-li {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
margin-bottom: 16rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.distribution .new .list .list-li .img {
|
|
flex: 0 0 224rpx;
|
|
height: 224rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.distribution .new .list .list-li .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.distribution .new .list .list-li .content {
|
|
flex: 1;
|
|
text-align: left;
|
|
position: relative;
|
|
height: 224rpx;
|
|
}
|
|
|
|
.distribution .new .list .list-li .content .content-word {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 4;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.distribution .new .list .list-li .content .price {
|
|
display: inline-block;
|
|
background: #fca830;
|
|
background: linear-gradient(to right, #fca830 0%, #ff7554 100%);
|
|
border-top-right-radius: 32rpx;
|
|
border-bottom-right-radius: 32rpx;
|
|
color: #fff;
|
|
padding: 8rpx 16rpx;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
|
|
.distribution .search {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
position: relative;
|
|
display: flex;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
}
|
|
|
|
.distribution .search .search-box {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 85%;
|
|
margin-left: 7.5%;
|
|
margin-top: 16rpx;
|
|
padding: 0 20rpx;
|
|
background-color: #f2f2f2;
|
|
height: 56rpx;
|
|
line-height: 56rpx;
|
|
border-radius: 28rpx;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
}
|
|
|
|
.distribution .search .search-box input {
|
|
width: 85%;
|
|
line-height: 56rpx;
|
|
border: none;
|
|
color: #333;
|
|
}
|
|
|
|
.distribution .search .search-box .iconfont {
|
|
position: absolute;
|
|
right: 32rpx;
|
|
flex: 0 0 48rpx;
|
|
}
|
|
|
|
.distribution .loadNomore {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.distribution .loadNomore image {
|
|
width: 20%;
|
|
}
|