123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- .img-class {
- width: 710rpx;
- height: 352rpx;
- }
- .spu-content {
- background: #fff;
- width: 710rpx;
- border-radius: 20rpx;
- overflow: hidden;
- position: relative;
- box-shadow: 0 10rpx 60rpx rgba(0, 0, 0, 0.1);
- margin: 0 auto 40rpx;
- }
- .spu-content .count-down-content {
- width: 290rpx;
- height: 60rpx;
- border-radius: 0 0 40rpx 40rpx;
- background: linear-gradient(to right, #ff5041, #ff994b);
- position: absolute;
- left: 210rpx;
- top: 0;
- font-size: 26rpx;
- color: #fff;
- text-align: center;
- line-height: 60rpx;
- font-weight: bold;
- }
- .spu-content .count-down-content .count-down {
- display: inline-block;
- font-size: 26rpx;
- font-weight: bold;
- }
- .spu-content .count-down-content .count-down em {
- margin: 0;
- }
- .spu-content.disabled {
- opacity: 0.6;
- }
- .spu-content .item-top {
- width: 710rpx;
- height: 352rpx;
- position: relative;
- }
- .spu-content .item-top .act-end {
- position: absolute;
- width: 216rpx;
- height: 88rpx;
- border-radius: 10rpx;
- background: rgba(0, 0, 0, 0.5);
- color: #fff;
- font-size: 32rpx;
- text-align: center;
- line-height: 88rpx;
- left: 248rpx;
- top: 136rpx;
- }
- .spu-content .item-bottom {
- box-sizing: border-box;
- padding: 24rpx 30rpx;
- position: relative;
- }
- .spu-content .item-bottom .spu-title {
- color: #444;
- font-size: 32rpx;
- line-height: 36rpx;
- margin-bottom: 16rpx;
- font-weight: 500;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .spu-content .item-bottom .spu-desc {
- font-size: 24rpx;
- line-height: 24rpx;
- color: #444;
- display: flex;
- align-items: center;
- }
- .spu-content .item-bottom .spu-desc em {
- margin-right: 20rpx;
- white-space: nowrap;
- }
- .spu-content .item-bottom .spu-desc .tag {
- border: 1rpx solid #ff5344;
- color: #ff5344;
- margin-right: 8rpx;
- font-size: 18rpx;
- line-height: 24rpx;
- padding: 0 8rpx;
- border-radius: 20rpx;
- white-space: nowrap;
- display: flex;
- align-items: center;
- vertical-align: middle;
- }
- .spu-content .item-bottom .spu-desc .tag.hidden {
- display: none;
- }
- .spu-content .item-bottom .spu-desc .tag-green {
- color: #4ab089;
- border-color: #4ab089;
- }
- .spu-content .item-bottom .spu-price {
- display: flex;
- align-items: flex-end;
- font-size: 22rpx;
- line-height: 22rpx;
- overflow: hidden;
- margin-top: 10rpx;
- }
- .spu-content .item-bottom .spu-price .sale-price {
- color: #ff5344;
- margin-right: 8rpx;
- margin-bottom: -4rpx;
- }
- .spu-content .item-bottom .spu-price .sale-price span {
- font-size: 56rpx;
- line-height: 56rpx;
- margin-left: 8rpx;
- font-weight: bold;
- }
- .spu-content .item-bottom .spu-price .market-price {
- text-decoration: line-through;
- color: #999;
- margin-right: 30rpx;
- }
- .spu-content .item-bottom .spu-count {
- font-size: 22rpx;
- line-height: 22rpx;
- color: #999;
- }
- .spu-content .item-bottom .add-cart {
- width: 68rpx;
- height: 68rpx;
- padding: 0;
- margin: 0;
- position: absolute;
- right: 24rpx;
- bottom: 16rpx;
- }
- .spu-content .item-bottom .add-cart image {
- width: 68rpx;
- height: 68rpx;
- display: block;
- }
|