autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 9ce6112b90
commit a6fa187a5f

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

@ -2035,7 +2035,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
justifyContent: 'space-between'
gap: '20rem'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Statisticsmodules.bordercoent,
@ -2225,6 +2225,9 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Statisticsmodules.bordercoent,
style: {
width: '724rem'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
@ -2362,7 +2365,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
style: {
marginTop: '20rem',
display: 'flex',
justifyContent: 'space-between'
gap: '20rem'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Statisticsmodules.bordercoent1,
@ -2420,7 +2423,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
width: '850rem',
width: '880rem',
height: '200rem'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(lib/* default */.Z, {
@ -2428,7 +2431,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
renderer: 'svg'
},
style: {
width: '850rem',
width: '880rem',
height: '200rem',
marginTop: '20rem'
},
@ -2494,7 +2497,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
renderer: 'svg'
},
style: {
width: '850rem',
width: '880rem',
height: '200rem',
marginTop: '20rem'
},
@ -2622,7 +2625,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Statisticsmodules.bordercoent1,
style: {
width: '100%',
width: '1124rem',
height: '265rem',
overflow: 'auto'
},

@ -783,6 +783,11 @@ button:active {
}
.homeEntrance___Tcz7q {
padding: 40rem 40rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
.bordercoent___lzkC7 {
padding: 20rem 30rem;
@ -791,6 +796,7 @@ button:active {
backdrop-filter: blur(2rem);
background: rgba(4, 59, 158, 0.3);
border: 1rem solid #5C83BD;
width: 360rem;
}
.identity_text___bzvDx {
font-size: 12rem;

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