/* pages/zclb/zclb.wxss */ .searchbar { width: 90%; height: 60rpx; margin: 30rpx auto; } .input-icon { background: #ECECEC; width: 76%; height: 60rpx; float: left; border-radius: 5rpx; } .inp-icon1 { width: 40rpx; height: 40rpx; float: left; /* background: #000; */ margin-top: 10rpx; margin-left: 20rpx; margin-right: 20rpx; } .inp { width: 80%; height: 60rpx; line-height: 60rpx; float: left; } .filter { width: 24%; height: 60rpx; /* background: #000; */ float: left; } .filter-icon { width: 40rpx; height: 40rpx; margin-top: 10rpx; margin-left: 10rpx; margin-right: 10rpx; float: left; /* background: #000; */ } .filter-text { display: block; margin-left: 10rpx; height: 60rpx; line-height: 60rpx; } .list { width: 90%; margin: 0 auto; } .item { width: 100%; height: 240rpx; } .item_i { background: #000; width: 230rpx; height: 200rpx; float: left; margin-top: 20rpx; } .item_l { margin-left: 20rpx; float: left; max-width: 400rpx; height: 200rpx; margin-top: 20rpx; } .item_tile { width: 100%; color: #333333; line-height: 60rpx; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .item_time { font-size: 28rpx; color: #999999; line-height: 40rpx; } .item_tag { width: 120rpx; height: 50rpx; text-align: center; line-height: 50rpx; border-radius: 5rpx; background: rgb(114, 87, 87); float: left; margin: 10rpx; } .green { color: #31BD95; background: #E6F8ED; } .bule { color: #399CFC; background: #DDF0FF; } .grey { color: #666666; background: #ECECEC; } .more { width: 90%; height: 100rpx; line-height: 100rpx; text-align: center; font-size: 32rpx; font-weight: bold; color: #399CFC; background: #DDF0FF; margin: 0 auto; } .block { /*background: #fff;*/ color: #333; background: #fff; width: 100%; height: 680rpx; border-radius: 20rpx; } .block_title{ width: 100%; height: 100rpx; }