jufubao-base 1.0.67-beta204 → 1.0.67-beta205
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
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
</view>
|
|
119
119
|
</view>
|
|
120
120
|
</view>
|
|
121
|
+
<view class="jfb-base-con-list__body-content-foot"
|
|
122
|
+
>可在个人中心-我的票券进行查看</view
|
|
123
|
+
>
|
|
121
124
|
</view>
|
|
122
|
-
<view class="jfb-base-con-list__body-foot"
|
|
123
|
-
>可在个人中心-我的票券进行查看</view
|
|
124
|
-
>
|
|
125
125
|
</view>
|
|
126
126
|
<view
|
|
127
127
|
v-else
|
|
@@ -401,7 +401,8 @@ export default {
|
|
|
401
401
|
border-radius: unit(20, rpx);
|
|
402
402
|
background: #fff;
|
|
403
403
|
padding: unit(34, rpx);
|
|
404
|
-
|
|
404
|
+
position: relative;
|
|
405
|
+
top: unit(164, rpx);
|
|
405
406
|
margin-right: auto;
|
|
406
407
|
margin-left: auto;
|
|
407
408
|
width: unit(650, rpx);
|
|
@@ -475,11 +476,12 @@ export default {
|
|
|
475
476
|
}
|
|
476
477
|
}
|
|
477
478
|
}
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
479
|
+
&-foot {
|
|
480
|
+
color: #a6a6a6;
|
|
481
|
+
font-size: unit(24, rpx);
|
|
482
|
+
text-align: center;
|
|
483
|
+
margin-top: unit(40,rpx);
|
|
484
|
+
}
|
|
483
485
|
}
|
|
484
486
|
}
|
|
485
487
|
}
|