/* pages/dan/tuan_wingoods.wxss */ page{ background-color:#fff; } .nav{ white-space: nowrap; background: #fff; line-height: 1rem; padding: 0.5rem 0; font-size: 0.75rem; position:fixed; width:100%; top:0; z-index:999; } .hide{display:none;} .nav_item{ display: inline-block; padding: 0 10px; margin: 0 5px; font-size: 28rpx; line-height: 1.4rem; } .nav .cur{ background: #ff5777; border-radius: 10px; color: #fff; } .base-list-wrapper{ margin-top:100rpx; } #spike-list { width: 100%; max-width: 750rpx; height: auto; min-height: 100%; position: relative; margin-top:40rpx; } .base-list-wrapper { position: relative; width: 100%; overflow: hidden; line-height: 1; } .spike-goods { background-color: #fff; height: 254rpx; margin: 0 20rpx 14rpx 62rpx; line-height: 1.5; border: 1px solid #eaeaea; border-radius: 12rpx; width: 668rpx; position: relative; z-index: 1; } .spike-goods { margin-left: 40rpx; } .spike-img { height: 216rpx; width: 216rpx; float: left; margin: 19rpx 20rpx; } .spike-info { height: 100%; width: 370rpx; display: inline-block; position: relative; left: 24rpx; } .spike-goods-name { display: -webkit-box; overflow: hidden; width: 356rpx; height: 62rpx; max-height: 196rpx; line-height: 34rpx; font-size: 26rpx; color: #333; text-overflow: ellipsis; word-break: break-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; top: 20rpx; position: absolute; } .spike-buy { height: 106rpx; position: absolute; bottom: 16rpx; font-size: 0; } .spike-buy .all-price { display: inline-block; width: 100%; } .spike-buy .all-price .sale-symbol { font-size: 24rpx; color: #ee2e3a; } .spike-buy .all-price .sale-price { line-height: 32rpx; font-size: 32rpx; color: #ee2e3a; font-weight: 700; position: relative; } .spike-buy .all-price .sale-symbol { font-size: 24rpx; color: #ee2e3a; padding-left:10px; } .spike-buy .all-price .sale-price { line-height: 32rpx; font-size: 32rpx; color: #ff5777; font-weight: 700; position: relative; } .left-time { width: 366rpx; position: absolute; vertical-align: middle; bottom: 0; left: 0; } .spike-button-coming, .spike-button-off, .spike-button-on { display: inline-block; color: #fff; font-size: 24rpx; } .left-time .quantity { width: 224rpx; border-bottom-left-radius: 4px; border-top-left-radius: 4px; height: 54rpx; line-height: 54rpx; font-size: 0; position: relative; float: left; vertical-align: middle; } .spike-button-on .quantity { border: 1px solid #f34949; } .left-time .head { display: inline-block; height: 54rpx; line-height: 54rpx; font-size: 22rpx; } .hide{ display:none; } .left-time .head text{ font-size:24rpx; } .spike-button-on .head, .spike-button-on .quantity-detail { color: #f34949; } .left-time .head:before { display: inline-block; content: ''; width: 25rpx; height: 26rpx; margin: 0 8rpx 0 16rpx; position: relative; vertical-align: middle; } .left-time .detail, .left-time .quantity-detail { display: inline-block; position: relative; left: -6rpx; line-height: 50rpx; height: 50rpx; padding-left: 6rpx; } .spike-button-on .head, .spike-button-on .quantity-detail { color: #f34949; } .left-time .detail span, .left-time .quantity-detail .span { font-size: 22rpx; } .spike-button-coming .btnClass, .spike-button-off .btnClass, .spike-button-on .btnClass { float: right; display: inline-block; height: 54rpx; line-height: 54rpx; width: 142rpx; font-size: 26rpx; text-align: center; position: absolute; top: 0; left: 224rpx; border-bottom-right-radius: 4px; border-top-right-radius: 4px; vertical-align: middle; } .spike-button-on .btnClass { background-color: #ff5777; } .span{ display:inline; }