123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977 |
- <template>
- <div style="width: 100%; height: calc(100%); background: #fff; display: flex">
- <div class="ablockly">
- <div id="blocklyDiv"></div>
- <xml id="toolbox" style="display: none">
- <category name="逻辑" colour="%{BKY_LOGIC_HUE}">
- <block type="controls_if"></block>
- <block type="logic_compare"></block>
- <block type="logic_operation"></block>
- <block type="logic_negate"></block>
- <block type="logic_boolean"></block>
- <block type="logic_number"></block>
- </category>
- <sep></sep>
- <category name="循环" colour="#5ba55b">
- <block type="controls_repeat_forever"></block>
- <block type="controls_whileUntil"></block>
- <block type="controls_for"></block>
- </category>
- <sep></sep>
- <category id="catIOTScreen" name="屏幕" colour="#5cb2d6">
- <block type="iot_lcd_screeninit"></block>
- </category>
- <sep></sep>
- <category id="cat" name="人脸识别" colour="#ee783a">
- <block type="iot_lcd_faceinit"></block>
- </category>
- <sep></sep>
- <category id="police" name="电子警察组件" colour="#1b5873">
- <block type="iot_lcd_policeinit"></block>
- </category>
- <sep></sep>
- <category id="police" name="AI组件" colour="#935ba5">
- <block type="ai_gesture"></block>
- <block type="ai_motor"></block>
- </category>
- </xml>
- </div>
- <div class="container">
- <div class="img">
- <div class="left" style="width: 120px"></div>
- <div class="controlZ">
- <div id="fan" ref="fan">
- <img :src="img[0]" alt />
- </div>
- <div id="fanB">
- <img :src="img[6]" alt />
- </div>
- <div id="motor">
- <img :src="img[1]" alt />
- </div>
- <div id="base">
- <img :src="img[2]" alt />
- </div>
- <div id="a4">
- <img :src="img[3]" alt />
- </div>
- <div id="screan">
- <img :src="img[4]" alt />
- <!--图片展示-->
- <video
- ref="video"
- id="video_cam"
- width="178"
- height="142.4"
- class="face"
- autoplay
- v-show="isCamera"
- ></video>
- <canvas
- ref="canvasDOM"
- width="178"
- height="142.4"
- class="kuang"
- v-show="isCamera"
- ></canvas>
- </div>
- <div id="line">
- <img :src="img[5]" alt />
- </div>
- </div>
- <div class="cameraZ">
- <!--开启摄像头-->
- <div class="cameraBtn">
- <div class="open" @click="start()" v-if="!isZuan">
- <img src="../assets/img/fan/icon.png" alt />
- </div>
- <div class="close" @click="closeCamera()" v-else>
- <img src="../assets/img/fan/icon2.png" alt />
- </div>
- </div>
- <!--确认-->
- <div v-show="false" class="isPhoto">
- <!--canvas截取流-->
- <canvas
- ref="canvas"
- width="300"
- height="240"
- v-show="false"
- ></canvas>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <style>
- .as {
- animation: myfirst 1s linear infinite;
- }
- .asn {
- transform: rotate(0deg);
- }
- @keyframes myfirst {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @-webkit-keyframes myfirst /* Safari and Chrome */ {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .ass {
- animation: myfirst 3s linear infinite;
- }
- </style>
- <script>
- import * as handPoseDetection from "@tensorflow-models/hand-pose-detection";
- import "@tensorflow/tfjs-backend-webgl";
- import * as mpHands from "@mediapipe/hands";
- // 引入Blockly
- import Blockly from "blockly";
- // 引入想要转换的语言,语言有php python dart lua javascript
- import * as JavaScript from "blockly/javascript";
- import * as Blocks from "blockly/blocks";
- // 引入语言包并使用
- import * as hans from "blockly/msg/zh-hans";
- Blockly.setLocale(hans);
- //引入媒体文件:我是在github上下载的blockly源码,将源码中的media文件放入我项目中的public文件夹下
- //忽略被vue错认为组件的blockly中的标签,不止以下这些,请发现一个忽略一个
- import Vue from "vue";
- Vue.config.ignoredElements.push("xml");
- Vue.config.ignoredElements.push("block");
- Vue.config.ignoredElements.push("field");
- Vue.config.ignoredElements.push("category");
- Vue.config.ignoredElements.push("sep");
- Vue.config.ignoredElements.push("value");
- Vue.config.ignoredElements.push("statement");
- Vue.config.ignoredElements.push("mutation");
- export default {
- data() {
- return {
- that: this,
- img: [
- require("../assets/img/fan/fan.png"),
- require("../assets/img/fan/2.png"),
- require("../assets/img/fan/3.png"),
- require("../assets/img/fan/4.png"),
- require("../assets/img/fan/5.png"),
- require("../assets/img/fan/6.png"),
- require("../assets/img/fan/fanB.png"),
- ],
- shibieImg: require("../assets/img/face.png"),
- isCamera: false,
- isZuan: false,
- count: 0,
- change: 0,
- closeUpdateMessage: false,
- updateMessage: false,
- upName: "",
- number: 0,
- isdetected: "请您保持脸部在画面中央",
- videoEl: {},
- canvasEL: {},
- formLabelWidth: "100px",
- resultImg: {
- img: [],
- name: "",
- },
- // 预设样本图,支持本地,网络,beas64
- sampleArr: [
- // {
- // name: "编号1",
- // img: []
- // }
- ],
- // 匹配图,支持本地,网络,beas64
- detArr: [
- //"" 图片1
- ],
- numberOne: 0,
- // 匹配结果
- resultArr: [],
- // 人脸匹配矩阵数组对象转码结果
- faceMatcher: null,
- rotate: 0,
- timer: null,
- detector: null,
- hand: 0,
- isC: false,
- f:null,
- };
- },
- methods: {
- cancel() {
- this.updateMessage = false;
- this.sampleArr[this.sampleArr.length - 1].name = "编号:" + this.number;
- if (this.sampleArr.length > 0) {
- // var a = document.getElementsByClassName("spot");
- // a[0].style.display = "block";
- this.fnsample();
- }
- },
- async start() {
- this.isZuan = true;
- this.isCamera = true;
- let video = this.$refs["video"];
- var that = this;
- if (this.detector == null) {
- await this.fnInit();
- }
- that.f = window.requestAnimationFrame(function () {
- window.cancelAnimationFrame(that.f);
- setTimeout(function () {
- that.handsFind(video);
- that.start();
- }, 3000);
- });
- // setInterval(() => {
- // this.handsFind(video);
- // // window.requestAnimationFrame(this.start);
- // }, 1000);
- },
- zhuan() {
- var _fan = this.$refs.fan;
- _fan.className = "asn as";
- clearInterval(this.timer);
- this.timer = setInterval(function () {
- _fan.className = "asn";
- setTimeout(function () {
- _fan.className = "as";
- }, 0);
- }, 1000);
- },
- zhuann() {
- var _fan = this.$refs.fan;
- this.$refs.fan.className = "asn ass";
- clearInterval(this.timer);
- this.timer = setInterval(function () {
- _fan.className = "asn";
- setTimeout(function () {
- _fan.className = "ass";
- }, 0);
- }, 3000);
- },
- update() {
- this.change = 1;
- this.number = this.number + 1;
- if (this.change == 1) {
- if (this.sampleArr.length > 0) {
- this.sampleArr[this.sampleArr.length - 1].name = this.upName;
- this.isdetected = "已识别到" + this.resultImg.name + "的图片";
- }
- }
- if (this.sampleArr.length > 0) {
- // var a = document.getElementsByClassName("spot");
- // a[0].style.display = "block";
- this.fnsample();
- }
- this.updateMessage = false;
- },
- async handsFind(video) {
- let hands = [];
- try {
- hands = await this.detector.estimateHands(video, {
- flipHorizontal: false,
- });
- } catch (e) {
- console.log(e);
- this.detector.dispose();
- this.detector = null;
- }
- console.log(hands);
- if (hands.length > 0 && this.isCamera) {
- let handsA = hands[0].keypoints;
- let _58y = handsA[5].y / handsA[8].y;
- let _912y = handsA[9].y / handsA[12].y;
- let _1316y = handsA[13].y / handsA[16].y;
- let _1720y = handsA[17].y / handsA[20].y;
- /*石头剪刀布的转速 */
- let buNum = 100;
- let sNum = 0;
- let jNum = 50;
- /**1布2石头3剪刀 */
- if (_58y > 1 && _912y > 1 && _1316y > 1 && _1720y > 1) {
- console.log("布");
- if (this.hand == 1) {
- return;
- }
- this.hand = 1;
- // this.zhuan();
- this.$refs.fan.className = "as";
- } else if (_58y < 1 && _912y < 1 && _1316y < 1 && _1720y < 1) {
- console.log("石头");
- if (this.hand == 2) {
- return;
- }
- this.hand = 2;
- //clearInterval(this.timer);
- this.$refs.fan.className = "asn";
- } else if (_58y > 1 && _912y > 1 && _1316y < 1 && _1720y < 1) {
- console.log("剪刀");
- if (this.hand == 3) {
- return;
- }
- this.hand = 3;
- this.$refs.fan.className = "ass";
- // this.zhuann();
- }
- }
- },
- // 调用摄像头
- callCamera() {
- const loading = this.$loading.service({
- background: "rgba(255, 255, 255, 0.7)",
- target: document.body,
- });
- let _this = this;
- // H5调用电脑摄像头API
- window.navigator.mediaDevices
- .getUserMedia({
- video: true,
- })
- .then((success) => {
- // 摄像头开启成功
- _this.$refs["video"].srcObject = success;
- // 实时拍照效果
- _this.$refs["video"].play();
- loading.close();
- })
- .catch((error) => {
- // console.error("摄像头开启失败,请检查摄像头是否可用!");
- _this.isC = false;
- _this.$message.error("摄像头开启失败,请检查摄像头是否可用!");
- loading.close();
- });
- },
- // 拍照
- photograph() {
- let ctx = this.$refs["canvas"].getContext("2d");
- // 把当前视频帧内容渲染到canvas上
- ctx.drawImage(this.$refs["video"], 0, 0, 300, 240);
- // 转base64格式、图片格式转换、图片质量压缩
- let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7); // 由字节转换为KB 判断大小
- let str = imgBase64.replace("data:image/jpeg;base64,", "");
- let strLength = str.length;
- let fileLength = parseInt(strLength - (strLength / 8) * 2); // 图片尺寸 用于判断
- let size = (fileLength / 1024).toFixed(2);
- console.log(size); // 上传拍照信息 调用接口上传图片 .........
- // this.detArr.push(imgBase64);
- var json = { name: "", img: [] };
- this.number = this.number + 1;
- this.upName = "";
- json.img.push(imgBase64);
- this.sampleArr.push(json);
- this.updateMessage = true;
- },
- // 关闭摄像头
- closeCamera() {
- // if (!this.$refs["video"].srcObject) {
- // this.isCamera = false;
- // return;
- // }
- // let stream = this.$refs["video"].srcObject;
- // let tracks = stream.getTracks();
- // tracks.forEach((track) => {
- // track.stop();
- // });
- // this.$refs["video"].srcObject = null;
- this.isCamera = false;
- window.cancelAnimationFrame(this.f);
- this.isZuan = false;
- clearInterval(this.timer);
- this.$refs.fan.className = "asn";
- this.timer = null;
- this.hand = 0;
- },
- async fnInit() {
- const model = handPoseDetection.SupportedModels.MediaPipeHands;
- const detectorConfig = {
- runtime: "mediapipe", // or 'tfjs'
- modelType: "full",
- // solutionPath: `https://cdn.jsdelivr.net/npm/@mediapipe/hands@${mpHands.VERSION}`,
- solutionPath: `/static/hands`,
- };
- this.detector = await handPoseDetection.createDetector(
- model,
- detectorConfig
- );
- },
- async fnsample() {
- const labeledFaceDescriptors = await Promise.all(
- this.sampleArr.map(async (item) => {
- // 临时图片转码数据,将图片对象转数据矩阵对象
- let descriptors = [];
- for (let image of item.img) {
- const imageEl = await faceapi.fetchImage(image);
- descriptors.push(await faceapi.computeFaceDescriptor(imageEl));
- }
- // 返回图片用户和图片转码数组
- return new faceapi.LabeledFaceDescriptors(item.name, descriptors);
- })
- );
- // 人脸匹配矩阵数组对象转码结果
- this.faceMatcher = new faceapi.FaceMatcher(labeledFaceDescriptors);
- },
- // 执行遍历识别匹配图片,数值误差越小越精确
- fnRun() {
- let ctx = this.$refs["canvas"].getContext("2d");
- // 把当前视频帧内容渲染到canvas上
- ctx.drawImage(this.$refs["video"], 0, 0, 300, 240);
- // 转base64格式、图片格式转换、图片质量压缩
- let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7); // 由字节转换为KB 判断大小
- this.detArr = [];
- this.detArr.push(imgBase64);
- this.detArr.forEach(async (img) => {
- let ts = Date.now();
- // 将图片对象转数据矩阵对象,进行匹配
- const inputEl = await faceapi.fetchImage(img);
- const inputDescriptor = await faceapi.computeFaceDescriptor(inputEl);
- const bestMatch = await this.faceMatcher.findBestMatch(inputDescriptor);
- // 结果
- this.resultArr = [];
- this.resultArr.push({
- target: img,
- result: bestMatch.toString(),
- time: Date.now() - ts + "ms",
- fps: Math.round(1000 / (Date.now() - ts)),
- });
- console.log(this.resultArr);
- var a = document.getElementsByClassName("pFace");
- for (var i = 0; i < this.sampleArr.length; i++) {
- if (this.sampleArr[i].name == bestMatch.label) {
- // this.closeUpdateMessage = true;
- // if (this.change == 1) {
- // this.resultImg.name = this.upName;
- // } else {
- // this.resultImg.name = this.sampleArr[i].name;
- // }
- this.isdetected = "已识别到" + this.sampleArr[i].name + "的图片";
- this.shibieImg = this.sampleArr[i].img[0];
- if (this.shibieImg.length > 0) {
- a[0].style.width = "300px";
- }
- this.resultImg.img[0] = this.sampleArr[i].img[0];
- }
- }
- });
- },
- handleClose(done) {
- done();
- },
- // 更换匹配图
- async fnChange(e) {
- if (!e.target.files.length) return;
- this.detArr = [];
- this.resultArr = [];
- // 将文件显示为图像并识别
- e.target.files.forEach(async (file) => {
- let ts = Date.now();
- let img = await faceapi.bufferToImage(file);
- const inputDescriptor = await faceapi.computeFaceDescriptor(img);
- const bestMatch = await this.faceMatcher.findBestMatch(inputDescriptor);
- // 结果
- this.detArr.push(img.src);
- this.resultArr.push({
- target: file.name,
- result: bestMatch.toString(),
- time: Date.now() - ts + "ms",
- fps: Math.round(1000 / (Date.now() - ts)),
- });
- });
- },
- blocklyInit() {
- this.workspace = Blockly.inject("blocklyDiv", {
- //工具栏
- toolbox: document.getElementById("toolbox"),
- //网格效果
- grid: { spacing: 20, length: 3, colour: "#ccc", snap: true },
- //媒体资源
- media: "../assets/img/",
- //垃圾桶
- trashcan: true,
- });
- //工作区监听代码生成器
- this.workspace.addChangeListener(this.myUpdateFunction);
- Blockly.Blocks["iot_lcd_screeninit"] = {
- init: function () {
- this.appendDummyInput().appendField(
- new Blockly.FieldImage(
- require("../assets/img/screen_init_header.png"),
- 45,
- 45
- )
- );
- this.appendDummyInput().appendField("LCD屏幕打开");
- this.setInputsInline(false);
- this.setPreviousStatement(true);
- this.setNextStatement(true);
- this.setColour("#5cb2d6");
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript.iot_lcd_screeninit = function (block) {
- var _code = "screen=1;";
- return _code;
- };
- Blockly.Blocks["iot_lcd_faceinit"] = {
- init: function () {
- this.appendDummyInput().appendField(
- new Blockly.FieldImage(
- require("../assets/img/face_recognition_header.png"),
- 45,
- 45
- )
- );
- this.appendDummyInput().appendField("人脸辨识");
- this.setInputsInline(false);
- this.setPreviousStatement(true);
- this.setNextStatement(true);
- this.setColour("#ee783a");
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript.iot_lcd_faceinit = function (block) {
- var _code = "face=1;";
- return _code;
- };
- Blockly.Blocks["iot_lcd_policeinit"] = {
- init: function () {
- this.appendDummyInput().appendField(
- new Blockly.FieldImage(
- require("../assets/img/screen_init_header.png"),
- 45,
- 45
- )
- );
- this.appendDummyInput().appendField("电子警察组件");
- this.setInputsInline(false);
- this.setPreviousStatement(true);
- this.setNextStatement(true);
- this.setColour("#1b5873");
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript.iot_lcd_policeinit = function (block) {
- var _code = "police=1;";
- return _code;
- };
- Blockly.Blocks["logic_loop"] = {
- init: function () {
- this.appendStatementInput("NAME")
- .setCheck(null)
- .appendField("重复执行");
- this.setPreviousStatement(true, null);
- this.setNextStatement(true, null);
- this.setColour("#5b80a5");
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript["logic_loop"] = function (block) {
- var statements_name = Blockly.JavaScript.statementToCode(block, "NAME");
- // TODO: Assemble JavaScript into code variable.
- var code = "for;\n";
- return code;
- };
- Blockly.Blocks.controls_repeat_forever = {
- init: function () {
- this.jsonInit({
- message0: Blockly.Msg.CONTROLS_REPEAT_FOREVER,
- previousStatement: null,
- nextStatement: null,
- colour: "#5ba55b",
- tooltip: Blockly.Msg.CONTROLS_REPEAT_FOREVER_TOOLTIP,
- helpUrl: Blockly.Msg.CONTROLS_REPEAT_HELPURL,
- });
- this.appendStatementInput("DO").appendField(
- Blockly.Msg.CONTROLS_REPEAT_INPUT_DO
- );
- },
- };
- Blockly.JavaScript.controls_repeat_forever = function (a) {
- var d = Blockly.JavaScript.statementToCode(a, "DO");
- d = Blockly.JavaScript.addLoopTrap(d, a);
- return "while (true) {\n" + d + "}\n";
- };
- Blockly.Blocks["logic_number"] = {
- init: function () {
- this.appendDummyInput().appendField(
- new Blockly.FieldTextInput("0"),
- "number"
- );
- this.setInputsInline(true);
- this.setOutput(true, "Number");
- this.setColour("#5b80a5");
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript["logic_number"] = function (block) {
- var text_number = block.getFieldValue("number");
- // TODO: Assemble JavaScript into code variable.
- var code = text_number;
- // TODO: Change ORDER_NONE to the correct strength.
- return [code, Blockly.JavaScript.ORDER_NONE];
- };
- Blockly.Blocks["ai_gesture"] = {
- init: function () {
- this.appendDummyInput()
- .appendField("AI手势识别")
- .appendField(new Blockly.FieldDropdown([["ID", "ID"]]), "ID");
- this.setInputsInline(true);
- this.setOutput(true, null);
- this.setColour(285);
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript["ai_gesture"] = function (block) {
- var dropdown_id = block.getFieldValue("ID");
- // TODO: Assemble JavaScript into code variable.
- var code = "hands";
- // TODO: Change ORDER_NONE to the correct strength.
- return [code, Blockly.JavaScript.ORDER_NONE];
- };
- Blockly.Blocks["ai_motor"] = {
- init: function () {
- this.appendDummyInput()
- .appendField("马达")
- .appendField(new Blockly.FieldDropdown([["M1", "M1"]]), "motor")
- .appendField("以速度")
- .appendField(new Blockly.FieldTextInput("0"), "speed")
- .appendField("转动");
- this.setPreviousStatement(true, null);
- this.setNextStatement(true, null);
- this.setColour(285);
- this.setTooltip("");
- this.setHelpUrl("");
- },
- };
- Blockly.JavaScript["ai_motor"] = function (block) {
- var dropdown_motor = block.getFieldValue("motor");
- var text_speed = block.getFieldValue("speed");
- // TODO: Assemble JavaScript into code variable.
- var code = "motor=" + text_speed;
- // TODO: Change ORDER_NONE to the correct strength.
- return code;
- };
- },
- },
- mounted() {
- this.blocklyInit();
- this.fnInit();
- this.callCamera();
- this.videoEl = this.$refs.video;
- this.canvasEL = this.$refs.canvasDOM;
- },
- };
- </script>
- <style scoped>
- html,
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- }
- .dialog_diy >>> .el-form-item__label {
- width: 50px !important;
- margin-left: 35px !important;
- }
- .dialog_diy >>> .el-form-item__content {
- margin-left: 0 !important;
- }
- .update {
- margin-left: 20%;
- font-size: 16px !important;
- }
- .tip {
- margin: 25px 0 30px 20px;
- }
- #fan > img,
- #fanB > img,
- #motor > img,
- #base > img,
- #line > img,
- .right > img,
- #a4 > img,
- #screan > img {
- width: 100%;
- height: 100%;
- user-select: none;
- }
- .img {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- justify-content: center;
- width: 100%;
- height: 500px;
- position: relative;
- }
- #fan {
- width: 425px;
- position: absolute;
- z-index: 5;
- left: 150px;
- top: 0;
- transition: all 0.5s;
- transform: rotate(0deg);
- }
- #fanB {
- width: 116.6px;
- position: absolute;
- z-index: 4;
- left: 300px;
- top: 155px;
- }
- #base {
- width: 423.33px;
- position: absolute;
- z-index: 4;
- top: 295px;
- left: 0;
- }
- #motor {
- width: 134.16px;
- position: absolute;
- z-index: 3;
- left: 292px;
- top: 175px;
- }
- #a4 {
- width: 210px;
- position: absolute;
- z-index: 5;
- top: 517px;
- left: 111px;
- }
- #screan {
- width: 178.33px;
- position: absolute;
- left: -19px;
- top: 126px;
- }
- #line {
- width: 470.83px;
- position: absolute;
- z-index: 2;
- top: 245px;
- left: -113px;
- }
- .button {
- color: #fff;
- background: #8ca1de;
- width: 550px;
- height: 55px;
- font-size: 20px;
- text-align: center;
- line-height: 55px;
- position: absolute;
- bottom: 10%;
- left: 50%;
- transform: translateX(-50%);
- user-select: none;
- }
- .right {
- width: 40px;
- position: absolute;
- left: 55%;
- top: 70%;
- display: none;
- }
- .dark {
- background: #5b79d0;
- cursor: pointer;
- }
- .controlZ {
- width: 560px;
- height: 620px;
- /* margin-left: calc(50% - (490px / 2)); */
- position: relative;
- }
- .cameraZ {
- display: flex;
- height: 340px;
- flex-direction: column;
- flex-wrap: nowrap;
- width: 300px;
- }
- .cameraBtn {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .cameraBtn button {
- margin: 0 0 10px 0;
- }
- .face {
- position: absolute;
- z-index: 9999;
- padding: 5px 0px;
- left: 0;
- top: 37px;
- }
- .kuang {
- position: absolute;
- z-index: 10000;
- padding: 26.5px 0;
- left: 0;
- top: 37px;
- }
- .pFace {
- /* width: 300px; */
- /* height: 240px; */
- width: 150px;
- margin: 0 auto;
- margin-top: 220px;
- }
- .close > img,
- .save > img,
- .pFace > img,
- .open > img,
- .spotPhoto > img {
- width: 100%;
- height: 100%;
- cursor: pointer;
- }
- .cameraBtn {
- margin-top: 80px;
- }
- .close {
- margin-bottom: 25px;
- }
- .isPhoto {
- height: 410px;
- padding: 80px 0 0 0;
- box-sizing: border-box;
- background: #fff;
- }
- .isPhoto > span {
- font-size: 25px;
- color: #ccc;
- margin-left: 10px;
- }
- .nav {
- text-align: center;
- font-size: 32px;
- color: #ccc;
- }
- .spot {
- background: #64ff64;
- color: #fff;
- width: 140px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- border-radius: 20px;
- margin-top: 25px;
- cursor: pointer;
- display: none;
- }
- .spotNumber {
- text-align: center;
- margin: 0 auto;
- font-size: 20px;
- color: #8c8c8c;
- }
- .spotPhoto {
- width: 300px;
- height: 245px;
- }
- .spotPhoto {
- margin-top: 20px;
- font-size: 20px;
- }
- .gdt {
- display: flex;
- flex-direction: column;
- }
- .ablockly,
- #blocklyDiv {
- height: 100%;
- width: 100%;
- }
- .blocklySvg {
- height: 905px !important;
- }
- .ablockly {
- position: relative;
- }
- .container {
- width: 50%;
- height: 100%;
- min-width: 960px;
- }
- </style>
|