123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /* 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;
- }
|