|
@@ -1,311 +1,368 @@
|
|
<template>
|
|
<template>
|
|
- <div class="maturity-game-page" v-loading="pageLoading">
|
|
|
|
|
|
+ <div class="plan_significance">
|
|
<head-component :headinfo=headinfo></head-component>
|
|
<head-component :headinfo=headinfo></head-component>
|
|
<div class="page-content">
|
|
<div class="page-content">
|
|
- <div class="content-left"></div>
|
|
|
|
- <div class="content-center">
|
|
|
|
- <div class="content-img">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/shadow-bg.png" >
|
|
|
|
- <div v-for="(item,index) in maturityAppraisalData">
|
|
|
|
- <p v-show="index===0?true:false">{{item.questionTitle}}</p>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="group-btn">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/btn1.png" @click="selectBtn('1')">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/btn2.png" @click="selectBtn('2')">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/btn3.png" @click="selectBtn('3')">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/btn4.png" @click="selectBtn('4')">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/btn5.png" @click="selectBtn('5')">
|
|
|
|
- </div>
|
|
|
|
- <div class="progress-container">
|
|
|
|
- <div class="progress-bar" :style="{ width: progress + '%' }">
|
|
|
|
- </div>
|
|
|
|
- <div class="progress-info">
|
|
|
|
- {{ newData.length }} / {{ questionSize }}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="content-right">
|
|
|
|
- <img class="btn-img" v-show="newData.length>0" @click="previousQuestion" src="@/assets/images/wakeup/maturity/pre-qustion.png" >
|
|
|
|
- <div class="time">
|
|
|
|
- <img src="@/assets/images/wakeup/maturity/time.png" >
|
|
|
|
- <p> {{ formattedTime(elapsedTime) }}</p>
|
|
|
|
- </div>
|
|
|
|
- <img class="btn-img" v-show="newData.length >= questionSize" src="@/assets/images/wakeup/maturity/submit.png" >
|
|
|
|
|
|
+ <div class="page-box">
|
|
|
|
+ <el-tabs type="border-card" class="demo-tabs">
|
|
|
|
+ <el-tab-pane>
|
|
|
|
+ <template #label>
|
|
|
|
+ <span class="custom-tabs-label">
|
|
|
|
+ <el-icon size="36"><DataAnalysis /></el-icon>
|
|
|
|
+ <span>数据汇总</span>
|
|
|
|
+ </span>
|
|
|
|
+ </template>
|
|
|
|
+ Route
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ <el-tab-pane label="Config">
|
|
|
|
+ <template #label>
|
|
|
|
+ <span class="custom-tabs-label">
|
|
|
|
+ <el-icon size="36"><Memo /></el-icon>
|
|
|
|
+ <span>生涯决策知识</span>
|
|
|
|
+ </span>
|
|
|
|
+ </template>
|
|
|
|
+ Route</el-tab-pane>
|
|
|
|
+ <el-tab-pane label="Role">
|
|
|
|
+ <template #label>
|
|
|
|
+ <span class="custom-tabs-label">
|
|
|
|
+ <el-icon size="36"><Memo /></el-icon>
|
|
|
|
+ <span>生涯决策态度</span>
|
|
|
|
+ </span>
|
|
|
|
+ </template>
|
|
|
|
+ Route
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ </el-tabs>
|
|
|
|
+ <!-- <p class="title-text">-->
|
|
|
|
+ <!-- 生涯成熟度代表个体掌握与其生涯发展阶段相适应的生涯发展目标的程度,包括知识和态度成分。个体的生涯成熟度越高,就越能以良好的准备状态,做出明智、适配的职业选择。-->
|
|
|
|
+ <!-- </p>-->
|
|
|
|
+ <!-- <p class="text-info">-->
|
|
|
|
+ <!-- <span class="center-text">中学生的生涯成熟度</span>是指中学生在一定的生涯决策知识和态度的基础上做出适宜的生涯决策的准备程度。-->
|
|
|
|
+ <!-- 生涯成熟度并不是一成不变的,而是会随着个体的学习、探索而逐渐变化。每个阶段都有自身的发展任务,生涯成熟度的提高不仅能协助中学生选择适配的专业与职业,或为未来从事目标职业提前储备知识技能,还能培养中学生决策与解决问题的能力,引导其积极探索和规划自己的人生。-->
|
|
|
|
+ <!-- </p>-->
|
|
|
|
+ <!-- <p class="text-info">-->
|
|
|
|
+ <!-- 本测评从<span class="center-text">生涯决策知识</span>和<span class="center-text">生涯决策态度</span>两方面评估中学生生涯成熟度的发展水平和特点,旨在帮助学生了解自己的生涯发展水平,认识到自己在生涯发展中的不足和长处,指导学生合理利用自身及外界发展资源,实现个人人生目标。-->
|
|
|
|
+ <!-- </p>-->
|
|
|
|
+ <!-- <div class="img-box">-->
|
|
|
|
+ <!-- <img src="@/assets/images/wakeup/maturity/structure-img.png" @click="selectBtn(questionAnswerA)">{{ questionAnswerA }}-->
|
|
|
|
+ <!-- <div class="structure-box">-->
|
|
|
|
+ <!-- <!– <div class="top">–>-->
|
|
|
|
+ <!-- <!– <p>1</p>–>-->
|
|
|
|
+ <!-- <!– </div>–>-->
|
|
|
|
+ <!-- <!– <div>–>-->
|
|
|
|
+ <!-- <!– <p>1</p><p>1</p>–>-->
|
|
|
|
+ <!-- <!– </div>–>-->
|
|
|
|
+
|
|
|
|
+ <!-- <div class="left">-->
|
|
|
|
+ <!-- <p @click="describe('职业世界认知: 个体对职业的意义、职业的发展前景、从业要求、实现途径、工作职责、社会地位等的了解程度。')">1</p>-->
|
|
|
|
+ <!-- <p @click="describe('职业自我认知:个体对自己的职业能力、气质、性格、兴趣、价值观等的了解程度。')">1</p>-->
|
|
|
|
+ <!-- </div>-->
|
|
|
|
+ <!-- <div class="right">-->
|
|
|
|
+ <!-- <p @click="describe('主动性反映的是个体积极参与生涯决策过程的程度。')">1</p>-->
|
|
|
|
+ <!-- <p @click="describe('独立性反映的是个体不盲目依赖他人而独立作出生涯决策的程度。')">1</p>-->
|
|
|
|
+ <!-- <p @click="describe('自信心反映的是个体对自己生涯决策知识与能力的信心程度。')">1</p>-->
|
|
|
|
+ <!-- <p @click="describe('功利性反映的是个体根据自身特点还是根据待遇收入等功利性因素来选择职业的程度。')">1</p>-->
|
|
|
|
+ <!-- <p @click="describe('稳定性反映的是不同时期个体对将来想从事的职业领域的一致性程度。')">1</p>-->
|
|
|
|
+ <!-- </div>-->
|
|
|
|
+
|
|
|
|
+ <!-- </div>-->
|
|
|
|
+ <!-- </div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <el-dialog v-model="centerDialogVisible" :show-close="false" width="500" center>
|
|
|
|
+ <span>
|
|
|
|
+ {{ describeInfo }}
|
|
|
|
+ </span>
|
|
|
|
+ <template #footer>
|
|
|
|
+ <div class="dialog-footer">
|
|
|
|
+ <el-button type="primary" @click="centerDialogVisible = false">
|
|
|
|
+ 关闭
|
|
|
|
+ </el-button>
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
|
|
+ </el-dialog>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
import headComponent from '@/views/xjc-integratedmachine/components/head_component.vue'
|
|
import headComponent from '@/views/xjc-integratedmachine/components/head_component.vue'
|
|
-import {exampleList, maturityAppraisalList} from "@/api/xjc-integratedmachine/wakeup/index.js";
|
|
|
|
-
|
|
|
|
|
|
+import {Calendar} from '@element-plus/icons-vue'
|
|
|
|
+import {onMounted, reactive} from "vue";
|
|
|
|
|
|
-const router = useRouter()
|
|
|
|
-let pageLoading = ref(false)
|
|
|
|
const headinfo = ref({})
|
|
const headinfo = ref({})
|
|
-// const progress = ref(0)
|
|
|
|
-const draggedItem = ref(null);
|
|
|
|
-const maturityAppraisalData = ref([])
|
|
|
|
-const itemScore = ref('')
|
|
|
|
-const newData = ref([])
|
|
|
|
-const appraisalId = ref(null)
|
|
|
|
-const questionSize = ref(null);
|
|
|
|
-function dragStart(event) {
|
|
|
|
- draggedItem.value = event.target;
|
|
|
|
-}
|
|
|
|
|
|
+const describeInfo = ref('')
|
|
|
|
|
|
-function drop(event) {
|
|
|
|
- event.preventDefault(); // 防止默认处理(例如打开链接)
|
|
|
|
- if (event.target !== draggedItem.value) {
|
|
|
|
- const target = event.target; // 获取放置的目标元素
|
|
|
|
- const item = draggedItem.value; // 获取被拖拽的元素
|
|
|
|
- // 交换位置或进行其他操作
|
|
|
|
- item.parentNode.insertBefore(item, target); // 将被拖拽的元素插入到目标元素之前
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-function setHeadinfo(){
|
|
|
|
|
|
+function setHeadinfo() {
|
|
headinfo.value = {
|
|
headinfo.value = {
|
|
- title: '生涯成熟度测评',
|
|
|
|
|
|
+ title: '生涯唤醒学习系统',
|
|
user: {
|
|
user: {
|
|
avatar: '头像路径',
|
|
avatar: '头像路径',
|
|
nickName: '张三'
|
|
nickName: '张三'
|
|
},
|
|
},
|
|
- backUrl : '/index'
|
|
|
|
|
|
+ backUrl: '/xjc-integratedmachine/wakeup/career_recognize/index'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+const centerDialogVisible = ref(false)
|
|
|
|
+const position = reactive({x: 10, y: 10});
|
|
|
|
+let isDragging = false;
|
|
|
|
+let originX, originY;
|
|
|
|
|
|
-function jumpTo(path) {
|
|
|
|
- router.push({
|
|
|
|
- path: path,
|
|
|
|
- query: {name: 123}
|
|
|
|
- })
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-function getMaturityAppraisalList() {
|
|
|
|
- pageLoading = true;
|
|
|
|
- let appraisalCode = "3001"
|
|
|
|
- maturityAppraisalList({appraisalCode:appraisalCode}).then(res => {
|
|
|
|
- if(res.data.questionList.length > 0){
|
|
|
|
- maturityAppraisalData.value = res.data.questionList;
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- appraisalId.value = res.data.appraisalId;
|
|
|
|
- questionSize.value = res.data.questionSize;
|
|
|
|
- pageLoading = false;
|
|
|
|
- }).catch((err)=>{
|
|
|
|
- console.log("error")
|
|
|
|
- pageLoading = false;
|
|
|
|
- })
|
|
|
|
-}
|
|
|
|
-//计时器
|
|
|
|
-const elapsedTime = ref(0);
|
|
|
|
-const timerId = ref(null);
|
|
|
|
-const isRunning = ref(false);
|
|
|
|
-
|
|
|
|
-const startTimer = () => {
|
|
|
|
- if (!isRunning.value) {
|
|
|
|
- isRunning.value = true;
|
|
|
|
- timerId.value = setInterval(() => {
|
|
|
|
- elapsedTime.value += 1000;
|
|
|
|
- }, 1000);
|
|
|
|
- }
|
|
|
|
|
|
+const startDrag = (e) => {
|
|
|
|
+ console.log("e", e)
|
|
|
|
+ isDragging = true;
|
|
|
|
+ originX = e.clientX - position.x;
|
|
|
|
+ originY = e.clientY - position.y;
|
|
|
|
+ console.log("originX", originX, originY, "originY")
|
|
|
|
+ document.addEventListener('mousemove', onMouseMove);
|
|
|
|
+ document.addEventListener('mouseup', stopDrag);
|
|
};
|
|
};
|
|
|
|
|
|
-const stopTimer = () => {
|
|
|
|
- if (isRunning.value) {
|
|
|
|
- isRunning.value = false;
|
|
|
|
- clearInterval(timerId.value);
|
|
|
|
- timerId.value = null;
|
|
|
|
|
|
+const onMouseMove = (e) => {
|
|
|
|
+ if (isDragging) {
|
|
|
|
+ position.x = e.clientX - originX;
|
|
|
|
+ position.y = e.clientY - originY;
|
|
|
|
+ console.log("position.x", position.x, "position.y", position.y)
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
-const resetTimer = () => {
|
|
|
|
- stopTimer();
|
|
|
|
- elapsedTime.value = 0;
|
|
|
|
|
|
+const stopDrag = () => {
|
|
|
|
+ isDragging = false;
|
|
|
|
+ document.removeEventListener('mousemove', onMouseMove);
|
|
|
|
+ document.removeEventListener('mouseup', stopDrag);
|
|
};
|
|
};
|
|
-
|
|
|
|
-const formattedTime = (ms) => {
|
|
|
|
- const totalSeconds = Math.floor(ms / 1000);
|
|
|
|
- const hours = String(Math.floor(totalSeconds / 3600)).padStart(2, '0');
|
|
|
|
- const minutes = String(Math.floor((totalSeconds % 3600) / 60)).padStart(2, '0');
|
|
|
|
- const seconds = String(totalSeconds % 60).padStart(2, '0');
|
|
|
|
- return `${hours}:${minutes}:${seconds}`;
|
|
|
|
|
|
+const describe = (val) => {
|
|
|
|
+ describeInfo.value = val;
|
|
|
|
+ centerDialogVisible.value = true;
|
|
};
|
|
};
|
|
-
|
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
- // 可以在这里自动开始计时器,如果需要的话
|
|
|
|
- startTimer();
|
|
|
|
setHeadinfo()
|
|
setHeadinfo()
|
|
- getMaturityAppraisalList()
|
|
|
|
-});
|
|
|
|
-
|
|
|
|
-// onUnmounted(() => {
|
|
|
|
- stopTimer();
|
|
|
|
-// });
|
|
|
|
-// 定义当前完成题目数量和总题目数量
|
|
|
|
-const current = ref(34);
|
|
|
|
-const total = ref(100); // 假设总共有10道题
|
|
|
|
-
|
|
|
|
-// 计算进度
|
|
|
|
-const progress = computed(() => {
|
|
|
|
- return Math.floor((current.value / total.value) * 100);
|
|
|
|
-});
|
|
|
|
-
|
|
|
|
-// 更新当前完成题目数量的函数(例如,当用户完成一道题时调用)
|
|
|
|
-const updateCurrent = (newCurrent) => {
|
|
|
|
- if (newCurrent >= 0 && newCurrent <= total.value) {
|
|
|
|
- current.value = newCurrent;
|
|
|
|
- }
|
|
|
|
-};
|
|
|
|
-const selectBtn = (val) => {
|
|
|
|
- //将当前题目加入新数组,
|
|
|
|
- // 拼接选项数据
|
|
|
|
- if(newData.value.length != questionSize.value ){
|
|
|
|
- itemScore.value += val + '|'
|
|
|
|
- newData.value.push(maturityAppraisalData.value[0]);
|
|
|
|
- }
|
|
|
|
- //更换题卡;
|
|
|
|
- if(maturityAppraisalData.value.length >1 ){
|
|
|
|
- maturityAppraisalData.value.splice(0, 1);
|
|
|
|
- }
|
|
|
|
-};
|
|
|
|
-const previousQuestion = (val) => {
|
|
|
|
- //新数组中的最后一位从头插入旧数组
|
|
|
|
- //新数组删除最后一位
|
|
|
|
- maturityAppraisalData.value.unshift(newData.value.pop());
|
|
|
|
- // newData.value.push(maturityAppraisalData.value[0]);
|
|
|
|
- // maturityAppraisalData.value.splice(0, 1);
|
|
|
|
- //字符串删除后两位
|
|
|
|
- itemScore.value = itemScore.value.slice(0, -2);
|
|
|
|
- console.log("itemScore",itemScore.value,newData.value)
|
|
|
|
-};
|
|
|
|
-</script>
|
|
|
|
|
|
+})
|
|
|
|
|
|
|
|
+</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
-p{
|
|
|
|
|
|
+p {
|
|
margin: 0;
|
|
margin: 0;
|
|
- padding:0;
|
|
|
|
|
|
+ padding: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.demo-tabs > .el-tabs__content {
|
|
|
|
+ padding: 32px;
|
|
|
|
+ color: #6b778c;
|
|
|
|
+ font-size: 32px;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.demo-tabs .custom-tabs-label .el-icon {
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.demo-tabs .custom-tabs-label span {
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ margin-left: 4px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 32px;
|
|
|
|
+ color: #266EFF;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-tabs--border-card > .el-tabs__header .el-tabs__item {
|
|
|
|
+ width: 422px;
|
|
|
|
+ height: 132px;
|
|
}
|
|
}
|
|
-.maturity-game-page{
|
|
|
|
- background: url('@/assets/images/wakeup/maturity/maturity-game-bg.png') no-repeat;
|
|
|
|
|
|
+
|
|
|
|
+.plan_significance {
|
|
|
|
+ background: url('@/assets/images/login/login-home-background.png') no-repeat;
|
|
background-size: 1920px 1080px;
|
|
background-size: 1920px 1080px;
|
|
- z-index:10;
|
|
|
|
|
|
+ z-index: 10;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 1080px;
|
|
height: 1080px;
|
|
- .page-content{
|
|
|
|
|
|
+
|
|
|
|
+ .page-content {
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ height: 980px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 123px;
|
|
|
|
|
|
+ top: 100px;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- display: flex;
|
|
|
|
- justify-content: space-around;
|
|
|
|
- .content-left{
|
|
|
|
- width: 244px;
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .page-box {
|
|
|
|
+ width: 1832px;
|
|
|
|
+ height: 910px;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ border-radius: 35px 35px 35px 35px;
|
|
|
|
+ margin: 13px auto 0;
|
|
|
|
+ padding-top: 25px;
|
|
|
|
+ padding-left: 279px;
|
|
|
|
+ padding-right: 279px;
|
|
|
|
+ position: relative;
|
|
|
|
+ overflow: auto;
|
|
|
|
+
|
|
|
|
+ .text-info {
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ color: #333333;
|
|
|
|
+ line-height: 52px;
|
|
|
|
+ padding: 0 150px;
|
|
|
|
+ text-indent: 2em;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+
|
|
|
|
+ .center-text {
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- .content-center{
|
|
|
|
- height:910px;
|
|
|
|
|
|
+
|
|
|
|
+ .img-box {
|
|
|
|
+ width: 1810px;
|
|
|
|
+ height: 773px;
|
|
display: flex;
|
|
display: flex;
|
|
- flex-direction: column;
|
|
|
|
- .content-img{
|
|
|
|
- width: 1187px;
|
|
|
|
- height: 424px;
|
|
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
|
|
+ img {
|
|
|
|
+ width: 1525px;
|
|
|
|
+ height: 770px;
|
|
//border: 1px solid;
|
|
//border: 1px solid;
|
|
- margin-top: 40px;
|
|
|
|
- position: relative;
|
|
|
|
- img{
|
|
|
|
- width: 1187px;
|
|
|
|
- height: 424px;
|
|
|
|
- }
|
|
|
|
- p{
|
|
|
|
- width: 930px;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 150px;
|
|
|
|
- left: 130px;
|
|
|
|
- font-weight: 400;
|
|
|
|
- font-size: 30px;
|
|
|
|
- color: #000000;
|
|
|
|
- letter-spacing: 4px;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
- .progress-container {
|
|
|
|
- width: 100%;
|
|
|
|
- //background-color: #f3f3f3;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- overflow: hidden;
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .structure-box {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 387px;
|
|
|
|
+ border: #1ab394 solid 1px;
|
|
|
|
+ width: 1525px;
|
|
|
|
+ height: 314px;
|
|
|
|
+ display: flex;
|
|
|
|
+ //justify-content: space-around;
|
|
|
|
+ .left {
|
|
|
|
+ margin-left: 280px;
|
|
|
|
+ border: 1px solid pink;
|
|
|
|
+ width: 334px;
|
|
|
|
+ height: 314px;
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
- margin-top: 200px;
|
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+
|
|
|
|
+ p {
|
|
|
|
+ width: 89px;
|
|
|
|
+ height: 314px;
|
|
|
|
+ border: 1px solid green;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
- .progress-bar {
|
|
|
|
- height: 10px;
|
|
|
|
- background-color: #63FFA4;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 20px;
|
|
|
|
- border-radius: 100px 100px 100px 100px;
|
|
|
|
- color: white;
|
|
|
|
- transition: width 0.3s ease;
|
|
|
|
|
|
+ .right {
|
|
|
|
+ margin-left: 89px;
|
|
|
|
+ border: 1px solid pink;
|
|
|
|
+ width: 541px;
|
|
|
|
+ height: 314px;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+
|
|
|
|
+ p {
|
|
|
|
+ width: 89px;
|
|
|
|
+ height: 314px;
|
|
|
|
+ border: 1px solid green;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .title-text {
|
|
|
|
+ margin-left: 150px;
|
|
|
|
+ margin-right: 150px;
|
|
|
|
+ margin-top: 28px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 32px;
|
|
|
|
+ color: #333333;
|
|
|
|
+ line-height: 52px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .fixed-box {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 125px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .content-bottom {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 270px;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ position: relative;
|
|
|
|
+ align-items: center;
|
|
|
|
|
|
- .progress-info {
|
|
|
|
- font-weight: 400;
|
|
|
|
- font-size: 24px;
|
|
|
|
- color: #00DF5D;
|
|
|
|
- margin-left: 20px;
|
|
|
|
|
|
+ .draw {
|
|
|
|
+ width: 109px;
|
|
|
|
+ height: 170px;
|
|
|
|
+
|
|
|
|
+ img {
|
|
|
|
+ width: 109px;
|
|
|
|
+ height: 170px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .content-right{
|
|
|
|
|
|
+
|
|
|
|
+ .ai-rabit {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: -27px;
|
|
display: flex;
|
|
display: flex;
|
|
- flex-direction: column;
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
- .btn-img{
|
|
|
|
- width: 244px;
|
|
|
|
- height: 77px;
|
|
|
|
- margin-top: 20px;
|
|
|
|
- }
|
|
|
|
- .time{
|
|
|
|
- width:220px;
|
|
|
|
- height: 50px;
|
|
|
|
- //border: 1px solid;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- margin-top: 20px;
|
|
|
|
- img{
|
|
|
|
- width: 42px;
|
|
|
|
- height: 42px;
|
|
|
|
- //border: 1px solid;
|
|
|
|
- }
|
|
|
|
- p{
|
|
|
|
- width: 150px;
|
|
|
|
- font-weight: 300;
|
|
|
|
- font-size: 32px;
|
|
|
|
- color: #363a3d;
|
|
|
|
- margin-left: 10px;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ .ai-rabit-text {
|
|
|
|
+ width: 345px;
|
|
|
|
+ height: 89px;
|
|
|
|
+ background: #E8EEF7;
|
|
|
|
+ font-weight: 300;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ color: #000000;
|
|
|
|
+ padding: 16px;
|
|
|
|
+ border-radius: 24px 24px 24px 24px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ img {
|
|
|
|
+ width: 178px;
|
|
|
|
+ height: 270px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .group-btn{
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-around;
|
|
|
|
- margin-top: 80px;
|
|
|
|
- img{
|
|
|
|
- width: 200px;
|
|
|
|
- height: 135px;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ .draggable-ball {
|
|
|
|
+ position: absolute;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ user-select: none; /* 防止拖拽时选中文字 */
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
|
|
|
|
+ ::v-deep .el-dialog {
|
|
|
|
+ width: 632px;
|
|
|
|
+ height: 343px;
|
|
|
|
+ }
|
|
|
|
|
|
-</style>
|
|
|
|
|
|
+ ::v-deep .el-dialog--center .el-dialog__body {
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ color: #000000;
|
|
|
|
+ padding: 30px;
|
|
|
|
+ height: 192px;
|
|
|
|
+ }
|
|
|
|
|
|
|
|
+ .el-button--primary {
|
|
|
|
+ width: 136px;
|
|
|
|
+ height: 60px;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ background: #35badd;
|
|
|
|
+ }
|
|
|
|
+ ::v-deep .el-tabs--border-card>.el-tabs__header .el-tabs__item{
|
|
|
|
+ width: 422px;
|
|
|
|
+ height: 136px;
|
|
|
|
+ color: #A8A8A8;
|
|
|
|
+ }
|
|
|
|
+ ::v-deep .el-tabs--border-card>.el-tabs__header .el-tabs__item .is-active{
|
|
|
|
+ background-color: #CFF7FF;
|
|
|
|
+ color: #266EFF;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
|
|
+</style>
|