|
@@ -72,7 +72,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
watchShow: false,
|
|
|
- bg: "https://ct.zzxcx.net/ctjk/mp-wx/selectRulePaper/selectrulePaperBg1.png",
|
|
|
+ bg: "https://ct.zzxcx.net/ctjk/mp-wx/selectRulePaper/selectrulePaperBg2.png",
|
|
|
query: {},
|
|
|
extraQuery: {
|
|
|
category: 3,
|
|
@@ -130,9 +130,9 @@ export default {
|
|
|
|
|
|
.buttons {
|
|
|
position: absolute;
|
|
|
- top: 1044rpx;
|
|
|
+ top: 906rpx;
|
|
|
width: 100%;
|
|
|
- padding: 0 91rpx;
|
|
|
+ padding: 0 80rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
|