.container { padding: 44rpx 40rpx; } .home_title { font-weight: 600; font-size: 36rpx; color: #111111; line-height: 50rpx; margin-bottom: 32rpx; } .content { width: 670rpx; background: #F7F7F7; border-radius: 8rpx; padding: 34rpx 40rpx 40rpx; .time { font-weight: 500; font-size: 30rpx; color: #222222; line-height: 42rpx; margin-bottom: 18rpx; } .text { font-weight: 300; font-size: 26rpx; color: #333333; line-height: 44rpx; margin-bottom: 40rpx; } .imgs{ display: flex; flex-wrap: wrap; .img_wrap{ width: 184rpx; height: 326rpx; border-radius: 8rpx; position: relative; margin-right: 19rpx; margin-bottom: 20rpx; &:nth-of-type(3n){ margin-right: 0; } .img{ width: 100%; height: 100%; } .icon{ position: absolute; top: 0; left: 0; width: 76rpx; } } } .footer{ display: flex; justify-content: space-between; align-items: center; height: 62rpx; margin-top: 40rpx; .left{ display: flex; align-items: center; font-size: 24rpx; color: #333333; .icon{ width: 30rpx; margin-right: 12rpx; } } .btn{ width: 164rpx; height: 62rpx; line-height: 60rpx; text-align: center; background: #B08771; border-radius: 8rpx; color: #fff; } } }