jufubao-base 1.0.269-beta6 → 1.0.269-beta7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -189,11 +189,9 @@ export default {
|
|
|
189
189
|
color: #666666;
|
|
190
190
|
font-size: 24rpx;
|
|
191
191
|
height: 60rpx;
|
|
192
|
-
position: absolute;
|
|
193
|
-
bottom: 40rpx;
|
|
194
192
|
width: 100%;
|
|
195
193
|
box-sizing: border-box;
|
|
196
|
-
|
|
194
|
+
margin-top: 60rpx;
|
|
197
195
|
}
|
|
198
196
|
.shop_item{
|
|
199
197
|
display: flex;
|