.look-page{ width: 100%; height:calc(100vh-120px); min-height: 1624rpx; background: #F7FAFF; .look-mian{ padding-top:6rpx; .scroll-y-hs{ margin-top: 24rpx; height: 800rpx; padding-bottom:120rpx; .mian-box{ display:flex; flex-wrap: wrap; align-items: center; margin:0 30rpx; .box-item{ margin-bottom:24rpx; width: 333rpx; height: 426rpx; background: #FFFFFF; box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.49); border-radius: 10rpx; .item-top{ display: flex; width: 333rpx; height: 272rpx; position: relative; .top-img{ width: 333rpx; height: 272rpx; background-size: 333rpx 272rpx; border-radius: 10rpx; } .top-icon{ position: absolute; top:0; margin-left: 214rpx; display: inline-block; width:118rpx; height: 110rpx; background: url('http://ddh.yyhock.com/ddhMall/goods-sale.png') 0 0 no-repeat; background-size:118rpx 110rpx ; } } .item-footer{ margin: 0 16rpx 0 14rpx; .footer-des{ margin: 9rpx 16rpx 21rpx 0; height: 37rpx; font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 26rpx; color: #333333; line-height: 37rpx; text-align: left; font-style: normal; white-space: nowrap; /* 确保文本在一行内显示 */ overflow: hidden; /* 隐藏超出容器的内容 */ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */ word-break: break-all; /* 允许在单词内换行 */ } .footer-box{ display: flex; .box-num{ display: flex; margin-top:8rpx; margin-right: 30rpx; height: 37rpx; font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 28rpx; color: #FC4D3E; line-height: 28rpx; text-align: left; font-style: normal; .num-icon{ margin-top:4rpx; font-size: 20rpx; } } .box-btn{ width: 76rpx; height: 38rpx; border-radius: 5rpx; border: 1rpx solid #2263E6; font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 20rpx; color: #2263E6; line-height: 38rpx; text-align: center; font-style: normal; } } .box-last{ height: 28rpx; font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 20rpx; color: #999999; line-height: 28rpx; text-align: right; font-style: normal; } } } :nth-child(2n){ margin-left: 24rpx; } } } } }