| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 | @import "../../app.wxss";page {  background: #f4f4f4;}.prod-items {  width: 345rpx;  display: inline-block;  background: #fff;  padding: 20rpx;  box-sizing: border-box;  margin-left: 20rpx;  margin-bottom: 20rpx;  border-radius: 10rpx;}.hot-imagecont .hotsaleimg {  width: 100%;  height: 100%;  border-radius: 10rpx;}.hot-text .hotprod-text {  height: 76rpx;  line-height: 38rpx;  font-size: 28rpx;  display: -webkit-box;  word-break: break-all;  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  color: #000;}.prod-items .hot-imagecont {  text-align: center;  font-size: 0;  width: 305rpx;  height: 305rpx;}.prod-items .hot-text {  margin-top: 20rpx;}.prod-items .hot-text .prod-info {  font-size: 20rpx;  color: #777;  margin-top: 8rpx;  margin-left: 15rpx;}.prod-items .hot-text .prod-text-info {  position: relative;  height: 40rpx;  line-height: 40rpx;  font-family: Arial;  margin-top: 20rpx;}.collection-row {  display: flex;  justify-content: space-between;}.prod-items .hot-text .prod-text-info .price {  color: #e43130;}.prod-items .hot-text .prod-text-info .collection-btn{  color: #006CE8;}.deadline-price{  font-size: 22rpx;  margin-right: 5rpx;}
 |