autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 09b7f688a5
commit b08d76aaa6

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[67138,53396,62531,31594,28943,98150,24064,72469,32810,17714,94797,52141,31701,17244,95318,51253,15963,23997,90935,69909,94598,15141,28244,58838,31556,96004,23003,6572,32405,93600,26314],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[67138,62531,31594,28943,53396,98150,24064,72469,32810,17714,94797,52141,31701,17244,95318,51253,15963,23997,90935,69909,94598,15141,28244,58838,31556,96004,23003,6572,32405,93600,26314],{
/***/ 87169:
/*!*******************************************************************************************************************!*\

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[72469,53396,62531,31594,28943,98150,24064,67138,32810,17714,94797,52141,31701,17244,95318,51253,15963,23997,90935,69909,94598,15141,28244,58838,31556,96004,23003,6572,32405,93600,26314],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[72469,62531,31594,28943,53396,98150,24064,67138,32810,17714,94797,52141,31701,17244,95318,51253,15963,23997,90935,69909,94598,15141,28244,58838,31556,96004,23003,6572,32405,93600,26314],{
/***/ 87169:
/*!*******************************************************************************************************************!*\

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[98150,53396,62531,15963,23997,94598,58838,31556,96004,23003,6572,32405],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[98150,62531,53396,15963,23997,94598,58838,31556,96004,23003,6572,32405],{
/***/ 87169:
/*!*******************************************************************************************************************!*\

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

@ -380,6 +380,8 @@ var _umi_production_exports = __webpack_require__(5841);
var laboratory = __webpack_require__(32089);
// EXTERNAL MODULE: ./src/utils/hooks/useCustomRequest.ts
var useCustomRequest = __webpack_require__(64011);
// EXTERNAL MODULE: ./src/utils/fetch.ts
var fetch = __webpack_require__(43391);
;// CONCATENATED MODULE: ./src/pages/Equipment/Working/index.tsx
@ -406,6 +408,7 @@ var useCustomRequest = __webpack_require__(64011);
var IndexPage = function IndexPage(_ref) {
@ -591,6 +594,51 @@ var IndexPage = function IndexPage(_ref) {
setDeviceInfo(res === null || res === void 0 ? void 0 : res.devices);
});
};
(0,_react_17_0_2_react.useEffect)(function () {
//推流转换
getlist();
setitems();
}, []);
function getlist() {
return _getlist.apply(this, arguments);
} // async function setitems() {
// let res = await Fetch(`/stream/3/add`, {
// method: 'post',
// body: {
// name: '六楼录像机',
// channels: {
// '3': {
// "name": "ch1",
// "url": "rtsp://admin:zaq12wsx@192.168.1.53:554/Streaming/Channels/101",
// "on_demand": true,
// "debug": false,
// "status": 0
// }
// }
// }
// })
// }
function _getlist() {
_getlist = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() {
var res;
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
_context2.next = 2;
return (0,fetch/* default */.ZP)("/api/zz_classrooms/statistics/camera_infos.json", {
method: 'get'
});
case 2:
res = _context2.sent;
if ((res === null || res === void 0 ? void 0 : res.status) === 0) {}
case 4:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return _getlist.apply(this, arguments);
}
var DeviceStatisticsDom = (0,_react_17_0_2_react.useMemo)(function () {
var _DeviceStatisticsData, _DeviceStatisticsData2, _DeviceStatisticsData3;
var TypeALLNum = (DeviceStatisticsData === null || DeviceStatisticsData === void 0 || (_DeviceStatisticsData = DeviceStatisticsData.data) === null || _DeviceStatisticsData === void 0 || (_DeviceStatisticsData = _DeviceStatisticsData.device_type_statistics) === null || _DeviceStatisticsData === void 0 ? void 0 : _DeviceStatisticsData.reduce(function (sum, cur) {
@ -646,56 +694,38 @@ var IndexPage = function IndexPage(_ref) {
})
});
}, [DeviceStatisticsData]);
(0,_react_17_0_2_react.useEffect)(function () {
if (iframeRef.current) {
iframeRef.current.onload = function () {
getifrom();
// 在这里执行你的逻辑,比如设置状态或者调用函数等
};
}
}, []); // 空依赖数组表示这个effect只运行一次在组件挂载后
function getifrom() {
return _getifrom.apply(this, arguments);
}
function _getifrom() {
_getifrom = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() {
var iframe, aa, i, item;
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
iframe = document.getElementById('iframeShixuns');
aa = [];
for (i = 51; i <= 70; i++) {
item = {
szUsername: 'admin',
szPassword: 'zaq12wsx',
szIP: "192.168.1.".concat(i),
szPort: '80'
};
aa.push(item);
}
iframeRef.current.contentWindow.postMessage(aa, '*');
// let res = await Fetch(`/api/zz_classrooms/statistics/camera_infos.json`, {
// method: 'get',
// })
// if (res?.status === 0) {
// const loginDevices = res.data?.infos.map((item) => {
// return {
// szUsername: item.user,
// szPassword: item.pas,
// szIP: item.ip,
// szPort: item.dk,
// }
// })
// }
case 4:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return _getifrom.apply(this, arguments);
}
// useEffect(() => {
// if (iframeRef.current) {
// iframeRef.current.onload = () => {
// getifrom()
// // 在这里执行你的逻辑,比如设置状态或者调用函数等
// };
// }
// }, []); // 空依赖数组表示这个effect只运行一次在组件挂载后
// async function getifrom() {
// const iframe: any = document.getElementById('iframeShixuns');
// let aa = [];
// for (let i = 51; i <= 70; i++) {
// let item = { szUsername: 'admin', szPassword: 'zaq12wsx', szIP: `192.168.1.${i}`, szPort: '80' }
// aa.push(item);
// }
// iframeRef.current.contentWindow.postMessage(aa, '*')
// let res = await Fetch(`/api/zz_classrooms/statistics/camera_infos.json`, {
// method: 'get',
// })
// if (res?.status === 0) {
// const loginDevices = res.data?.infos.map((item) => {
// return {
// szUsername: item.user,
// szPassword: item.pas,
// szIP: item.ip,
// szPort: item.dk,
// }
// })
// }
// }
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Workingmodules.monitor,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -763,16 +793,13 @@ var IndexPage = function IndexPage(_ref) {
style: {
display: 'flex'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("iframe", {
ref: iframeRef,
style: {
height: '70vh',
width: 1200,
marginTop: 20,
visibility: "hidden"
},
src: 'http://192.168.1.206/cn/demo.html',
frameBorder: "0"
children: /*#__PURE__*/(0,jsx_runtime.jsx)("video", {
id: "1",
muted: true,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("source", {
src: "http://192.168.1.22:8083/stream/1/channel/\u6D4B\u8BD5\u5BA4/hls/live/index.m3u8",
type: "application/x-mpegURL"
})
})
})]
})

