12345678910111213 |
- .data_box{margin-top:30rpx;padding:0 40rpx;}
- /* .data_box .data_name + .data_name{border-bottom:0; } */
- .data_name{border-bottom:1px solid #ECECEC;padding:20rpx 0;line-height:50rpx;}
- .data_name .text{float:left;font-size:28rpx;color:#000;}
- .data_name .text1{float:left;font-size:28rpx;color:#000;height:150rpx;line-height:150rpx;display:block;}
- .data_name .name{width:460rpx;text-align:right;display:block;font-size:28rpx;color:#B3B3B3;float:right;}
- .data_name .img_box{float:right;width:500rpx; }
- .data_name .img_box .img{width:225rpx;height:150rpx;float:right;position:relative;border-radius:10rpx;overflow:hidden;margin-left:20rpx;}
- .data_name .img_box .img image{width:100%;height:100%;}
- .data_name .img_box .img text{font-size:25rpx;color:#FFF;height:55rpx;position:absolute;bottom:0;width:100%;background:rgba(0, 0, 0, 0.5);left:0;text-align:center;line-height:55rpx;}
|