page{ background: #f1f1f1; } navigator{ width:100%; margin-top: 1px; background: #fff; } navigator::after{ content: ''; display: block; clear: both; } .images-box{ background: #cc0011; float: left; width: 220rpx; height: 220rpx; } .images-box image{ width: 100%; height: 100%; } .content-box{ width: 500rpx; height: 190rpx; float: left; margin: 20rpx 0 0 20rpx; box-sizing: border-box; position: relative; } .content-box text{ display: block; } .content-title{ font-size: 26rpx; margin-bottom: 10rpx; color: #333; } .content-state{ font-size: 24rpx; color: #999; } .content-price{ position: absolute; bottom: 0; left: 0; font-size: 34rpx; color: #ff2727; font-weight: 600; } .content-btn{ font-size: 24rpx; position: absolute; bottom: 0; right: 0; }