|
@ -121,7 +121,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<script setup> |
|
|
<script setup> |
|
|
import { addRecordAPI, getActivity1API } from '../../api/API' |
|
|
|
|
|
|
|
|
import { addRecordAPI, getActivity1API } from '../../api/zhongchouApi' |
|
|
import { ref, computed, onMounted, nextTick, watch } from 'vue' |
|
|
import { ref, computed, onMounted, nextTick, watch } from 'vue' |
|
|
|
|
|
|
|
|
// 活动时间显示 |
|
|
// 活动时间显示 |
|
@ -1114,30 +1114,4 @@ const hideRules = () => { |
|
|
.close-btn:hover { |
|
|
.close-btn:hover { |
|
|
transform: scale(1.05); |
|
|
transform: scale(1.05); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
@media (max-width: 768px) { |
|
|
|
|
|
.main-interactive-area { |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
gap: 30px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stock-area { |
|
|
|
|
|
width: 300px; |
|
|
|
|
|
height: 400px; |
|
|
|
|
|
margin: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rocket-area { |
|
|
|
|
|
order: -1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.main-title { |
|
|
|
|
|
top: 30px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.main-title h1 { |
|
|
|
|
|
font-size: 2rem; |
|
|
|
|
|
} |
|
|
|
|
|
} */ |
|
|
|
|
|
</style> |
|
|
</style> |