- .wrap {height: 100%;padding:20rpx 0rpx;box-sizing:border-box;display: flex;flex-direction: row;flex-wrap:wrap;justify-content: flex-start;align-items: flex-start;align-content: flex-start}
- .pro-bx{display:inline-block;width:45%;box-sizing:border-box;background:#fff;padding:44rpx 10rpx;margin-bottom:30rpx;margin-left:30rpx;border-radius:8rpx;display:flex;flex-direction:row; border:1px solid #e8e8e8;height: 180rpx;}
-
- .pro-tt{font-size:32rpx;color:#444;padding-right:70rpx;padding-top:20rpx;}
- .pro-img{width:70rpx;height:70rpx;display:inline-block;}
-
|