Sanakey
2021-02-06 a50a5b3b9a589356da21bfc55700d037e3f6dd27
提交 | 用户 | age
d98d05 1 .goods-item-container {
S 2   display: flex;
3   flex-direction: column;
4   /* margin: 0 11.5rpx; */
5   background-color: #fff;
6   box-shadow: 6rpx 6rpx 10rpx #f1f1f1;
7   border: none;
8   line-height: inherit;
9   text-align: left;
10   padding: 0;
11 }
12 .goods-item-container::after{
13   border: none;
14 }
15 .goods-item-img {
16   width: 345rpx;
17   height: 345rpx;
18   margin-bottom: 20rpx;
19 }
20
21 .goods-item-title {
22   margin-bottom: 6rpx;
23   font-size: 26rpx;
24   overflow: hidden;
25   text-overflow: ellipsis;
26   white-space: nowrap;
27   width: 300rpx;
28   padding: 0 10rpx;
29   color:#333;
30   font-weight: bold;
31 }
32  .price{
a50a5b 33   padding: 0 10rpx 5rpx;
S 34 }
d98d05 35 .goods-item-price {
S 36   margin-bottom: 16rpx;
37   font-size: 27rpx;
38   color: #f23232;
39   font-weight: bold;
40   padding: 0 20rpx 0 0rpx;
41 }
42 .goods-item-costprice{
43   font-size: 22rpx;
44   color: #c1c1c1;
45   text-decoration: line-through;
46 }
47 .goods-item-info{
48   margin-bottom: 6rpx;
49   font-size: 24rpx;
50   overflow: hidden;
51   text-overflow: ellipsis;
52   white-space: nowrap;
53   width: 300rpx;
54   padding: 0 10rpx;
55   color:#ff0000;
56 }
57 .img-info{
58   position: absolute;
59   left: 50%;
60   top:50%;
61   transform: translate(-50%,-50%);
62   font-size: 36rpx;
63   padding: 12rpx 30rpx;
64   background-color: #333;
65   opacity: 0.8;
66   color: #fff;
67   border-radius: 40rpx;
68   min-width: 110rpx;
69
70 }
71 .info-text{
72   color:#ff0000;
a50a5b 73 }
S 74 .group-tag {
75   position: absolute;
76   left: -2rpx;
77   top: 10rpx;
78 }