/* 盒子大小 */ .grey_rectangle_box { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 136rpx; } /* 图片 */ .grey_rectangle_image { overflow: hidden; } .grey_rectangle_image>image { width: 100%; height: 100%; } .grey_rectangle_image swiper-item, .grey_rectangle_image swiper-item>image { width: 100%; height: 100%; } /* 文本 */ .grey_rectangle_text { width: 360rpx; display: flex; flex-direction: column; justify-content: space-between; margin-left: 30rpx; } .grey_rectangle_text_title { font-size: 32rpx; color: #000000; margin-bottom: 8rpx; } .grey_rectangle_text_row { font-size: 28rpx; color: #000000; opacity: .4; margin-bottom: 4rpx; } /* 图标 */ .grey_rectangle_icon { display: flex; align-items: center; height: 100%; width: 48rpx; } .grey_rectangle_icon>image { width: 48rpx; height: 48rpx; border-radius: 50%; }