autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 84c2e03421
commit 2abda343bf

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

@ -502,7 +502,7 @@ var dataInfo = function dataInfo(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.left_top_content,
children: (_ref2 = [1, 2, 3, 4]) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (item, index) {
children: (_ref2 = [1, 2, 3, 4, 5, 6, 7, 8, 9]) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -555,7 +555,7 @@ var dataInfo = function dataInfo(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.left_bottom_content,
children: (_ref3 = [1, 2]) === null || _ref3 === void 0 ? void 0 : _ref3.map(function (item, index) {
children: (_ref3 = [1, 2, 3, 4, 5]) === null || _ref3 === void 0 ? void 0 : _ref3.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -619,15 +619,16 @@ var dataInfo = function dataInfo(_ref) {
className: dataInfomodules.center_top_content,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.user_list,
children: (_ref6 = [1, 2, 3, 4, 5, 6, 7]) === null || _ref6 === void 0 ? void 0 : _ref6.map(function (item, index) {
children: (_ref6 = [1, 2, 3, 4, 5, 6]) === null || _ref6 === void 0 ? void 0 : _ref6.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.user_list_info,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../img/subject3.jpg */ 76655),
width: 80,
height: 80,
style: {
borderRadius: '40px'
borderRadius: '50%',
border: '1px solid #FFFFFF',
height: '4vw',
width: '4vw'
}
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
@ -677,7 +678,7 @@ var dataInfo = function dataInfo(_ref) {
style: {
color: '#fff',
marginLeft: 'auto',
fontSize: '12px'
fontSize: '1.3vh'
},
children: "\u63D0\u95EE\u4EBA\uFF1A\u9648\u5927\u5FD7"
})]

@ -16,7 +16,7 @@
background: url(./static/top_img.567c7c1d.png) no-repeat;
background-position: center;
background-size: 100% 100%;
height: 84px;
height: 8.5vh;
width: 100%;
display: flex;
justify-content: space-between;
@ -54,17 +54,15 @@
font-style: normal;
}
.defendCloud___vSu9Q .nav_bg___qgiUW .nav_title___R2bdA {
height: 40px;
font-family: AlibabaPuHuiTi;
font-size: 28px;
font-size: 3vh;
color: #FFFFFF;
line-height: 40px;
letter-spacing: 1px;
text-shadow: 0px 0px 6px #03296F, inset 0px 0px 4px #FFFFFF;
text-align: center;
font-style: normal;
height: 84px;
line-height: 80px;
height: 8.5vh;
line-height: 8.5vh;
}
.defendCloud___vSu9Q .nav_bg___qgiUW .nav_right___RaNYa {
height: 62px;
@ -91,8 +89,8 @@
margin: 0 10px;
}
.defendCloud___vSu9Q .content___TS_zn {
width: 100%;
height: calc(100vh - 170px);
width: 100vw;
height: calc(100vh - 17.5vh);
display: flex;
align-items: center;
}
@ -168,18 +166,18 @@
background: url(./static/bottom_img.fe9e74aa.png) no-repeat;
background-position: center;
background-size: 100% 100%;
height: 86px;
height: 9vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.defendCloud___vSu9Q .footer_bg___RnVqX .footer_button___yb03x {
width: 196px;
height: 50px;
line-height: 50px;
width: 10vw;
height: 5vh;
line-height: 5vh;
font-family: PingFangSC, PingFang SC;
font-size: 18px;
font-size: 2vh;
font-style: normal;
text-align: center;
background-position: center;
@ -194,154 +192,157 @@
display: flex;
align-items: center;
width: 100%;
padding: 25px 40px;
height: 100%;
padding: 2vh 1.8vw;
background: red;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv {
width: 28%;
width: 28vw;
height: 100%;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_top___SmID4 {
height: calc((100vh - 220px)*0.52);
height: 40vh;
background: linear-gradient(165deg, rgba(92, 147, 238, 0.5) 0%, rgba(132, 169, 235, 0.4) 100%);
border-radius: 10px;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_top___SmID4 .left_top_content___JUyN1 {
height: calc((100vh - 220px)*0.52 - 90px);
margin-top: 10px;
padding: 0 20px;
height: calc(40vh - 8vh);
margin-top: 1vh;
padding: 0 1vw;
overflow-y: auto;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_top___SmID4 .left_top_content___JUyN1 .content_list___O_hSp {
height: 45px;
height: 4vh;
display: flex;
align-items: center;
border-bottom: 1px rgba(164, 200, 252, 0.4) solid;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_top___SmID4 .left_top_content___JUyN1 .content_list___O_hSp .list_time___niqUX {
width: 60px;
height: 26px;
line-height: 26px;
width: 3vw;
height: 2.5vh;
line-height: 2.5vh;
background: #2160C7;
border-radius: 2px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
font-size: 1.4vh;
color: #FFFFFF;
text-align: center;
font-style: normal;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_top___SmID4 .left_top_content___JUyN1 .content_list___O_hSp .list_text___uubk3 {
width: 80%;
width: calc(100% - 3vw);
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
font-size: 1.4vh;
color: #FFFFFF;
font-style: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 10px;
margin-left: 0.5vw;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ {
margin-top: 20px;
height: calc((100vh - 220px)*0.48);
margin-top: 2vh;
height: 36.5vh;
background: linear-gradient(165deg, rgba(92, 147, 238, 0.5) 0%, rgba(132, 169, 235, 0.4) 100%);
border-radius: 10px;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_books___NuPv5 {
height: 110px;
margin: 20px 0;
padding: 0 20px;
height: 13vh;
margin: 1.5vh 0;
padding: 0 1vw;
display: flex;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_books___NuPv5 .books_left___UqcCd {
width: 90px;
height: 110px;
width: 6vw;
height: 100%;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_books___NuPv5 .books_box___g4l0z {
height: 110px;
margin-left: 20px;
height: 100%;
margin-left: 1vw;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_books___NuPv5 .books_box___g4l0z .books_name___i_z_r {
height: 70px;
height: 9vh;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 18px;
font-size: 2vh;
color: #FFFFFF;
line-height: 60px;
line-height: 9vh;
text-align: left;
font-style: normal;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_books___NuPv5 .books_box___g4l0z .books_count___c7CSv {
height: 30px;
height: 3vh;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 12px;
font-size: 1.3vh;
color: #FFFFFF;
line-height: 10px;
text-align: left;
font-style: normal;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_books___NuPv5 .books_right___gAY_O {
height: 100px;
height: 4.3vw;
margin-left: auto;
margin-top: 10px;
margin-top: 4vh;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_content___AllYE {
height: calc((100vh - 220px)*0.48 - 240px);
margin-top: 10px;
padding: 0 20px;
padding: 0 1vw;
overflow-y: auto;
height: 13.5vh;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_content___AllYE .content_list___O_hSp {
height: 45px;
height: 3.3vh;
display: flex;
align-items: center;
border-bottom: 1px rgba(164, 200, 252, 0.4) solid;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_content___AllYE .content_list___O_hSp .list_time___niqUX {
width: 60px;
height: 26px;
line-height: 26px;
width: 3vw;
height: 2.2vh;
line-height: 2.2vh;
background: #39B3AC;
border-radius: 2px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
font-size: 1.4vh;
color: #FFFFFF;
text-align: center;
font-style: normal;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_content___AllYE .content_list___O_hSp .list_text___uubk3 {
width: 80%;
width: calc(100% - 3vw);
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
font-size: 1.4vh;
color: #FFFFFF;
font-style: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 10px;
margin-left: 0.4vw;
}
.dataInfo____aGry .dataInfo_center___gC5Ok {
width: 39%;
margin-left: 20px;
width: 38vw;
height: 100%;
margin: 0 1vw;
background: saddlebrown;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_top___O2gvf {
height: calc((100vh - 220px)*0.27);
height: 21vh;
background: linear-gradient(165deg, rgba(92, 147, 238, 0.5) 0%, rgba(132, 169, 235, 0.4) 100%);
border-radius: 10px;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_top___O2gvf .center_top_content___TvFfj {
height: calc((100vh - 220px)*0.27 - 90px);
margin-top: 10px;
padding: 0 20px;
height: 12.5vh;
margin-top: 1vh;
padding: 0 1vw;
overflow-y: auto;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_top___O2gvf .center_top_content___TvFfj .time_text___ISEA8 {
@ -388,56 +389,56 @@
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_top___O2gvf .center_top_content___TvFfj .user_list___zUcoL .user_list_info___N9Gk5 {
text-align: center;
width: 80px;
font-size: 1.5vh;
width: 6vw;
color: #fff;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_bottom___mGg5Q {
margin-top: 20px;
height: calc((100vh - 220px)*0.73);
margin-top: 2vh;
height: 55.5vh;
background: linear-gradient(165deg, rgba(92, 147, 238, 0.5) 0%, rgba(132, 169, 235, 0.4) 100%);
border-radius: 10px;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_bottom___mGg5Q .center_bottom_content___GsCrN {
height: calc((100vh - 220px)*0.73 - 90px);
margin-top: 10px;
padding: 0 20px;
height: 47vh;
margin-top: 1vh;
padding: 0 1vw;
overflow-y: auto;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_bottom___mGg5Q .center_bottom_content___GsCrN .content_list___O_hSp {
height: 53px;
height: 4.7vh;
display: flex;
align-items: center;
border-bottom: 1px rgba(164, 200, 252, 0.4) solid;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_bottom___mGg5Q .center_bottom_content___GsCrN .content_list___O_hSp .list_time___niqUX {
width: 60px;
height: 26px;
line-height: 26px;
width: 3vw;
height: 3vh;
line-height: 3vh;
border-radius: 2px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
font-size: 1.6vh;
color: #FFFFFF;
text-align: center;
font-style: normal;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_bottom___mGg5Q .center_bottom_content___GsCrN .content_list___O_hSp .list_text___uubk3 {
width: 70%;
width: 25vw;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
font-size: 1.6vh;
color: #FFFFFF;
font-style: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 10px;
margin-left: 0.5vw;
}
.dataInfo____aGry .dataInfo_right___rtH9r {
width: 31%;
margin-left: 20px;
width: 28vw;
}
.dataInfo____aGry .dataInfo_right___rtH9r .right_top___C5_YU {
height: calc((100vh - 220px)*0.73);
@ -516,22 +517,23 @@
width: 100%;
display: flex;
align-items: center;
padding: 20px;
height: 6vh;
padding: 0 2vh;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.div_title___JuOVY .title_name___Vz4Ho {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 18px;
font-size: 2vh;
color: #FFFFFF;
font-style: normal;
margin-left: 10px;
margin-left: 0.5vw;
}
.div_title___JuOVY .title_more___SojIe {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
font-size: 1.6vh;
color: #FFFFFF;
font-style: normal;
margin-left: auto;

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