mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
1788 lines
51 KiB
Vue
1788 lines
51 KiB
Vue
<template>
|
||
<div class="addwrapper">
|
||
<div class="addhead">
|
||
<div class="leftimg">
|
||
<img class="img" src="../../assets/px.jpg" />
|
||
</div>
|
||
<div class="imgfor">
|
||
<div class="forz">产品经理进阶路径</div>
|
||
<div class="fort">创建时间:2022-07-21 00:00</div>
|
||
</div>
|
||
<div class="right">
|
||
<img class="img1" src="../../assets/images/leveladd/ma.png" />
|
||
<div class="line"></div>
|
||
<img class="img2" src="../../assets/images/leveladd/pub.png" />
|
||
<div class="pub">发布</div>
|
||
<div class="line"></div>
|
||
<img
|
||
style="margin-right: 15px"
|
||
class="img2"
|
||
src="../../assets/images/leveladd/more.png"
|
||
/>
|
||
<div class="more">
|
||
<span style="color: #7096e3; cursor: pointer">更多</span>
|
||
<div class="moreArrow"></div>
|
||
<div class="moreItems">
|
||
<div class="sammo">撤回</div>
|
||
<div class="sammo">复制</div>
|
||
</div>
|
||
</div>
|
||
<div class="line"></div>
|
||
<router-link to="/learningpath"
|
||
><div style="display: flex">
|
||
<img class="img2" src="../../assets/images/leveladd/back.png" />
|
||
<div class="return">返回</div>
|
||
</div></router-link
|
||
>
|
||
</div>
|
||
</div>
|
||
<div class="split"></div>
|
||
<div class="bom clearfix">
|
||
<a-tabs
|
||
class="tab"
|
||
v-model:activeKey="activeKey"
|
||
size="large"
|
||
:tabBarStyle="{ marginLeft: '10px' }"
|
||
>
|
||
<a-tab-pane key="1" tab="路径管理">
|
||
<div class="cont">
|
||
<div class="pad"></div>
|
||
<div class="sametab">
|
||
<div class="Lhead">
|
||
<a-input
|
||
v-model:value="gatename"
|
||
style="width: 270px; height: 40px; border-radius: 8px"
|
||
placeholder="关卡名称"
|
||
/>
|
||
<div class="btns">
|
||
<div class="btn btn1">
|
||
<div class="search"></div>
|
||
<div class="btnText">搜索</div>
|
||
</div>
|
||
<div class="btn btn2">
|
||
<div class="search"></div>
|
||
<div class="btnText">重置</div>
|
||
</div>
|
||
<router-link to="/leveladddetail">
|
||
<div class="btn btn3" @click="handleOut">
|
||
<div class="search"></div>
|
||
<div class="btnText">创建关卡</div>
|
||
</div>
|
||
</router-link>
|
||
</div>
|
||
</div>
|
||
<div class="Lbom">
|
||
<!-- 判断路径中是否有关卡 -->
|
||
<div v-if="level.length != 0">
|
||
<div class="item" v-for="item in level" :key="item.id">
|
||
<div class="itemhead">
|
||
<div class="lev">{{ item.lev }}</div>
|
||
<div class="lin"></div>
|
||
<div class="nam">{{ item.name }}</div>
|
||
<div class="count">
|
||
<span>当前关卡</span>
|
||
<span>{{ item.count }}</span>
|
||
<span>个人</span>
|
||
</div>
|
||
</div>
|
||
<div class="itembomm">
|
||
<div class="it">
|
||
<div class="on" style="color: #ffb145">
|
||
{{ item.online }}
|
||
</div>
|
||
<div class="ittext">在线</div>
|
||
</div>
|
||
<div class="linee"></div>
|
||
<div class="it">
|
||
<div class="on" style="color: #ff89a4">
|
||
{{ item.homework }}
|
||
</div>
|
||
<div class="ittext">作业</div>
|
||
</div>
|
||
<div class="linee"></div>
|
||
<div class="it">
|
||
<div class="on" style="color: #3fc5e3">
|
||
{{ item.juan }}
|
||
</div>
|
||
<div class="ittext">问卷</div>
|
||
</div>
|
||
<div class="linee"></div>
|
||
<div class="it">
|
||
<div class="on" style="color: #5be1c0">
|
||
{{ item.ballot }}
|
||
</div>
|
||
<div class="ittext">投票</div>
|
||
</div>
|
||
<div class="linee"></div>
|
||
<div class="it">
|
||
<div class="on" style="color: #a498ff">
|
||
{{ item.test }}
|
||
</div>
|
||
<div class="ittext">考试</div>
|
||
</div>
|
||
<div class="linee"></div>
|
||
<div class="itright">
|
||
<span class="te">编辑</span>
|
||
<div class="more">
|
||
<div class="te" style="margin-left: 20px">更多</div>
|
||
<div class="moreArrow"></div>
|
||
<div class="moreItems">
|
||
<div class="roleItem">复制</div>
|
||
<div class="roleItem">删除</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-else>
|
||
<div class="create">
|
||
<div
|
||
class="taskbox"
|
||
style="
|
||
background: linear-gradient(180deg, #e5f6ec, #eef9f3);
|
||
"
|
||
>
|
||
<div class="leftt">
|
||
<img src="../../assets/images/taskpage/left3.png" />
|
||
</div>
|
||
<div class="photo">
|
||
<img src="../../assets/images/taskpage/picture3.png" />
|
||
</div>
|
||
<div class="rightt">
|
||
<img src="../../assets/images/taskpage/right3.png" />
|
||
</div>
|
||
<div
|
||
class="centerbox"
|
||
style="color: rgba(93, 201, 136, 1)"
|
||
>
|
||
发布
|
||
</div>
|
||
<div class="centermain">快速发布项目</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="pad"></div>
|
||
</div>
|
||
</a-tab-pane>
|
||
<a-tab-pane key="2" tab="学员管理" force-render>
|
||
<div class="xwid">
|
||
<div class="pad"></div>
|
||
<div class="xin" style="overflow-x: auto">
|
||
<div class="xhead">
|
||
<a-input
|
||
v-model:value="gatenamee"
|
||
style="width: 270px; height: 40px; border-radius: 8px"
|
||
placeholder="关卡名称"
|
||
/>
|
||
<div class="btns">
|
||
<div class="btn btn1">
|
||
<div class="search"></div>
|
||
<div class="btnText">搜索</div>
|
||
</div>
|
||
<div class="btn btn2">
|
||
<div class="search"></div>
|
||
<div class="btnText">重置</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="xheadb">
|
||
<button class="addx" @click="showAddStu">添加学员</button>
|
||
<button class="addd" @click="showImpStu">导入学员</button>
|
||
<div class="select">
|
||
<a-select
|
||
v-model:value="projectName"
|
||
style="width: 130px"
|
||
placeholder="更多操作"
|
||
:options="projectNameListt"
|
||
@change="selectProjectName"
|
||
allowClear
|
||
showSearch
|
||
></a-select>
|
||
</div>
|
||
</div>
|
||
<div class="talk">
|
||
<img class="im" src="../../assets/images/leveladd/gan.png" />
|
||
<div class="xu">
|
||
<span class="yi">已选择</span>
|
||
<div style="width: 5px; display: inline-block"></div>
|
||
<span class="th">3</span>
|
||
<div style="width: 5px; display: inline-block"></div>
|
||
<span class="yi">项</span>
|
||
<span class="zon">列表选项总数:</span>
|
||
<span class="yi">5</span>
|
||
<span class="yi">条</span>
|
||
</div>
|
||
</div>
|
||
<div class="tableBox" style="margin-top: 30px">
|
||
<a-table
|
||
style="border: 1px solid #f2f6fe"
|
||
:columns="tableDataFunc()"
|
||
:scroll="{ x: 1600, y: 235 }"
|
||
:data-source="tableData"
|
||
:loading="tableDataTotal === -1 ? true : false"
|
||
expandRowByClick="true"
|
||
@expand="expandTable"
|
||
:pagination="false"
|
||
:row-selection="{
|
||
columnWidth: 30,
|
||
selectedRowKeys: selectedRowKeys,
|
||
onChange: onSelectChange,
|
||
}"
|
||
/>
|
||
|
||
<div class="pa">
|
||
<a-pagination
|
||
showSizeChanger="true"
|
||
showQuickJumper="true"
|
||
hideOnSinglePage="true"
|
||
:pageSize="pageSize"
|
||
:current="currentPage"
|
||
:total="tableDataTotal"
|
||
class="pagination"
|
||
/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="pad"></div></div
|
||
></a-tab-pane>
|
||
|
||
<a-tab-pane key="3" tab="设置">
|
||
<div class="sametab">
|
||
<div class="Gcon">
|
||
<div class="pad"></div>
|
||
<div class="Gin">
|
||
<div class="headone">
|
||
<div class="box"></div>
|
||
<div class="onetitle">关卡内容可见可学设置</div>
|
||
<div class="oneedi">编辑</div>
|
||
</div>
|
||
<div class="onemain clearfix">
|
||
<div class="checkcon">
|
||
<input
|
||
type="checkbox"
|
||
name="cb1"
|
||
value="yulan"
|
||
class="in"
|
||
/>
|
||
<span class="yulan">预览其他关卡</span><br />
|
||
<div style="width: 10px; height: 4px"></div>
|
||
<span class="yulan2">学员可预览第</span
|
||
><span style="color: #4ea6ff">1</span><span>关-第</span
|
||
><span style="color: #4ea6ff">4</span><span>关内容</span>
|
||
</div>
|
||
<div class="checkcon" style="margin-top: 20px">
|
||
<input
|
||
type="checkbox"
|
||
name="cb1"
|
||
value="xuexi"
|
||
class="in"
|
||
/>
|
||
<span class="yulan">学习其他关卡</span><br />
|
||
<div style="width: 10px; height: 4px"></div>
|
||
<span class="yulan2">学员可预览第</span
|
||
><span style="color: #4ea6ff">1</span><span>关-第</span
|
||
><span style="color: #4ea6ff">4</span><span>关内容</span>
|
||
</div>
|
||
<br />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="Gcon">
|
||
<div class="pad"></div>
|
||
<div class="Gin" style="margin-top: 0px">
|
||
<div class="headone">
|
||
<div class="box"></div>
|
||
<div class="onetitle">关卡晋级规则</div>
|
||
</div>
|
||
<div class="twomain clearfix">
|
||
<a-switch
|
||
size="small"
|
||
v-model:checked="checked2"
|
||
style="margin-top: -5px"
|
||
/>
|
||
<span class="info">启用关卡自动规则加入</span>
|
||
<div class="infor">
|
||
若开启“新建/编辑关卡-添加学员”支持设定自动加入规则,将于每日8点同步数据
|
||
</div>
|
||
<div :class="[checked2 ? 'chooseshow' : 'choo']">
|
||
<div class="fane">选择范围</div>
|
||
<div class="select">
|
||
<a-select
|
||
v-model:value="projectName"
|
||
style="
|
||
width: 250px;
|
||
border-radius: 8px;
|
||
margin-top: 15px;
|
||
"
|
||
placeholder="请选择部门"
|
||
:options="projectNameList"
|
||
@change="selectProjectName3"
|
||
allowClear
|
||
showSearch
|
||
></a-select>
|
||
</div>
|
||
<div class="select">
|
||
<a-select
|
||
v-model:value="projectName2"
|
||
style="
|
||
width: 250px;
|
||
border-radius: 8px;
|
||
margin-top: 15px;
|
||
"
|
||
placeholder="请选择岗位"
|
||
:options="projectNameList2"
|
||
@change="selectProjectName2"
|
||
allowClear
|
||
showSearch
|
||
></a-select>
|
||
</div>
|
||
</div>
|
||
<div class="btm">
|
||
<div class="bmo">关卡学习方案展示设置</div>
|
||
<div class="bmt">仅支持移动端</div>
|
||
<div class="chosecon">
|
||
<div class="chose">
|
||
<input
|
||
type="checkbox"
|
||
name="cb1"
|
||
value="lieb"
|
||
class="inl"
|
||
/><span class="sh">列表展示</span>
|
||
</div>
|
||
<div class="chose" style="margin-left: 20px">
|
||
<input
|
||
type="checkbox"
|
||
name="cb1"
|
||
value="lieb"
|
||
class="inl"
|
||
/><span class="sh">路径展示</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div></a-tab-pane
|
||
>
|
||
</a-tabs>
|
||
<a-modal
|
||
style="padding: 0"
|
||
:closable="sh"
|
||
v-model:visible="visible"
|
||
:footer="null"
|
||
centered="true"
|
||
wrapClassName="changeModal"
|
||
>
|
||
<div class="con">
|
||
<div class="header">
|
||
<div class="inhe">
|
||
<div class="mod"></div>
|
||
<div class="tz">调整关卡</div>
|
||
<div class="mg" @click="closeChangeModal"></div>
|
||
</div>
|
||
</div>
|
||
<div class="mid">
|
||
<div class="inher">
|
||
<div class="cur">当前关卡:</div>
|
||
<div class="select">
|
||
<a-select
|
||
v-model:value="projectName"
|
||
style="width: 100%"
|
||
placeholder="请选择关卡"
|
||
:options="projectNameList4"
|
||
@change="selectProjectName4"
|
||
allowClear
|
||
showSearch
|
||
></a-select>
|
||
</div>
|
||
<div class="btn">
|
||
<button class="sameb btn1">取消</button>
|
||
<button class="sameb btn2">确定</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div></a-modal
|
||
>
|
||
|
||
<!-- 批量删除学员弹窗 -->
|
||
<a-modal
|
||
v-model:visible="deleteAll"
|
||
:footer="null"
|
||
:closable="closeDeleteAll"
|
||
wrapClassName="CopyModal"
|
||
centered="true"
|
||
>
|
||
<div class="delete">
|
||
<div class="del_header"></div>
|
||
<div class="del_main">
|
||
<div class="header">
|
||
<div class="icon"></div>
|
||
<span>提示</span>
|
||
<div class="close_exit" @click="closeDeleteALLModal"></div>
|
||
</div>
|
||
<div class="body">
|
||
<span>请确认是否批量删除学员</span>
|
||
</div>
|
||
<div class="del_btnbox">
|
||
<div class="del_btn btn1">
|
||
<div class="btnText" @click="delete_exit">取消</div>
|
||
</div>
|
||
<div class="del_btn btn2">
|
||
<div class="btnText" @click="delete_exit">确定</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</a-modal>
|
||
<!-- 添加学员抽屉 -->
|
||
<add-stu v-model:AddSvisible="AddSvisible" />
|
||
<!-- 导入学员抽屉 -->
|
||
<imp-stu v-model:AddImpStuvisible="AddImpStuvisible" />
|
||
</div>
|
||
</div>
|
||
</template>
|
||
<script>
|
||
import { ref, reactive, toRefs } from "vue";
|
||
import AddStu from "../../components/drawers/AddLevelAddStu";
|
||
import ImpStu from "../../components/drawers/AddLevelImportStu";
|
||
export default {
|
||
name: "LevelAdd",
|
||
components: { AddStu, ImpStu },
|
||
methods: {},
|
||
setup() {
|
||
const state = reactive({
|
||
gatename: null, //关卡名称
|
||
gatenamee: null, //学员管理关卡名称
|
||
deleteAll: false, //批量删除学员弹窗
|
||
AddSvisible: false, //添加学员抽屉
|
||
AddImpStuvisible: false, //导入学员抽屉
|
||
projectNameListt: [
|
||
{
|
||
id: 1,
|
||
value: "导出信息",
|
||
label: "导出信息",
|
||
},
|
||
{
|
||
id: 2,
|
||
value: "批量调整关卡",
|
||
label: "批量调整关卡",
|
||
},
|
||
{
|
||
id: 3,
|
||
value: "批量删除",
|
||
label: "批量删除",
|
||
},
|
||
],
|
||
projectNameList: [
|
||
{
|
||
id: 1,
|
||
value: "项目一",
|
||
label: "项目一",
|
||
},
|
||
{
|
||
id: 2,
|
||
value: "项目二",
|
||
label: "项目二",
|
||
},
|
||
{
|
||
id: 3,
|
||
value: "项目三",
|
||
label: "项目三",
|
||
},
|
||
{
|
||
id: 4,
|
||
value: "项目四",
|
||
label: "项目四",
|
||
},
|
||
],
|
||
projectNameList2: [
|
||
{
|
||
id: 1,
|
||
value: "项目一",
|
||
label: "项目一",
|
||
},
|
||
{
|
||
id: 2,
|
||
value: "项目二",
|
||
label: "项目二",
|
||
},
|
||
{
|
||
id: 3,
|
||
value: "项目三",
|
||
label: "项目三",
|
||
},
|
||
{
|
||
id: 4,
|
||
value: "项目四",
|
||
label: "项目四",
|
||
},
|
||
],
|
||
projectNameList4: [
|
||
{
|
||
id: 1,
|
||
value: "请选择关卡",
|
||
label: "请选择关卡",
|
||
},
|
||
{
|
||
id: 2,
|
||
value: "关卡1",
|
||
label: "关卡1",
|
||
},
|
||
{
|
||
id: 3,
|
||
value: "关卡2",
|
||
label: "关卡2",
|
||
},
|
||
],
|
||
activeKey: ref("1"),
|
||
value: ref(" "),
|
||
checked2: false,
|
||
currentPage: 1,
|
||
tableDataTotal: 100,
|
||
pageSize: 10,
|
||
visible: false,
|
||
sh: false,
|
||
closeDeleteAll: false,
|
||
//关卡的数据
|
||
level: [
|
||
// {
|
||
// id: 1,
|
||
// lev: "关卡2",
|
||
// name: "中级产品经理",
|
||
// count: 3,
|
||
// online: 5,
|
||
// homework: 1,
|
||
// juan: 1,
|
||
// ballot: 1,
|
||
// test: 1,
|
||
// },
|
||
// {
|
||
// id: 2,
|
||
// lev: "关卡2",
|
||
// name: "初级产品经理",
|
||
// count: 3,
|
||
// online: 5,
|
||
// homework: 1,
|
||
// juan: 1,
|
||
// ballot: 1,
|
||
// test: 1,
|
||
// },
|
||
],
|
||
tableData: [
|
||
{
|
||
key: 1,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡2",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 2,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡2",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 3,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡2",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 4,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡1",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 5,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡1",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 6,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡2",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 7,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡2",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
{
|
||
key: 8,
|
||
name: "张三",
|
||
com: "产研部",
|
||
gang: "产品经理",
|
||
cur: "关卡2",
|
||
jin: "2/10",
|
||
time: "2022-07-15 14:00",
|
||
},
|
||
],
|
||
});
|
||
const selectProjectName = (value, index) => {
|
||
console.log("value", value, index);
|
||
if (value === "批量删除") {
|
||
showDeleteALLModal();
|
||
}
|
||
};
|
||
const selectProjectName2 = (value, index) => {
|
||
console.log("value", value, index);
|
||
};
|
||
const selectProjectName3 = (value, index) => {
|
||
console.log("value", value, index);
|
||
};
|
||
const selectProjectName4 = (value, index) => {
|
||
console.log("value", value, index);
|
||
};
|
||
const tableDataFunc = () => {
|
||
const columns = [
|
||
{
|
||
title: "姓名",
|
||
dataIndex: "name",
|
||
// width: "30%",
|
||
key: "name",
|
||
width: 100,
|
||
align: "left",
|
||
className: "classify",
|
||
|
||
scopedSlots: { customRender: "action" }, //引入的插槽
|
||
customRender: (text) => {
|
||
// console.log(text.record.checked1);
|
||
return (
|
||
<div class="racona">
|
||
<span> {text.record.name}</span>
|
||
|
||
{/**
|
||
<div class="img"></div>
|
||
<a-checkbox class="ch" checked={text.record.checkedd}>
|
||
{text.record.lei}
|
||
</a-checkbox>
|
||
*/}
|
||
</div>
|
||
);
|
||
},
|
||
},
|
||
{
|
||
title: "部门",
|
||
dataIndex: "com",
|
||
// width: "30%",
|
||
key: "com",
|
||
width: 110,
|
||
align: "center",
|
||
className: "h",
|
||
},
|
||
{
|
||
title: "岗位",
|
||
dataIndex: "gang",
|
||
key: "gang",
|
||
width: 110,
|
||
align: "center",
|
||
className: "h",
|
||
},
|
||
{
|
||
title: "当前关卡",
|
||
dataIndex: "cur",
|
||
key: "cur",
|
||
width: 110,
|
||
align: "center",
|
||
className: "h",
|
||
},
|
||
{
|
||
title: "进度",
|
||
dataIndex: "jin",
|
||
key: "jin",
|
||
width: 110,
|
||
align: "center",
|
||
className: "h",
|
||
},
|
||
{
|
||
title: "开始时间",
|
||
dataIndex: "time",
|
||
key: "time",
|
||
width: 110,
|
||
align: "center",
|
||
className: "h",
|
||
},
|
||
{
|
||
title: "操作",
|
||
className: "h",
|
||
dataIndex: "opacation",
|
||
key: "opacation",
|
||
width: 110,
|
||
align: "center",
|
||
scopedSlots: { customRender: "action" }, //引入的插槽
|
||
customRender: (text) => {
|
||
return (
|
||
<div class="opa">
|
||
<div class="opacation">
|
||
<routerLink to="/levelcheck">
|
||
<span style="color:#4EA6FF;margin-right:25px;cursor:pointer">
|
||
查看
|
||
</span>
|
||
</routerLink>
|
||
<span
|
||
onClick={() => {
|
||
state.visible = true;
|
||
console.log(text.record.cur);
|
||
}}
|
||
style="color:#4EA6FF;margin-right:25px;cursor:pointer"
|
||
>
|
||
调整
|
||
</span>
|
||
<span style="color:#4EA6FF;cursor:pointer">删除</span>
|
||
</div>
|
||
</div>
|
||
);
|
||
},
|
||
},
|
||
];
|
||
return columns;
|
||
};
|
||
const onSelectChange = (selectedRowKeys) => {
|
||
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||
state.selectedRowKeys = selectedRowKeys;
|
||
};
|
||
const showDeleteALLModal = () => {
|
||
state.deleteAll = true;
|
||
};
|
||
const closeDeleteALLModal = () => {
|
||
state.deleteAll = false;
|
||
};
|
||
const showModal = () => {
|
||
state.visible = true;
|
||
};
|
||
const closeChangeModal = () => {
|
||
state.visible = false;
|
||
};
|
||
const showAddStu = () => {
|
||
state.AddSvisible = true;
|
||
};
|
||
const showImpStu = () => {
|
||
state.AddImpStuvisible = true;
|
||
};
|
||
return {
|
||
...toRefs(state),
|
||
selectProjectName,
|
||
selectProjectName2,
|
||
selectProjectName3,
|
||
selectProjectName4,
|
||
showDeleteALLModal,
|
||
closeDeleteALLModal,
|
||
tableDataFunc,
|
||
onSelectChange,
|
||
showModal,
|
||
closeChangeModal,
|
||
showAddStu,
|
||
showImpStu,
|
||
};
|
||
},
|
||
};
|
||
</script>
|
||
<style lang="scss">
|
||
.clearfix:before,
|
||
.clearfix:after {
|
||
content: " ";
|
||
display: block;
|
||
clear: both;
|
||
}
|
||
.CopyModal {
|
||
.ant-modal {
|
||
width: 424px !important;
|
||
height: 258px !important;
|
||
.ant-modal-content {
|
||
width: 424px !important;
|
||
height: 258px !important;
|
||
.ant-modal-body {
|
||
width: 424px !important;
|
||
height: 258px !important;
|
||
padding: 0 !important;
|
||
.delete {
|
||
z-index: 999;
|
||
width: 424px;
|
||
height: 258px;
|
||
background: #ffffff;
|
||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
|
||
border-radius: 4px;
|
||
// position: absolute;
|
||
// left: 50%;
|
||
// top: 10%;
|
||
// transform: translate(-50%, -50%);
|
||
.del_header {
|
||
position: absolute;
|
||
width: calc(100%);
|
||
height: 40px;
|
||
background: linear-gradient(
|
||
rgba(78, 166, 255, 0.2) 0%,
|
||
rgba(78, 166, 255, 0) 100%
|
||
);
|
||
}
|
||
.del_main {
|
||
width: 100%;
|
||
position: relative;
|
||
.header {
|
||
display: flex;
|
||
align-items: center;
|
||
padding-top: 20px;
|
||
padding-left: 26px;
|
||
font-size: 16px;
|
||
.icon {
|
||
width: 16px;
|
||
height: 16px;
|
||
margin-right: 10px;
|
||
background-image: url(@/assets/images/coursewareManage/QR.png);
|
||
background-size: 100% 100%;
|
||
}
|
||
.close_exit {
|
||
position: absolute;
|
||
right: 42px;
|
||
cursor: pointer;
|
||
width: 20px;
|
||
height: 20px;
|
||
background-image: url(@/assets/images/coursewareManage/close.png);
|
||
background-size: 100% 100%;
|
||
}
|
||
}
|
||
.body {
|
||
width: 100%;
|
||
margin: 34px auto 56px auto;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
// background-color: red;
|
||
position: relative;
|
||
.back {
|
||
position: absolute;
|
||
top: 30px;
|
||
font-size: 12px;
|
||
font-weight: 400;
|
||
color: #666666;
|
||
}
|
||
}
|
||
.del_btnbox {
|
||
display: flex;
|
||
margin: 30px auto;
|
||
justify-content: center;
|
||
.del_btn {
|
||
width: 100px;
|
||
height: 40px;
|
||
background: rgba(64, 158, 255, 0);
|
||
border-radius: 8px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
|
||
flex-shrink: 0;
|
||
cursor: pointer;
|
||
.btnText {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
line-height: 40px;
|
||
}
|
||
}
|
||
.btn1 {
|
||
border: 1px solid rgba(64, 158, 255, 1);
|
||
color: #4ea6ff;
|
||
margin-right: 14px;
|
||
}
|
||
.btn2 {
|
||
background-color: #4ea6ff;
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.changeModal {
|
||
.ant-modal {
|
||
width: 549px !important;
|
||
height: 245px !important;
|
||
.ant-modal-content {
|
||
width: 549px !important;
|
||
height: 245px !important;
|
||
.ant-modal-body {
|
||
padding: 0 !important;
|
||
width: 549px !important;
|
||
height: 245px !important;
|
||
.con {
|
||
// background-color: #bfa;
|
||
width: 100%;
|
||
height: 100%;
|
||
|
||
.header {
|
||
width: 100%;
|
||
display: flex;
|
||
height: 68px;
|
||
position: relative;
|
||
justify-content: center;
|
||
|
||
background: linear-gradient(
|
||
rgba(78, 166, 255, 0.2) 0%,
|
||
rgba(78, 166, 255, 0) 100%
|
||
);
|
||
.inhe {
|
||
width: 80%;
|
||
height: 100%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
.mod {
|
||
left: 30px;
|
||
top: 27px;
|
||
position: absolute;
|
||
width: 18px;
|
||
height: 17px;
|
||
background-image: url(../../assets/images/leveladd/mod.png);
|
||
}
|
||
.tz {
|
||
color: #000000;
|
||
font-weight: 400;
|
||
font-size: 16px;
|
||
}
|
||
.mg {
|
||
width: 20px;
|
||
height: 20px;
|
||
background-image: url(../../assets/images/basicinfo/close22.png);
|
||
background-size: 100% 100%;
|
||
cursor: pointer;
|
||
}
|
||
}
|
||
}
|
||
.mid {
|
||
width: 100%;
|
||
display: flex;
|
||
height: 100%;
|
||
justify-content: center;
|
||
.inher {
|
||
width: 80%;
|
||
height: 100%;
|
||
.cur {
|
||
color: #6f6f6f;
|
||
font-size: 14px;
|
||
}
|
||
.select {
|
||
margin-top: 10px;
|
||
}
|
||
.btn {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-top: 30px;
|
||
.sameb {
|
||
width: 100px;
|
||
height: 40px;
|
||
font-size: 14px;
|
||
|
||
border-radius: 8px;
|
||
}
|
||
.btn1 {
|
||
color: #4ea6ff;
|
||
background: #ffffff;
|
||
border: 1px solid #4ea6ff;
|
||
}
|
||
.btn2 {
|
||
margin-left: 16px;
|
||
border: 0;
|
||
color: #ffffff;
|
||
background: #4ea6ff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
|
||
.addwrapper {
|
||
width: 100%;
|
||
height: 100%;
|
||
// background-color: green;
|
||
.addhead {
|
||
width: 100%;
|
||
height: 130px;
|
||
// background-color: lightgreen;
|
||
display: flex;
|
||
align-items: center;
|
||
position: relative;
|
||
.leftimg {
|
||
width: 151px;
|
||
height: 100px;
|
||
border: 10px solid #e7f2ff;
|
||
border-radius: 8px;
|
||
margin-left: 20px;
|
||
.img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
}
|
||
.imgfor {
|
||
margin-left: 32px;
|
||
.forz {
|
||
color: #363636;
|
||
font-size: 16px;
|
||
}
|
||
.fort {
|
||
color: #878b92;
|
||
font-size: 14px;
|
||
margin-top: 20px;
|
||
}
|
||
}
|
||
@media screen and (max-width: 1030px) {
|
||
.imgfor {
|
||
margin-left: 20px;
|
||
}
|
||
}
|
||
.right {
|
||
// width: 500px;
|
||
height: 100%;
|
||
// background-color: red;
|
||
position: absolute;
|
||
right: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
.img1 {
|
||
width: 24px;
|
||
height: 24px;
|
||
margin-right: 50px;
|
||
}
|
||
.line {
|
||
height: 65%;
|
||
width: 1px;
|
||
background-color: #e8effa;
|
||
margin-right: 28px;
|
||
}
|
||
.img2 {
|
||
width: 42px;
|
||
height: 42px;
|
||
margin-right: 22px;
|
||
}
|
||
.pub {
|
||
color: #ffb64e;
|
||
font-size: 14px;
|
||
margin-top: 5px;
|
||
margin-right: 30px;
|
||
cursor: pointer;
|
||
}
|
||
.return {
|
||
color: #4ea6ff;
|
||
font-size: 14px;
|
||
margin-top: 10px;
|
||
margin-right: 60px;
|
||
}
|
||
.more {
|
||
position: relative;
|
||
margin-right: 30px;
|
||
height: 30px;
|
||
display: flex;
|
||
align-items: center;
|
||
.moreArrow {
|
||
width: 13px;
|
||
height: 7px;
|
||
display: inline-block;
|
||
background-image: url("../../assets/images/navtop/down.png");
|
||
background-size: 100%;
|
||
margin: 2px;
|
||
margin-left: 15px;
|
||
}
|
||
.moreItems {
|
||
width: 110px;
|
||
height: 80px;
|
||
display: none;
|
||
background: #ffffff;
|
||
box-shadow: 2px 3px 9px 3px rgba(0, 0, 0, 0.05);
|
||
// border-radius: 3px;
|
||
border: 0px solid #dcdcdc;
|
||
position: absolute;
|
||
left: -48px;
|
||
top: 30px;
|
||
z-index: 100;
|
||
cursor: pointer;
|
||
.sammo {
|
||
text-align: center;
|
||
margin-top: 12px;
|
||
cursor: pointer;
|
||
}
|
||
.sammo:hover {
|
||
color: #4ea6ff;
|
||
}
|
||
}
|
||
.moreItems:hover {
|
||
display: block;
|
||
}
|
||
}
|
||
@media screen and (max-width: 1240px) {
|
||
.line {
|
||
margin-right: 10px;
|
||
}
|
||
.img1 {
|
||
margin-right: 15px;
|
||
}
|
||
.img2 {
|
||
margin-right: 10px;
|
||
}
|
||
.return {
|
||
margin-right: 10px;
|
||
}
|
||
.pub {
|
||
margin-right: 10px;
|
||
}
|
||
.more {
|
||
margin-right: 10px;
|
||
}
|
||
}
|
||
.more:hover .moreArrow {
|
||
background-image: url("../../assets/images/navtop/up.png");
|
||
}
|
||
.more:hover .moreItems {
|
||
display: block;
|
||
}
|
||
}
|
||
}
|
||
.split {
|
||
width: 100%;
|
||
height: 20px;
|
||
background-color: #edf0f5;
|
||
}
|
||
.bom {
|
||
.tab {
|
||
margin-top: 10px;
|
||
// margin-left: 10px;
|
||
}
|
||
.ant-tabs > .ant-tabs-nav,
|
||
.ant-tabs > div > .ant-tabs-nav {
|
||
margin-left: 0px !important;
|
||
padding-left: 32px !important;
|
||
}
|
||
.cont {
|
||
display: flex;
|
||
|
||
.pad {
|
||
height: 100%;
|
||
width: 40px;
|
||
// background-color: red;
|
||
}
|
||
.sametab {
|
||
// margin-left: 30px;
|
||
// margin-right: 30px;
|
||
margin-top: 30px;
|
||
width: 100%;
|
||
// background-color: green;
|
||
.Lhead {
|
||
display: flex;
|
||
.btns {
|
||
display: flex;
|
||
margin-left: 20px;
|
||
// flex-wrap: wrap;
|
||
.btn {
|
||
padding: 0px 26px 0px 26px;
|
||
height: 38px;
|
||
background: rgba(64, 158, 255, 0);
|
||
border-radius: 8px;
|
||
border: 1px solid rgba(64, 158, 255, 1);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-right: 14px;
|
||
flex-shrink: 0;
|
||
cursor: pointer;
|
||
.search {
|
||
background-size: 100%;
|
||
}
|
||
.btnText {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
color: rgba(64, 158, 255, 1);
|
||
line-height: 36px;
|
||
margin-left: 5px;
|
||
}
|
||
}
|
||
.btn1 {
|
||
.search {
|
||
width: 15px;
|
||
height: 17px;
|
||
background-image: url("../../assets/images/courseManage/search1.png");
|
||
}
|
||
}
|
||
.btn2 {
|
||
.search {
|
||
width: 16px;
|
||
height: 18px;
|
||
background-image: url("../../assets/images/courseManage/reset1.png");
|
||
}
|
||
}
|
||
.btn3 {
|
||
margin-right: 0px;
|
||
.search {
|
||
width: 17px;
|
||
height: 18px;
|
||
background-image: url("../../assets/images/courseManage/add1.png");
|
||
}
|
||
}
|
||
.btn1:hover {
|
||
background: rgba(64, 158, 255, 1);
|
||
.search {
|
||
background-image: url("../../assets/images/courseManage/search0.png");
|
||
}
|
||
.btnText {
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
.btn2:hover {
|
||
background: rgba(64, 158, 255, 1);
|
||
.search {
|
||
background-image: url("../../assets/images/courseManage/reset0.png");
|
||
}
|
||
.btnText {
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
.btn3:hover {
|
||
background: rgba(64, 158, 255, 1);
|
||
.search {
|
||
background-image: url("../../assets/images/courseManage/add0.png");
|
||
}
|
||
.btnText {
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.Lbom {
|
||
position: relative;
|
||
margin-bottom: 20px;
|
||
.item {
|
||
width: 100%;
|
||
height: 200px;
|
||
// background-color: green;
|
||
margin-top: 40px;
|
||
border-radius: 8px;
|
||
border: 1px solid #f0f4fe;
|
||
.itemhead {
|
||
height: 50px;
|
||
width: 100%;
|
||
background-color: #f0f4fe;
|
||
display: flex;
|
||
align-items: center;
|
||
position: relative;
|
||
.lev {
|
||
margin-left: 27px;
|
||
margin-right: 16px;
|
||
line-height: 100%;
|
||
color: #409eff;
|
||
font-size: 16px;
|
||
}
|
||
.lin {
|
||
width: 1px;
|
||
height: 35%;
|
||
background-color: #c7cbd2;
|
||
}
|
||
.nam {
|
||
margin-left: 16px;
|
||
color: #4f5156;
|
||
line-height: 100%;
|
||
font-size: 16px;
|
||
}
|
||
.count {
|
||
position: absolute;
|
||
line-height: 100%;
|
||
color: #4f5156;
|
||
font-size: 14px;
|
||
right: 40px;
|
||
span:nth-child(2) {
|
||
color: #63ca8c;
|
||
}
|
||
}
|
||
}
|
||
.itembomm {
|
||
display: flex;
|
||
align-items: center;
|
||
height: 150px;
|
||
.it {
|
||
// margin-left: 110px;
|
||
// margin-right: 110px;
|
||
width: 13%;
|
||
text-align: center;
|
||
.on {
|
||
font-size: 30px;
|
||
}
|
||
.ittext {
|
||
color: #4f5156;
|
||
margin-top: 16px;
|
||
margin-left: -5px;
|
||
}
|
||
}
|
||
.linee {
|
||
background-color: #ecf2fb;
|
||
width: 1px;
|
||
height: 55%;
|
||
}
|
||
.itright {
|
||
position: absolute;
|
||
right: 45px;
|
||
display: flex;
|
||
.te {
|
||
color: #4ea6ff;
|
||
font-size: 14px;
|
||
cursor: pointer;
|
||
}
|
||
.more {
|
||
position: relative;
|
||
height: 30px;
|
||
display: flex;
|
||
.moreArrow {
|
||
width: 13px;
|
||
height: 7px;
|
||
display: inline-block;
|
||
background-image: url("../../assets/images/navtop/down.png");
|
||
background-size: 100%;
|
||
margin: 2px;
|
||
margin-left: 7px;
|
||
margin-top: 6px;
|
||
}
|
||
.moreItems {
|
||
width: 80px;
|
||
height: 70px;
|
||
display: none;
|
||
background: #ffffff;
|
||
box-shadow: 2px 3px 9px 3px rgba(0, 0, 0, 0.05);
|
||
border-radius: 3px;
|
||
border: 0px solid #dcdcdc;
|
||
position: absolute;
|
||
left: 0px;
|
||
top: 20px;
|
||
z-index: 100;
|
||
.roleItem {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
color: rgba(79, 81, 86, 1);
|
||
line-height: 36px;
|
||
display: flex;
|
||
justify-content: center;
|
||
cursor: pointer;
|
||
}
|
||
.roleItem:hover {
|
||
color: #4ea6ff;
|
||
}
|
||
}
|
||
}
|
||
.more:hover .moreArrow {
|
||
background-image: url("../../assets/images/navtop/up.png");
|
||
}
|
||
.more:hover .moreItems {
|
||
display: block;
|
||
}
|
||
}
|
||
}
|
||
|
||
.show {
|
||
color: blue;
|
||
}
|
||
.noshow {
|
||
display: none;
|
||
}
|
||
}
|
||
.create {
|
||
margin-top: 40px;
|
||
.taskbox {
|
||
width: 412px;
|
||
height: 160px;
|
||
border-radius: 10px;
|
||
position: relative;
|
||
// margin-left: 68px;
|
||
margin-bottom: 40px;
|
||
cursor: pointer;
|
||
.leftt {
|
||
position: absolute;
|
||
top: 18px;
|
||
left: 0;
|
||
}
|
||
.photo {
|
||
position: absolute;
|
||
top: 42px;
|
||
left: 37px;
|
||
}
|
||
.rightt {
|
||
position: absolute;
|
||
top: 69px;
|
||
right: 26px;
|
||
}
|
||
.centerbox {
|
||
position: absolute;
|
||
top: 52px;
|
||
left: 145px;
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
//line-height: 36px;
|
||
}
|
||
.centermain {
|
||
color: rgba(135, 139, 146, 1);
|
||
font-size: 14px;
|
||
position: absolute;
|
||
left: 144px;
|
||
bottom: 49px;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.xwid {
|
||
// width: 100%;
|
||
// height: 100%;
|
||
// background-color: #bfa;
|
||
position: relative;
|
||
margin-top: 30px;
|
||
display: flex;
|
||
margin-bottom: 20px;
|
||
// overflow-x: auto;
|
||
.pad {
|
||
height: 100%;
|
||
width: 40px;
|
||
flex-shrink: 0;
|
||
}
|
||
.xin {
|
||
width: 100%;
|
||
.xhead {
|
||
display: flex;
|
||
.btns {
|
||
display: flex;
|
||
margin-left: 20px;
|
||
// flex-wrap: wrap;
|
||
.btn {
|
||
padding: 0px 26px 0px 26px;
|
||
height: 38px;
|
||
background: rgba(64, 158, 255, 0);
|
||
border-radius: 8px;
|
||
border: 1px solid rgba(64, 158, 255, 1);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-right: 14px;
|
||
flex-shrink: 0;
|
||
cursor: pointer;
|
||
.search {
|
||
background-size: 100%;
|
||
}
|
||
.btnText {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
color: rgba(64, 158, 255, 1);
|
||
line-height: 36px;
|
||
margin-left: 5px;
|
||
}
|
||
}
|
||
.btn1 {
|
||
.search {
|
||
width: 15px;
|
||
height: 17px;
|
||
background-image: url("../../assets/images/courseManage/search1.png");
|
||
}
|
||
}
|
||
.btn2 {
|
||
.search {
|
||
width: 16px;
|
||
height: 18px;
|
||
background-image: url("../../assets/images/courseManage/reset1.png");
|
||
}
|
||
}
|
||
.btn3 {
|
||
margin-right: 0px;
|
||
.search {
|
||
width: 17px;
|
||
height: 18px;
|
||
background-image: url("../../assets/images/courseManage/add1.png");
|
||
}
|
||
}
|
||
.btn1:hover {
|
||
background: rgba(64, 158, 255, 1);
|
||
.search {
|
||
background-image: url("../../assets/images/courseManage/search0.png");
|
||
}
|
||
.btnText {
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
.btn2:hover {
|
||
background: rgba(64, 158, 255, 1);
|
||
.search {
|
||
background-image: url("../../assets/images/courseManage/reset0.png");
|
||
}
|
||
.btnText {
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
.btn3:hover {
|
||
background: rgba(64, 158, 255, 1);
|
||
.search {
|
||
background-image: url("../../assets/images/courseManage/add0.png");
|
||
}
|
||
.btnText {
|
||
color: #ffffff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.xheadb {
|
||
display: flex;
|
||
margin-top: 30px;
|
||
.addx {
|
||
width: 130px;
|
||
height: 40px;
|
||
background: #4ea6ff;
|
||
border-radius: 8px;
|
||
color: #fff;
|
||
border: 0;
|
||
cursor: pointer;
|
||
margin-right: 20px;
|
||
}
|
||
.addd {
|
||
width: 130px;
|
||
height: 40px;
|
||
background: #fff;
|
||
border-radius: 8px;
|
||
border: 1px solid #4ea6ff;
|
||
color: #4ea6ff;
|
||
cursor: pointer;
|
||
margin-right: 20px;
|
||
}
|
||
.select {
|
||
.ant-select {
|
||
//
|
||
// border: 0 !important;
|
||
border-radius: 11px;
|
||
.ant-select-selector {
|
||
border: 1px solid #4ea6ff !important;
|
||
.ant-select-selection-placeholder {
|
||
padding-left: 15px;
|
||
color: #4ea6ff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.talk {
|
||
margin-top: 24px;
|
||
margin-bottom: 11px;
|
||
width: 100%;
|
||
height: 50px;
|
||
background: #f5faff;
|
||
border: 1px solid #4ea6ff;
|
||
// opacity: 0.22;
|
||
display: flex;
|
||
align-items: center;
|
||
.im {
|
||
width: 14px;
|
||
height: 15px;
|
||
margin-left: 27px;
|
||
margin-top: -3px;
|
||
}
|
||
.xu {
|
||
height: 100%;
|
||
line-height: 50px;
|
||
margin-left: 13px;
|
||
.yi {
|
||
color: #4f5156;
|
||
font-size: 14px;
|
||
}
|
||
.zon {
|
||
color: #999ba3;
|
||
font-size: 14px;
|
||
margin-left: 34px;
|
||
}
|
||
.th {
|
||
color: #4ea6ff;
|
||
}
|
||
}
|
||
}
|
||
.tableBox {
|
||
margin-bottom: 80px;
|
||
|
||
.classify {
|
||
margin-left: 11px !important;
|
||
padding-left: 9px !important;
|
||
}
|
||
.ant-checkbox-wrapper {
|
||
align-items: center;
|
||
margin-top: -2px;
|
||
}
|
||
.ant-table-selection-column {
|
||
padding: 0px !important;
|
||
padding-left: 45px !important;
|
||
}
|
||
.ant-table-thead > tr > th {
|
||
background-color: rgba(239, 244, 252, 1);
|
||
}
|
||
th.h {
|
||
background-color: #eff4fc !important;
|
||
}
|
||
|
||
.ant-table-tbody
|
||
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
|
||
> td {
|
||
background: #f6f9fd;
|
||
}
|
||
.pa {
|
||
left: 0;
|
||
width: 100%;
|
||
// height: 20px;
|
||
// background-color: red;
|
||
display: flex;
|
||
justify-content: center;
|
||
position: absolute;
|
||
bottom: 0px;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.Gcon {
|
||
display: flex;
|
||
.pad {
|
||
height: 100%;
|
||
width: 40px;
|
||
}
|
||
.Gin {
|
||
// background-color: #bfa;
|
||
margin-top: 30px;
|
||
.headone {
|
||
// background-color: red;
|
||
display: flex;
|
||
text-align: center;
|
||
.box {
|
||
width: 4px;
|
||
height: 20px;
|
||
background-color: #4ea6ff;
|
||
border-radius: 2px;
|
||
}
|
||
.onetitle {
|
||
margin-left: 15px;
|
||
color: #333333;
|
||
font-size: 14px;
|
||
}
|
||
.oneedi {
|
||
margin-left: 15px;
|
||
color: #4ea6ff;
|
||
cursor: pointer;
|
||
}
|
||
}
|
||
.onemain {
|
||
margin-top: 20px;
|
||
margin-left: 55px;
|
||
color: #6f6f6f;
|
||
font-size: 14px;
|
||
.checkcon {
|
||
position: relative;
|
||
.in {
|
||
position: absolute;
|
||
// margin-top: 10px;
|
||
left: 0;
|
||
top: 3px;
|
||
}
|
||
.yulan {
|
||
// color: yellow;
|
||
margin-left: 22px;
|
||
// display: inline-block;
|
||
}
|
||
.yulan2 {
|
||
margin-left: 22px;
|
||
}
|
||
}
|
||
}
|
||
.twomain {
|
||
margin-left: 20px;
|
||
margin-top: 20px;
|
||
.ant-switch-checked {
|
||
background-color: #5dc988;
|
||
}
|
||
.info {
|
||
margin-left: 10px;
|
||
color: #6f6f6f;
|
||
font-size: 14px;
|
||
// margin-top: 10px;
|
||
}
|
||
.infor {
|
||
margin-left: 38px;
|
||
margin-top: 10px;
|
||
color: #c7cbd2;
|
||
font-size: 14px;
|
||
}
|
||
.chooseshow {
|
||
// background-color: red;
|
||
margin-left: 38px;
|
||
margin-top: 12px;
|
||
.fane {
|
||
color: #6f6f6f;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.choo {
|
||
display: none;
|
||
}
|
||
.btm {
|
||
margin-left: 38px;
|
||
margin-top: 20px;
|
||
.bmo {
|
||
color: #6f6f6f;
|
||
font-size: 14px;
|
||
}
|
||
.bmt {
|
||
color: #c7cbd2;
|
||
font-size: 14px;
|
||
margin-top: 3px;
|
||
}
|
||
.chosecon {
|
||
display: flex;
|
||
margin-top: 6px;
|
||
margin-bottom: 20px;
|
||
.chose {
|
||
position: relative;
|
||
.inl {
|
||
position: absolute;
|
||
top: 2px;
|
||
}
|
||
.sh {
|
||
margin-left: 23px;
|
||
color: #6f6f6f;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
</style>
|