Merge branch 'feature/find-goods' into feature/captcha
# Conflicts: # package.json
Showing
3 changed files
with
16 additions
and
26 deletions
1 | { | 1 | { |
2 | "name": "yohobuywap-node-activity", | 2 | "name": "yohobuywap-node-activity", |
3 | - "version": "6.9.16-beta-1", | 3 | + "version": "6.9.15-29", |
4 | "private": true, | 4 | "private": true, |
5 | "description": "A New Yohobuy Project With Express", | 5 | "description": "A New Yohobuy Project With Express", |
6 | "repository": { | 6 | "repository": { |
@@ -60,7 +60,7 @@ body { | @@ -60,7 +60,7 @@ body { | ||
60 | 60 | ||
61 | .item-wrapper { | 61 | .item-wrapper { |
62 | padding: 40.96px 0 46.08px 0; | 62 | padding: 40.96px 0 46.08px 0; |
63 | - border-bottom: 1px solid #e0e0e0; | 63 | + border-bottom: 0.5px solid #e0e0e0; |
64 | 64 | ||
65 | &:last-child { | 65 | &:last-child { |
66 | border-bottom: 0; | 66 | border-bottom: 0; |
@@ -112,22 +112,29 @@ body { | @@ -112,22 +112,29 @@ body { | ||
112 | .item-info { | 112 | .item-info { |
113 | display: flex; | 113 | display: flex; |
114 | margin-top: 25.6px; | 114 | margin-top: 25.6px; |
115 | - max-height: 240px; | 115 | + max-height: 204.8px; |
116 | overflow: hidden; | 116 | overflow: hidden; |
117 | text-decoration: none; | 117 | text-decoration: none; |
118 | color: #000; | 118 | color: #000; |
119 | 119 | ||
120 | .item-detail { | 120 | .item-detail { |
121 | - display: flex; | ||
122 | - flex-direction: column; | ||
123 | flex: 1; | 121 | flex: 1; |
124 | margin-left: 34.13px; | 122 | margin-left: 34.13px; |
125 | - justify-content: space-between; | 123 | + display: flex; |
124 | + flex-direction: column; | ||
125 | + position: relative; | ||
126 | + | ||
127 | + &:before { | ||
128 | + content: ""; | ||
129 | + position: absolute; | ||
130 | + width: 100%; | ||
131 | + height: 100%; | ||
132 | + z-index: -1; | ||
133 | + } | ||
126 | 134 | ||
127 | .desc-wrapper { | 135 | .desc-wrapper { |
128 | margin-top: 8.5px; | 136 | margin-top: 8.5px; |
129 | -webkit-tap-highlight-color: transparent; | 137 | -webkit-tap-highlight-color: transparent; |
130 | - } | ||
131 | 138 | ||
132 | .item-name { | 139 | .item-name { |
133 | font-size: 23.89px; | 140 | font-size: 23.89px; |
@@ -153,28 +160,11 @@ body { | @@ -153,28 +160,11 @@ body { | ||
153 | -webkit-box-orient: vertical; | 160 | -webkit-box-orient: vertical; |
154 | margin-top: 8.5px; | 161 | margin-top: 8.5px; |
155 | } | 162 | } |
156 | - | ||
157 | - .action-tip { | ||
158 | - font-size: 20.48px; | ||
159 | - letter-spacing: 0.16px; | ||
160 | - display: flex; | ||
161 | - align-items: center; | ||
162 | - margin-bottom: -6.83px; | ||
163 | - } | ||
164 | - | ||
165 | - .action-icon { | ||
166 | - display: inline-block; | ||
167 | - width: 32px; | ||
168 | - height: 32px; | ||
169 | - background: url("img/activity/find-goods-more@3x.png"); | ||
170 | - background-repeat: no-repeat; | ||
171 | - background-position: center; | ||
172 | - background-size: cover; | ||
173 | - margin-left: 5.12px; | ||
174 | } | 163 | } |
175 | 164 | ||
176 | .like-option { | 165 | .like-option { |
177 | - font-size: 24px; | 166 | + position: absolute; |
167 | + top: 130px; | ||
178 | 168 | ||
179 | .like-option-btn { | 169 | .like-option-btn { |
180 | display: flex; | 170 | display: flex; |
-
Please register or login to post a comment