123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- .icon-shop {
- position: absolute;
- right: 20rpx;
- bottom: 20rpx;
- width: 54rpx;
- height: 54rpx;
- }
- .icon-shop .img {
- width: 54rpx;
- height: 54rpx;
- }
- .mask {
- width: 348rpx;
- height: 240rpx;
- position: absolute;
- left: 0;
- top: 30rpx;
- background: rgba(255, 255, 255, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .mask .toast {
- width: 196rpx;
- height: 60rpx;
- background: rgba(0, 0, 0, 0.5);
- border-radius: 10rpx;
- text-align: center;
- line-height: 60rpx;
- color: #fff;
- font-weight: bold;
- font-size: 28rpx;
- }
- .spu-img {
- width: 240rpx;
- height: 240rpx;
- border-radius: 10rpx;
- }
- .comming-spu-content {
- width: 348rpx;
- height: 452rpx;
- border-radius: 20rpx;
- background: #fff;
- box-sizing: border-box;
- padding: 30rpx 26rpx 30rpx 26rpx;
- box-shadow: 0 0 40rpx rgba(0, 0, 0, 0.05);
- position: relative;
- }
- .comming-spu-content .spu-img-content {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 296rpx;
- height: 240rpx;
- margin: 0 auto 34rpx;
- }
- .comming-spu-content .spu-name {
- font-size: 28rpx;
- line-height: 28rpx;
- height: 36rpx;
- color: #444;
- margin-bottom: 16rpx;
- font-weight: 500;
- position: relative;
- }
- .comming-spu-content .spu-name .span {
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- position: absolute;
- left: 0;
- top: -4rpx;
- line-height: 36rpx;
- }
- .comming-spu-content .spu-desc {
- color: #ffab20;
- font-size: 24rpx;
- line-height: 24rpx;
- margin-bottom: 14rpx;
- }
- .comming-spu-content .spu-price {
- display: flex;
- align-items: flex-end;
- font-size: 20rpx;
- }
- .comming-spu-content .spu-price .sale-price {
- color: #ff5344;
- margin-right: 8rpx;
- }
- .comming-spu-content .spu-price .sale-price .span {
- font-size: 40rpx;
- line-height: 40rpx;
- margin-left: 4rpx;
- font-weight: 500;
- }
- .comming-spu-content .spu-price .market-price {
- text-decoration: line-through;
- color: #999;
- }
|