Auto Submit

dev_local_v9_test1
autosubmit 1 year ago
parent c0fc58cede
commit f376b2ad3a

@ -26,7 +26,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.35a9742d.js"></script>
<script src="/react/build/umi.d10dc817.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -1533,7 +1533,7 @@ var DiQuScrollList = function DiQuScrollList(_ref) {
marginTop: '0.06rem'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: (item === null || item === void 0 || (_item$name = item.name) === null || _item$name === void 0 ? void 0 : _item$name.length) > 11 ? DiQuPageListmodules.chaochuContent : '',
className: (item === null || item === void 0 || (_item$name = item.name) === null || _item$name === void 0 ? void 0 : _item$name.length) > 10 ? DiQuPageListmodules.chaochuContent : '',
children: item === null || item === void 0 ? void 0 : item.name
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -1550,7 +1550,8 @@ var DiQuScrollList = function DiQuScrollList(_ref) {
className: DiQuPageListmodules.chaochu,
style: {
color: '#D5E1F7',
marginTop: '0.02rem'
marginTop: '0.02rem',
width: '100%'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: (item === null || item === void 0 || (_item$school_name = item.school_name) === null || _item$school_name === void 0 ? void 0 : _item$school_name.length) > 15 ? DiQuPageListmodules.chaochuContent : '',

@ -1090,7 +1090,7 @@
/* 滚动动画 */
@keyframes scroll-text___G71iw {
0% {
transform: translateX(100%);
transform: translateX(2%);
/* 初始位置在容器右边之外 */
}
100% {
@ -1102,7 +1102,7 @@
.chaochuContent___GOdTj {
display: inline-block;
/* 使文本横向排列 */
animation: scroll-text___G71iw 5s linear infinite;
animation: scroll-text___G71iw 10s linear infinite;
/* 10秒循环滚动 */
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save