You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.3 KiB

4 years ago
/* pages/land-promotion/land-promotion.wxss */
.main {
padding-bottom: 0;
}
.search-box {
width: 688rpx;
height: 70rpx;
margin-left: 30rpx;
margin-top: 10rpx;
background: #fff;
border-radius: 35rpx;
box-shadow: -2rpx 0rpx 0rpx NaNrpx rgba(191, 191, 191, 0.15);
display: flex;
align-items: center;
padding: 0 30rpx;
box-sizing: border-box;
}
.search-box input {
flex: 1;
margin-left: 10rpx;
font-size: 24rpx;
}
.placeholder {
color: #babdc8;
}
.search-box image {
width: 25rpx;
height: 25rpx;
}
.list {
height: 100%;
background-color: #fff;
margin-top: 30rpx;
}
.list-item {
padding: 24rpx 0 0 30rpx;
display: flex;
}
.list-img {
width: 114rpx;
height: 114rpx;
border-radius: 16rpx;
}
.list-info {
flex: 1;
height: 132rpx;
display: flex;
flex-direction: column;
margin-left: 42rpx;
border-bottom: 2rpx solid #e3e3e3;
}
.list-title {
max-width: 488rpx;
font-size: 33rpx;
line-height: 70rpx;
color: #262936;
font-weight: bold;
}
.list-tag {
width: 89rpx;
height: 34rpx;
line-height: 34rpx;
border-radius: 4rpx;
font-size: 22rpx;
font-weight: bold;
color: #FFFFFF;
margin-top: 10rpx;
}
.list-timer {
font-size: 26rpx;
color: #838B99;
}
.bottom {
width: 688rpx;
height: 208rpx;
}