经典后台管理UI控制台

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>西门星空乐园管理后台</title><script src="../vue_js/vue.js"></script><style>body {margin: 0;padding: 0;width: 100%;height: 100vh;display: flex; /* 添加这一行 */}[v-cloak] {/* 元素隐藏 */display: none;}.container {width: 100%;height: 100%;display: flex;}.left_tab_container {width: 150px;background-color:#2C3039;/*background-color:#FF0000;*//*background-color:#FF69B4;*/height: 100%;overflow: auto;}/*<!--logo显示部分-->*/.logo_container{height:40px;min-height: 40px;width: 100%;background-color: white;align-items: center;justify-content: center;display: flex;background-color: white;padding: 10px;}.logo_img{height: 60px;width: 100%;}/*<!--系统名字-->*/.sys_name_container{width:calc(100% - 20px);height:auto;align-items: center;justify-content: center;display: flex;font-weight: 700;background-color:#2C3039;/*background-color:#FF0000;*//*background-color:#FF69B4;*/padding: 10px;color: white;margin-bottom: 10px;}/*<!--主菜单栏-->*/.main_tab_container{width:100%;/*background-color: #667eea;*/height:60px;align-items: center;justify-content: flex-start;display: flex;}.tab_main_name_container{color:white;font-weight: 700;display: flex;}/*<!--左侧留白-->*/.main_tab_left_space_container{width: 30px;height: 60px;/*background-color: #FF0000;*/align-items: center;justify-content:flex-end;display: flex;}/*<!--指针-->*/.tab_main_selected_img{width:18px;height: 18px;}/*<!--右侧显示-->*/.main_tab_right_show_container {flex-grow: 1;padding-left: 20px;height: 60px;/*background-color:yellow;*/align-items: center;justify-content:flex-start;display: flex;}.tab_main_img{width:25px;height: 25px;}/*<!--第二层导航tab-->*/.second_tab_list_container{width:calc(100% - 20px);height:60px;/*background-color: #667eea;*/align-items: center;justify-content:center;display: flex;padding-right: 20px;}.second_tab_no_selected{color: white;}.second_tab_selected{color:#34A9FF;font-weight: 700;width: 100%;height: 100%;/*background-color: #4CAF50;*/align-items: center;justify-content:center;display: flex;background-position-y: center;background-image: url("../images/selected_target.png");background-size: 20px;background-repeat: no-repeat;}/*<!--tab列表-->*/.tab_list_container{width: 100%;height: auto;/*background-color: blue;*/cursor: pointer;}.right_content_container {flex-grow: 1;height: 100%;/*background-color: #FF69B4;*/overflow: auto;}.data_list_container{width:100%;height: auto;}/*<!--数据项-->*/.data_count_container{width:100%;height:50%;/*background-color: #764ba2;*/align-items: flex-end;justify-content:center;display: flex;font-size: 20px;font-weight: 700;}/*<!--搜索框显示容器-->*/.search_container {width:calc(100% - 20px);padding-left: 20px;height:100px;/*background-color: aqua;*/align-items: center;justify-content:flex-start;display: flex;}.search-input {padding: 10px;padding-left: 30px; /* 确保文本不会覆盖图标 */border: 1px solid #ccc;border-radius: 5px;outline: none;font-size: 16px;/*background-image: url('https://xmkjsoft.com/imgs/logo_img.png'); !* 替换为您的图标路径 *!*/background-size: 20px; /* 调整图标大小 */background-position: 10px center; /* 调整图标位置 */background-repeat: no-repeat;}.search-input:focus {border-color: #007bff;box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);}.search-btn {padding: 8px 12px;background-color: #007bff;color: #fff;border: 1px solid #007bff;border-radius: 4px;cursor: pointer;}/* 表格样式 */table {width: 100%;border: 1px solid #ddd; /* 添加表格边框 */border-collapse: collapse;font-family: Arial, sans-serif;font-size: 14px;}th, td {padding: 5px;text-align: left;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd; /* 添加单元格右边框 */}th {width: auto;background-color: #f2f2f2;font-weight: bold;white-space: nowrap; /* 防止内容换行 */}tr:hover {background-color: #f5f5f5;}.operation_delete{color: red;text-decoration: underline;cursor: pointer; /* 让鼠标在链接上显示为手型 */}.operation_set_complete{color: green;text-decoration: underline;cursor: pointer; /* 让鼠标在链接上显示为手型 */}.operation_set_waiting{color: gray;text-decoration: underline;cursor: pointer; /* 让鼠标在链接上显示为手型 */}.operation_edit{color: blue;text-decoration: underline;cursor: pointer; /* 让鼠标在链接上显示为手型 */}.pagination {margin-top: 10px;}/*<!--账号管理:修改密码+退出登录-->*/.account_manage_container{width:calc(100% - 20px);height:60px;/*background-color: #FF0000;*/margin-top: 30px;border-bottom: 1px solid #eeecec;margin: 10px;position: relative;}/*<!--账号头像-->*/.account_image_container{width:30%;height: 100%;float: left;/*background-color: #764ba2;*/align-items: center;justify-content: center;display: flex;}.account_image{width:80%;height:80%;border-radius: 50%;}/*<!--账号-->*/.account_container{width:50%;height: 100%;float: left;/*background-color: #32cd80;*/align-items: center;justify-content: center;display: flex;color:white;}/*<!--操作指示箭头-->*/.operation_icon_container{width:20%;height: 100%;float: left;/*background-color: #a0f8f5;*/align-items: center;justify-content: center;display: flex;cursor: pointer; /* 添加这一行 */position: relative; /* 添加这一行 */}.operation_icon{width:20px;height: 20px;}.account_operation_alert {display: none;position: fixed; /* 改为 fixed */top: 0;left: 0;width: 200px;height: 100px;background-color: #fff;border: 1px solid #ccc;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);z-index: 99999; /* 设置更大的层级 */}/*<!--修改密码-->*/.edit_password_container{width: 100%;height:50px;/*background-color: #0f7973;*/align-items: center;justify-content: center;display: flex;}.edit_password_btn{width:80%;height: 80%;cursor: pointer;}/*<!--退出登录-->*/.exit_login_container{width: 100%;height:50px;/*background-color: #764ba2;*/align-items: center;justify-content: center;display: flex;}.exit_login_btn{width:80%;height: 80%;color: red;cursor: pointer;}.account_icon_container:hover .account_operation_alert {display: block; /* 添加这一行 */}/*加载等待动画*/.loading-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.7);display: flex;align-items: center;justify-content: center;z-index: 9999;}.loading-spinner {border: 8px solid #f3f3f3;border-top: 8px solid #3498db;border-radius: 50%;width: 50px;height: 50px;animation: spin 1s linear infinite;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}</style>
</head>
<body><div id="app" class="container" v-cloak><!--左侧导航--><div class="left_tab_container"><!--logo显示部分--><div class="logo_container"><!--logo居中--><img class="logo_img" :src="logo_path"></div><!--系统名字--><div class="sys_name_container">{{system_name}}</div><!--tab列表--><div class="tab_list_container" v-for="item1 in tab_array" :key="item1.id"><!--主菜单栏--><div class="main_tab_container"><!--右侧显示--><div class="main_tab_right_show_container"  @click="main_tab_click(item1.id,item1.tab_main_name)"><img  class="tab_main_img" :src="item1.img"><p class="tab_main_name_container">{{item1.tab_main_name}}</p></div></div><!--第二层导航tab--><div class="second_tab_list_container" v-for="item2 in item1.tab_second_array" :key="item2.id" v-if="item1.selected===true" @click="second_tab_click(item2.id,item2.name)"><p class="second_tab_selected" v-if="item2.selected===true" >{{item2.name}}</p><p class="second_tab_no_selected"  v-if="item2.selected===false">{{item2.name}}</p></div></div></div><!--右侧内容显示容器--><div class="right_content_container"></div></div><script>new Vue({el: '#app', // Element to mount the Vue instancedata: {logo_path:"images/logo.png",select_target_icon:"images/selected_target.png",system_name:"西门星空乐园管理后台",tab_array:[{id:2,tab_main_name:"控制台",selected:true,img:"images/list.png",tab_second_array:[{id:1,name:"数据中心",selected:true}, {id:2,name:"发布审核",selected:false},{id:3,name:"商品管理",selected:false},{id:4,name:"游戏管理",selected:false},{id:5,name:"用户管理",selected:false},{id:6,name:"公告管理",selected:false}]},],},computed: {totalPages() {return Math.ceil(this.totalItems / this.itemsPerPage);}},methods:{main_tab_click(clickedId,tab_main_name) {// 遍历主菜单项this.tab_array.forEach(item1 => {// 设置点击项的selected为true,其他项为falseitem1.selected = (item1.id === clickedId);// 遍历第二层导航项item1.tab_second_array.forEach(item2 => {// 设置第二层导航项的selecteditem2.selected = (item1.id === clickedId && item2.id === 1); // 判断是否是第二层的第一个项});});switch (tab_main_name){case "首页":window.location.href="management_index.html";break;case "客户数据":window.location.href="customer_all_data.html";break;case "新增客户":window.location.href="push_new_customer.html";break;case "授权管理":window.location.href="permission_manage.html";break;case "成交审核":window.location.href="customer_audit.html";break;case "设置":window.location.href="setting.html";break;}},second_tab_click(item2Id,tab_second_name) {this.tab_array.forEach(item1 => {item1.tab_second_array.forEach(item2 => {// 设置点击项的selected为true,其他项为falseitem2.selected = (item2.id === item2Id);});});switch (tab_second_name){case "全部数据":window.location.href="customer_all_data.html";break;case "待成交":window.location.href="customer_waiting_data.html";break;case "跟进中":window.location.href="customer_running_data.html";break;case "已成交":window.location.href="customer_over_data.html";break;case "红娘管理":window.location.href="permission_manage.html";break;case "新增红娘":window.location.href="permission_new_hn.html";break;case "待审核":window.location.href="customer_audit.html";break;case "已通过":window.location.href="customer_pass.html";break;case "未通过":window.location.href="customer_no_pass.html";break;}},},mounted(){}});</script>
</body>
</html>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/6586.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

MRI学习笔记-spm独立样本t检验

SPM操作&#xff1a; 9-SPM-fmri任务态 二阶分析&#xff1a; 双样本t检验 - 知乎 (zhihu.com) 批处理脚本&#xff1a; clc; clear; nmodel 3; numsub 27; rootdir D:\LLYdata\motor_inhibition_data2\motor_inhibition_fmri;%数据最上层路径 ffxname data_05_1st_leve…

使用FPGA实现串-并型乘法器

介绍 其实我们知道&#xff0c;用FPGA实现乘法器并不是一件很简单的事&#xff0c;而且在FPGA中也有乘法器的IP核可以直接调用&#xff0c;我这里完全就是为了熟悉一些FPGA的语法然后写了这样一个电路。 串-并型乘法器模块 从字面上看&#xff0c;串-并乘法器就是其中一个乘数…

Java面试问题及答案

Java面试问题及答案 以下是几个Java面试中可能会问到的问题及其答案。 1. 解释Java中的多态性是什么&#xff0c;以及它是如何工作的&#xff1f; 问题&#xff1a; 在Java中&#xff0c;多态性是指允许不同类的对象对同一消息做出响应的能力&#xff0c;即同一个接口可以被…

FastApi个人笔记

FastApi笔记 学习FastApi建议直接看官方文档:官方文档 文章目录 FastApi笔记一、环境准备1.1 安装Fast Api 二、第一个Restful API2.1 创建第一个代码框架async作用[(引自CSDN)](https://blog.csdn.net/The_Time_Runner/article/details/105646363): 2.2 运行第一个代码2.3 Swa…

Nodejs process.nextTick() 使用详解

还是大剑师兰特&#xff1a;曾是美国某知名大学计算机专业研究生&#xff0c;现为航空航海领域高级前端工程师&#xff1b;CSDN知名博主&#xff0c;GIS领域优质创作者&#xff0c;深耕openlayers、leaflet、mapbox、cesium&#xff0c;canvas&#xff0c;webgl&#xff0c;ech…

OpenCV 为轮廓创建边界框和圆(62)

返回:OpenCV系列文章目录&#xff08;持续更新中......&#xff09; 上一篇:OpenCV检测凸包(61) 下一篇 :OpenCV如何为等值线创建边界旋转框和椭圆(62) ​ 目标 在本教程中&#xff0c;您将学习如何&#xff1a; 使用 OpenCV 函数 cv::boundingRect使用 OpenCV 函数 cv::mi…

数据库(MySQL)—— 事务

数据库&#xff08;MySQL&#xff09;—— 事务 什么是事务事务操作未控制事务测试异常情况 控制事务一查看/设置事务提交方式&#xff1a;提交事务回滚事务 控制事务二开启事务提交事务回滚事务 并发事务问题脏读&#xff08;Dirty Read&#xff09;不可重复读&#xff08;Non…

python在Django中,模板加载器(Template Loaders)是负责查找和加载模板文件的组件

在Django中&#xff0c;模板加载器&#xff08;Template Loaders&#xff09;是负责查找和加载模板文件的组件。Django默认使用django.template.loaders.filesystem.Loader和django.template.loaders.app_directories.Loader这两个加载器&#xff0c;它们分别用于从文件系统和D…

数据结构练习题---环形链表详解

链表成环&#xff0c;在力扣中有这样的两道题目 https://leetcode.cn/problems/linked-list-cycle/ https://leetcode.cn/problems/linked-list-cycle-ii/description/ 这道题的经典解法是利用快慢指针&#xff0c;如果链表是一个环形链表&#xff0c;那么快指针(fast)和慢指…

关于MS-DOS时代的回忆

目录 一、MS-DOS是什么&#xff1f; 二、MS-DOS的主要功能有哪些&#xff1f; 三、MS-DOS的怎么运行的&#xff1f; 四、微软开源MS-DOS源代码 五、高手与漂亮女同学 一、MS-DOS是什么&#xff1f; MS-DOS&#xff08;Microsoft Disk Operating System&#xff09;是微软公…

最基本的c++代码

#include <iostream> #include <string> using namespace std; void james_kobe(); std::string bas() {string name;cout << "请输入您的目的地" << endl;cin >> name;cin.get(); // 消耗掉输入的换行符return name; }std::string ca…

在Nacos中,如何注册和发现服务实例?

在Nacos中注册与发现服务实例 在微服务架构中&#xff0c;服务注册与发现是一个核心组件&#xff0c;它使得服务提供者能够注册自己的服务信息&#xff0c;服务消费者能够发现并调用所需的服务。Nacos&#xff0c;作为阿里巴巴开源的一个更易于构建云原生应用的动态服务发现、…

【SHADER】Shader实例学习2:Loading Wheel

简介 shader代码来自github上一个项目&#xff0c;compose libraries&#xff0c;但是链接找不到了。。。&#xff0c;代码很简洁&#xff0c;但是里面的技巧适合我这种初学者领会。 Shader代码 const float PI 3.14159265359;// 按角度旋转。&#xff08;安卓的坐标由于从…

工作问题记录React(持续更新中)

一、backdrop-filter:blur(20px); 毛玻璃效果&#xff0c;在安卓机上有兼容问题&#xff0c;添加兼容前缀也无效&#xff1b; 解决方案&#xff1a;让设计师调整渐变&#xff0c;不要使用该属性! 复制代码 background: radial-gradient(33% 33% at 100% 5%, #e9e5e5 0%, rgba…

C++类定义时成员变量初始化

在C11中允许在类定义时对成员变量初始化。 class A { public:A() { }void show(){cout << "m_a " << m_a << endl;cout << "m_b " << m_b << endl;} private:int m_a 10;//类定义时初始化int m_b; //没有初始化…

Microsoft 365 for Mac(Office 365)v16.84正式激活版

office 365 for mac包括Word、Excel、PowerPoint、Outlook、OneNote、OneDrive和Teams的更新。Office提供了跨应用程序的功能&#xff0c;帮助用户在更短的时间内创建令人惊叹的内容&#xff0c;您可以在这里创作、沟通、协作并完成重要工作。 Microsoft 365 for Mac(Office 36…

Delta lake with Java--liquid clustering

网上说liquid clustering还是实验阶段&#xff0c;python和scala有对应的函数&#xff0c;java没有&#xff0c;只能用sql语句来建表&#xff0c;尝试了两天&#xff0c;遇到很奇怪的情况&#xff0c;先上代码&#xff1a; import io.delta.tables.DeltaTable; import org.apa…

Debian系统的开机启动和进程看护

1.推荐的做法 - systemctl systemctl&#xff0c;这种做法需要事先编辑一个.service的脚本放在/etc/systemd/system&#xff0c;这里有一个例子&#xff1a; [Unit] DescriptionGuide Rtsp Server - using mediamtx Afternetwork.target[Service] Typesimple WorkingDirecto…

HTML_CSS学习:浮动

一、浮动简介 相关代码&#xff1a; <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><title>浮动_简介</title><style>div{width: 600px;height: 400px;background-color: #1c80d9;}img{float:…

Rust入门篇:你好,世界

文章目录 前言编写程序编译运行最后 前言 你好&#xff0c;我是醉墨居士&#xff0c;欢迎回来 对于我们大多数人接触一门新的编程语言时&#xff0c;第一个任务一般是编写一个控制台输出hello world的程序 我们这篇博客也是如此&#xff0c;让我们一起使用rust去和世界打个招…