autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 1 year ago
parent bdce41b3b2
commit 66d1a0899a

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

@ -18061,24 +18061,36 @@ var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
justify: "space-between",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Editmodules.CountDown,
style: {
width: '40px'
},
children: timeDown.day || 0
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
className: "ml5 mr5",
children: "\u5929"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Editmodules.CountDown,
style: {
width: '27px'
},
children: timeDown.hour || 0
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
className: "ml5 mr5",
children: "\u65F6"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Editmodules.CountDown,
style: {
width: '27px'
},
children: timeDown.minute || 0
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
className: "ml5 mr5",
children: "\u5206"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Editmodules.CountDown,
style: {
width: '27px'
},
children: timeDown.second || 0
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
className: "ml5 mr5",

@ -84,6 +84,7 @@
line-height: 14px;
background: rgba(255, 157, 24, 0.1);
border-radius: 2px;
text-align: center;
}
.EnrollButton___BABXn [class~='ant-btn'] {
font-weight: 500;

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