@ -894,7 +894,7 @@ var Journal = function Journal() {
message: "请上传附件"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, {
accept: '.pdf,.word,image/*',
accept: '.pdf,.doc,.docx,image/*',
number: 1
})
})]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,803 +0,0 @@
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Practices/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.officialNotice___viNFQ {
width: 100%;
height: 100vh;
position: relative;
background: linear-gradient(180deg, #0B2D73 0%, #5463C5 100%);
}
.officialNotice___viNFQ .nav_add___dlM_9 {
width: 9vw;
height: 4vh;
background: #1C367E;
box-shadow: inset 0px 0.05vw 0.1vw 0px rgba(27, 36, 74, 0.5);
border-radius: 0.6vw;
margin-right: 2vw;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.officialNotice___viNFQ .content___TPBj4 {
display: flex;
height: 90vh;
margin-top: 2vh;
padding: 1vh 1.5vw 0 1.5vw;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y {
width: 100vw;
height: 88vh;
margin-left: 1.5vw;
background: linear-gradient(180deg, #224392 0%, #5B6BC7 100%);
box-shadow: 0px 2px 4px 0px #435FCC;
border-radius: 1vw;
border: 1px solid #435FCC;
padding: 2vw;
/* 图片路径 */
background-repeat: no-repeat;
background-size: 17vw 20vh;
/* 设置图片的大小 */
background-position: top 1vh right 1vw;
/* 定位图片到右上角 */
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: 75vh;
overflow-y: auto;
align-content: flex-start;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX .two_item___uhCn2 {
width: 35vw;
height: 12vh;
margin-bottom: 1vw;
background: rgba(9, 32, 93, 0.6);
padding: 1vw 0.5vw 1vw 1vw;
display: flex;
cursor: pointer;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX .two_item___uhCn2 .two_img___M3hdb {
width: 30%;
height: 8.5vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX .two_item___uhCn2 .two_text___RRGlD {
width: 53%;
margin-left: 1vw;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 1.8vh;
color: #FFFFFF;
font-style: normal;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX .two_item___uhCn2 .two_time___IodP1 {
width: 15%;
margin-left: 2%;
border-left: 1px rgba(255, 255, 255, 0.2) solid;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX .two_item___uhCn2 .two_time___IodP1 .time_year___Y3qEQ {
font-size: 2vh;
height: 5vh;
line-height: 5vh;
color: #fff;
font-size: 600;
text-align: center;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_two___kkTTX .two_item___uhCn2 .two_time___IodP1 .time_month___a7D0n {
color: #fff;
font-size: 1.2vh;
height: 3vh;
line-height: 2vh;
text-align: center;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK {
height: 75vh;
overflow-y: auto;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E {
width: 100%;
height: 22.7vh;
margin-bottom: 1vw;
background: rgba(9, 32, 93, 0.6);
padding: 1vw;
display: flex;
cursor: pointer;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E:last-child {
margin-bottom: 0;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_img___cogcZ {
width: 21.5%;
height: 19vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_text___c499Y {
width: 61.5%;
margin-left: 2vw;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_text___c499Y .one_title___MQP7E {
height: 7vh;
font-weight: 600;
font-style: normal;
color: #FFFFFF;
font-size: 2.2vh;
font-family: PingFangSC, PingFang SC;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 2vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_text___c499Y .one_neirong___o3V99 {
height: 9.6vh;
font-weight: 400;
color: #FFFFFF;
font-style: normal;
font-size: 1.6vh;
font-family: PingFangSC, PingFang SC;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_time___qYslU {
width: 12%;
margin-left: 2%;
height: 17.5vh;
background: rgba(255, 255, 255, 0.2);
border-radius: 1vh;
margin-top: 1vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_time___qYslU .time_year___Y3qEQ {
font-size: 3.5vh;
height: 5vh;
line-height: 5vh;
color: #fff;
font-size: 600;
text-align: center;
margin-top: 4vh;
margin-bottom: 0.8vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_time___qYslU .time_month___a7D0n {
color: #fff;
font-size: 1.6vh;
height: 3vh;
line-height: 3vh;
text-align: center;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.upload_button {
width: 108px;
height: 32px;
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
border: 1px solid #BACFFE;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #3061D0;
display: inline-block;
text-align: center;
align-items: center;
align-content: center;
}
.upload_button .aBtn_img {
width: 14px;
height: 14px;
margin-top: -3px;
margin-right: 8px;
}
.upload_button:hover {
width: 108px;
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
border: 1px solid #BACFFE;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #3061D0;
}
.disable_upload_button {
width: 108px;
height: 32px;
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
}
.disable_upload_button .aBtn_img {
width: 14px;
height: 14px;
margin-top: -3px;
margin-right: 8px;
}
.upload_button:active {
width: 108px;
height: 32px;
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
border: 1px solid #BACFFE;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #3061D0;
}
.upload_text {
width: 129px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #5F6367;
line-height: 20px;
margin-left: 16px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/HeaderNav/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.nav_bg___pTE1T {
height: 45px;
width: 100%;
display: flex;
justify-content: space-between;
background: #163B88;
position: relative;
}
.nav_bg___pTE1T .nav_left___tT9dm {
height: 45px;
width: 30vw;
display: flex;
align-items: center;
margin-left: 1.5vw;
}
.nav_bg___pTE1T .nav_time___ZYsoD {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #FFFFFF;
text-align: left;
font-style: normal;
}
.nav_bg___pTE1T .nav_title___VcKTB {
height: 60px;
width: 460px;
position: absolute;
top: 0;
left: 50%;
right: 50%;
transform: translateX(-50%);
}
.nav_bg___pTE1T .nav_right___GdTJz {
height: 45px;
width: 30vw;
display: flex;
align-items: center;
justify-content: flex-end;
margin-right: 1.5vw;
}
.nav_bg___pTE1T .nav_right___GdTJz img {
cursor: pointer;
}
.nav_bg___pTE1T .nav_right___GdTJz .user_info___pLgXu {
display: flex;
align-items: center;
cursor: pointer;
}
.nav_bg___pTE1T .nav_right___GdTJz .user_info___pLgXu .user_name___El8Wz {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 1.6vh;
color: #FFFFFF;
font-style: normal;
margin: 0 1vh;
}
.nav_bg___pTE1T .message_warp___f0kKB {
position: relative;
cursor: pointer;
margin-left: 2vh;
}
.nav_bg___pTE1T .message_warp___f0kKB .new_message___s9oui {
position: absolute;
top: 0.4vh;
right: 0vh;
width: 6px;
height: 6px;
border-radius: 50%;
background: red;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/AuthModal/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tilte___IfiMG {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___pQP78 {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___xrBZQ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___C5kCC {
display: flex;
justify-content: space-between;
}
.img___GoWZu {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___pumTK {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___XvHiZ {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/Join/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___cltIf {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___fKr_O {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center____QfiA {
align-items: center;
box-align: center;
}
.flex_box_center_end___ysqmH {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___CfE8K {
flex-direction: column;
box-orient: block-axis;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___q69Kn {
display: flex;
flex-direction: column;
}
.flex-row___HYZQR {
display: flex;
flex-direction: row;
}
.justify-start___hl1ma {
display: flex;
justify-content: flex-start;
}
.justify-center___DYm_O {
display: flex;
justify-content: center;
}
.justify-end___qddUn {
display: flex;
justify-content: flex-end;
}
.justify-evenly___uhKut {
display: flex;
justify-content: space-evenly;
}
.justify-around___lWRCW {
display: flex;
justify-content: space-around;
}
.justify-between___Fizuh {
display: flex;
justify-content: space-between;
}
.align-start___HDyjH {
display: flex;
align-items: flex-start;
}
.align-center___Z1RIH {
display: flex;
align-items: center;
}
.align-end___TqRle {
display: flex;
align-items: flex-end;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___q69Kn {
display: flex;
flex-direction: column;
}
.flex-row___HYZQR {
display: flex;
flex-direction: row;
}
.justify-start___hl1ma {
display: flex;
justify-content: flex-start;
}
.justify-center___DYm_O {
display: flex;
justify-content: center;
}
.justify-end___qddUn {
display: flex;
justify-content: flex-end;
}
.justify-evenly___uhKut {
display: flex;
justify-content: space-evenly;
}
.justify-around___lWRCW {
display: flex;
justify-content: space-around;
}
.justify-between___Fizuh {
display: flex;
justify-content: space-between;
}
.align-start___HDyjH {
display: flex;
align-items: flex-start;
}
.align-center___Z1RIH {
display: flex;
align-items: center;
}
.align-end___TqRle {
display: flex;
align-items: flex-end;
}
.rightMenu___ADTOX {
width: 120px;
text-align: center;
}
.rightMenu___ADTOX li {
padding: 0 15px;
height: 35px;
line-height: 35px;
background: none !important;
}
.rightMenu___ADTOX li:hover {
background: #0152d9 !important;
}
.rightMenu___ADTOX li:hover a {
color: white !important;
}
.rightMenu___ADTOX li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___aRGsf {
padding: 0 0;
width: 240px;
}
.joinMenu___aRGsf a {
color: #323232;
}
.joinBoard___AeUvr {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___fV4uL {
width: 48%;
}
.hidden___TkCJZ {
display: none;
}
.w140___Vx5lp {
width: 140px !important;
}
.w100___yYRaC {
width: 90%;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/User/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___YbxYn {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Atwkg {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center____I6AC {
align-items: center;
box-align: center;
}
.flex_box_center_end___LrYPg {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___j7QNF {
flex-direction: column;
box-orient: block-axis;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___FjWL1 {
display: flex;
flex-direction: column;
}
.flex-row___VfJkb {
display: flex;
flex-direction: row;
}
.justify-start___kCHdk {
display: flex;
justify-content: flex-start;
}
.justify-center___lxZ9q {
display: flex;
justify-content: center;
}
.justify-end___bVseE {
display: flex;
justify-content: flex-end;
}
.justify-evenly___tH11C {
display: flex;
justify-content: space-evenly;
}
.justify-around___RNnQY {
display: flex;
justify-content: space-around;
}
.justify-between___HFF9Q {
display: flex;
justify-content: space-between;
}
.align-start___C1sHu {
display: flex;
align-items: flex-start;
}
.align-center___Ow7vB {
display: flex;
align-items: center;
}
.align-end___dpCs7 {
display: flex;
align-items: flex-end;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___FjWL1 {
display: flex;
flex-direction: column;
}
.flex-row___VfJkb {
display: flex;
flex-direction: row;
}
.justify-start___kCHdk {
display: flex;
justify-content: flex-start;
}
.justify-center___lxZ9q {
display: flex;
justify-content: center;
}
.justify-end___bVseE {
display: flex;
justify-content: flex-end;
}
.justify-evenly___tH11C {
display: flex;
justify-content: space-evenly;
}
.justify-around___RNnQY {
display: flex;
justify-content: space-around;
}
.justify-between___HFF9Q {
display: flex;
justify-content: space-between;
}
.align-start___C1sHu {
display: flex;
align-items: flex-start;
}
.align-center___Ow7vB {
display: flex;
align-items: center;
}
.align-end___dpCs7 {
display: flex;
align-items: flex-end;
}
.userPic___a46Uz {
width: 34px;
height: 34px;
border-radius: 34px;
cursor: pointer;
}
.rightMenu___y_nqk {
text-align: center;
}
.rightMenu___y_nqk li {
padding: 0;
}
.rightMenu___y_nqk li:hover {
background: #0152d9;
}
.rightMenu___y_nqk li:hover a {
color: white;
}
.rightMenu___y_nqk li a {
font-size: 14px;
margin: 0;
}
[id="educoder"] .menuWrap___iwlZB {
padding-left: 0;
padding-right: 0;
border-radius: 2px;
}
[id="educoder"] .menuWrap___iwlZB li {
height: 35px;
padding: 0 !important;
}
[id="educoder"] .menuWrap___iwlZB li [class~='ant-dropdown-menu-title-content'] {
flex: none !important;
}
[id="educoder"] .menuWrap___iwlZB li a {
margin: 0px;
color: #323232;
text-align: left;
padding: 0px 15px;
line-height: 35px;
}
.exit___MOREW {
border-top: 1px solid #eeeeee;
}
.classromediv___crYsO {
width: 60px;
height: 50px;
display: flex;
align-items: center;
border-radius: 50px;
cursor: pointer;
animation: glow___jMGk7 200ms ease-out infinite alternate;
}
@keyframes glow___jMGk7 {
0% {
border-color: #00fff9;
text-align: center;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
border-color: #00fff9;
text-align: center;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.height67___asp2E {
height: 40px;
}
.login___WGEW9 {
width: 90px;
height: 32px;
line-height: 32px;
text-align: center;
background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%);
border-radius: 2px;
cursor: pointer;
font-size: 14px;
color: #ffffff;
}
.login___WGEW9 > span {
padding: 0 !important;
}
.icon___HABAt {
font-size: 12px;
display: inline-block;
transform: translateY(3px) scale(0.6);
color: #979797;
}
.new_style___VRLKt {
width: 3vh;
height: 3vh;
margin: 0 1.5vh 0 2vh;
}
.zzxy_user___LLqzL {
display: flex;
align-items: center;
cursor: pointer;
}
.zzxy_user___LLqzL span {
color: #fff;
font-size: 12px;
}
.zzxy_user___LLqzL .icon_img___WwVKf {
margin-left: 1.5vh;
height: 7px;
}
.new_style_header___V65v3 {
display: flex;
align-items: center;
height: 45px;
}
.height6_vh___T2Kph {
height: 45px;
}

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