jufubao-base 1.0.158-beta11 → 1.0.158-beta15
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
|
@@ -205,8 +205,9 @@ export default {
|
|
|
205
205
|
@bgHeight: @ticketHeight - 40rpx;
|
|
206
206
|
.xd-cou-card-bind {
|
|
207
207
|
width: 600rpx;
|
|
208
|
-
max-height:
|
|
208
|
+
max-height: 1000rpx;
|
|
209
209
|
padding-bottom: 80rpx;
|
|
210
|
+
position: relative;
|
|
210
211
|
.ticket_box {
|
|
211
212
|
background-color: #fff;
|
|
212
213
|
background-size: 100% auto;
|
|
@@ -287,10 +288,8 @@ export default {
|
|
|
287
288
|
}
|
|
288
289
|
}
|
|
289
290
|
.dialog_close {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
left: 50%;
|
|
293
|
-
transform: translateX(-50%);
|
|
291
|
+
margin: 0 auto;
|
|
292
|
+
margin-top: 20rpx;
|
|
294
293
|
}
|
|
295
294
|
}
|
|
296
295
|
</style>
|