Commit 3a5cd02c0f7d18049f267dc2d4aa8822999aa0a1

Authored by antploy
1 parent 85893df1

团购进度条样式

components/diy_groupbuy/diy_groupbuy.wxss
... ... @@ -90,6 +90,7 @@ swiper {
90 90 } */
91 91 .progress_box{
92 92 position: relative;
  93 + height: 40rpx;
93 94 }
94 95 .progress::after{
95 96 content: attr(data-content);
... ... @@ -97,12 +98,14 @@ swiper {
97 98 right: 20px;
98 99 font-size: 24rpx;
99 100 color: #fff;
  101 + line-height: 40rpx;
100 102 }
101 103 .on_sale{
102 104 position: absolute;
103 105 font-size: 24rpx;
104 106 left: 40%;
105   - top: 2rpx;
  107 + line-height: 40rpx;
  108 + /* top: 2rpx; */
106 109 color: #fff;
107 110 }
108 111  
... ...