Browse Source

upload vue3.2.2

master
zhangjialei 3 days ago
parent
commit
988e1d848f
  1. 1
      .idea/encodings.xml
  2. 96
      code/springboot/newBank/newBank.iml
  3. 23
      code/vue/vue3.2.2/.gitignore
  4. 29
      code/vue/vue3.2.2/README.md
  5. 13
      code/vue/vue3.2.2/index.html
  6. 19
      code/vue/vue3.2.2/jsconfig.json
  7. 4121
      code/vue/vue3.2.2/package-lock.json
  8. 58
      code/vue/vue3.2.2/package.json
  9. BIN
      code/vue/vue3.2.2/public/favicon.ico
  10. BIN
      code/vue/vue3.2.2/public/faviconn.ico
  11. 18
      code/vue/vue3.2.2/public/index.html
  12. 16
      code/vue/vue3.2.2/public/router.config.js
  13. 13
      code/vue/vue3.2.2/src/App.vue
  14. 55
      code/vue/vue3.2.2/src/api/api.js
  15. 68
      code/vue/vue3.2.2/src/api/bankAccount.ts
  16. 32
      code/vue/vue3.2.2/src/api/customer.js
  17. 61
      code/vue/vue3.2.2/src/api/staff.js
  18. 17
      code/vue/vue3.2.2/src/api/user.js
  19. 86
      code/vue/vue3.2.2/src/assets/base.css
  20. 32
      code/vue/vue3.2.2/src/assets/index.css
  21. BIN
      code/vue/vue3.2.2/src/assets/login_bg.png
  22. BIN
      code/vue/vue3.2.2/src/assets/logo.svg
  23. 35
      code/vue/vue3.2.2/src/assets/main.css
  24. BIN
      code/vue/vue3.2.2/src/assets/mylogo.png
  25. BIN
      code/vue/vue3.2.2/src/assets/svg/logout.png
  26. BIN
      code/vue/vue3.2.2/src/assets/svg/出库.png
  27. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 11.png
  28. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 11@2x.png
  29. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 5@2x.png
  30. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 6.png
  31. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 6@2x.png
  32. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 7.png
  33. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 7@2x.png
  34. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 8.png
  35. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 8@2x.png
  36. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 9.png
  37. BIN
      code/vue/vue3.2.2/src/assets/svg/图层 9@2x.png
  38. BIN
      code/vue/vue3.2.2/src/assets/svg/客户信息.png
  39. BIN
      code/vue/vue3.2.2/src/assets/svg/操作员.png
  40. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(10).png
  41. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(11).png
  42. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(12).png
  43. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(4).png
  44. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(5).png
  45. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(6).png
  46. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(7).png
  47. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(8).png
  48. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2(9).png
  49. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(1).png
  50. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(10).png
  51. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(11).png
  52. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(12).png
  53. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(2).png
  54. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(3).png
  55. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(4).png
  56. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(5).png
  57. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(6).png
  58. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(7).png
  59. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(8).png
  60. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x(9).png
  61. BIN
      code/vue/vue3.2.2/src/assets/svg/组 2@2x.png
  62. BIN
      code/vue/vue3.2.2/src/assets/svg/路径(1).png
  63. BIN
      code/vue/vue3.2.2/src/assets/svg/路径.png
  64. BIN
      code/vue/vue3.2.2/src/assets/svg/路径@2x(1).png
  65. BIN
      code/vue/vue3.2.2/src/assets/svg/路径@2x.png
  66. BIN
      code/vue/vue3.2.2/src/assets/svg/进件.png
  67. 145
      code/vue/vue3.2.2/src/components/HeaderCom.vue
  68. 44
      code/vue/vue3.2.2/src/components/HelloWorld.vue
  69. 112
      code/vue/vue3.2.2/src/components/SidebarCom.vue
  70. 40
      code/vue/vue3.2.2/src/components/StatisticChart.vue
  71. 94
      code/vue/vue3.2.2/src/components/TheWelcome.vue
  72. 87
      code/vue/vue3.2.2/src/components/WelcomeItem.vue
  73. 7
      code/vue/vue3.2.2/src/components/icons/IconCommunity.vue
  74. 7
      code/vue/vue3.2.2/src/components/icons/IconDocumentation.vue
  75. 7
      code/vue/vue3.2.2/src/components/icons/IconEcosystem.vue
  76. 7
      code/vue/vue3.2.2/src/components/icons/IconSupport.vue
  77. 19
      code/vue/vue3.2.2/src/components/icons/IconTooling.vue
  78. 260
      code/vue/vue3.2.2/src/css/apply.css
  79. 160
      code/vue/vue3.2.2/src/css/enterprise-approval.css
  80. 180
      code/vue/vue3.2.2/src/css/frame.css
  81. 295
      code/vue/vue3.2.2/src/css/lending.css
  82. 54
      code/vue/vue3.2.2/src/css/loan-system.css
  83. 170
      code/vue/vue3.2.2/src/css/pay-back.css
  84. 160
      code/vue/vue3.2.2/src/css/personal-approval.css
  85. 84
      code/vue/vue3.2.2/src/css/reset.css
  86. 67
      code/vue/vue3.2.2/src/css/three-bt.css
  87. BIN
      code/vue/vue3.2.2/src/image/3.png
  88. BIN
      code/vue/vue3.2.2/src/image/apply.png
  89. BIN
      code/vue/vue3.2.2/src/image/avatar.jpg
  90. BIN
      code/vue/vue3.2.2/src/image/background.jpg
  91. BIN
      code/vue/vue3.2.2/src/image/bg_00.png
  92. BIN
      code/vue/vue3.2.2/src/image/bg_01.png
  93. BIN
      code/vue/vue3.2.2/src/image/bg_02.png
  94. BIN
      code/vue/vue3.2.2/src/image/bg_03.png
  95. BIN
      code/vue/vue3.2.2/src/image/bg_04.png
  96. BIN
      code/vue/vue3.2.2/src/image/bg_05.png
  97. BIN
      code/vue/vue3.2.2/src/image/bz_img.jpg
  98. 1
      code/vue/vue3.2.2/src/image/bz_more.svg
  99. 1
      code/vue/vue3.2.2/src/image/bz_msg.svg
  100. 1
      code/vue/vue3.2.2/src/image/bz_play.svg
  101. Some files were not shown because too many files have changed in this diff Show More

1
.idea/encodings.xml

@ -2,5 +2,6 @@
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/code/springboot/newBank/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/code/springboot/newBank/src/main/resources" charset="UTF-8" />
</component>
</project>

96
code/springboot/newBank/newBank.iml

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<webroots />
<sourceRoots>
<root url="file://$MODULE_DIR$/src/main/java" />
<root url="file://$MODULE_DIR$/src/main/resources" />
</sourceRoots>
</configuration>
</facet>
<facet type="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<setting name="provider-name" value="Hibernate" />
<datasource-mapping />
<naming-strategy-map />
</configuration>
</facet>
<facet type="Spring" name="Spring">
<configuration />
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.11.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.11.2" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.28" level="project" />
<orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-core:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.1.9.RELEASE" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.23" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.9.3" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.9" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.9" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.9" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.9" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.24" level="project" />
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.24" level="project" />
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.24" level="project" />
<orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.17.Final" level="project" />
<orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" />
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.3.Final" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.4.0" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-web:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-aop:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-expression:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.17" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-jpa:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.4" level="project" />
<orderEntry type="library" name="Maven: javax.transaction:javax.transaction-api:1.3" level="project" />
<orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.1" level="project" />
<orderEntry type="library" name="Maven: javax.activation:javax.activation-api:1.2.0" level="project" />
<orderEntry type="library" name="Maven: org.hibernate:hibernate-core:5.3.11.Final" level="project" />
<orderEntry type="library" name="Maven: javax.persistence:javax.persistence-api:2.2" level="project" />
<orderEntry type="library" name="Maven: org.javassist:javassist:3.23.2-GA" level="project" />
<orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.9.16" level="project" />
<orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" />
<orderEntry type="library" name="Maven: org.jboss:jandex:2.0.5.Final" level="project" />
<orderEntry type="library" name="Maven: org.dom4j:dom4j:2.1.1" level="project" />
<orderEntry type="library" name="Maven: org.hibernate.common:hibernate-commons-annotations:5.0.4.Final" level="project" />
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-jpa:2.1.10.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.1.10.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-orm:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-tx:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.28" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-aspects:5.1.9.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.1.8.RELEASE" level="project" />
<orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.2.0" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.1.9.RELEASE" level="project" />
</component>
</module>

23
code/vue/vue3.2.2/.gitignore vendored

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

29
code/vue/vue3.2.2/README.md

@ -0,0 +1,29 @@
# vue3.2
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```

13
code/vue/vue3.2.2/index.html

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>银行商业基本业务系统</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>

19
code/vue/vue3.2.2/jsconfig.json

@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}

4121
code/vue/vue3.2.2/package-lock.json generated

File diff suppressed because it is too large Load Diff

58
code/vue/vue3.2.2/package.json

@ -0,0 +1,58 @@
{
"name": "vue3.2",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"axios": "^1.8.1",
"dotenv": "^16.4.7",
"echarts": "^5.6.0",
"element-plus": "^2.9.5",
"pinia": "^3.0.1",
"screenfull": "^5.1.0",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-router": "^4.5.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.86.3",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}

BIN
code/vue/vue3.2.2/public/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
code/vue/vue3.2.2/public/faviconn.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

18
code/vue/vue3.2.2/public/index.html

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>银行商业基本业务系统</title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

16
code/vue/vue3.2.2/public/router.config.js

@ -0,0 +1,16 @@
import { BasicLayouts, LoginView, RouteView } from '@/layouts'
/**
* 基础路由
* @type { *[] }
*/
export const routerMap = [
{
hide: true,
path: '/:pathMatch(.*)*',
component: () => import('@/views/404'),
},
]

13
code/vue/vue3.2.2/src/App.vue

@ -0,0 +1,13 @@
<template>
<router-view></router-view>
</template>
<script>
export default {
name: "App",
components: {},
};
</script>
<style>
</style>

55
code/vue/vue3.2.2/src/api/api.js

@ -0,0 +1,55 @@
import axios from "axios";
const baseUrl = 'http://127.0.0.1:12709';
/**
* 贷款查询
*/
export const qrydebit = (ps)=>{
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return axios.get(baseUrl + `/qrydebitA?${params}`)
}
/**
* 个人放款或企业放款
*/
export const releasedebit = (ps)=>{
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return axios.get(baseUrl + `/releasedebitA?${params}`)
}
/**
* 个人申请或企业申请贷款
*/
export const acceptdebit = (ps)=>{
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return axios.get(baseUrl + `/acceptdebitA?${params}`)
}
/**
*
*/
export const approvalsubmit = (ps)=>{
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return axios.get(baseUrl + `/approvalsubmit?${params}`)
}
/**
* 还款
*/
export const paydebit = (ps)=>{
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return axios.get(baseUrl + `/paydebitA?${params}`)
}

68
code/vue/vue3.2.2/src/api/bankAccount.ts

@ -0,0 +1,68 @@
import request from '@/util/request'
export interface AccountData {
cardNo: string
customNo: string
IDtype: string
IDNo: string
organiNm: string
accountDa: string
accstaff: string
balance: number
acctype: string
depositTy: string
status: string
password: string
}
export interface MoneyOperationData {
cardNo: string
money: number
staffNo: string
organiNm: string
serviceTy: string // 1 存 2 取
}
// 验证账户密码
export const verifyAccountPassword = (cardNo: string, password: string) => {
return request.get(
`/weihuijia/verifyAccountPassword?cardNo=${cardNo}&password=${password}`,
)
}
// 查询账户信息
export const getAccount = (cardNo: string) => {
return request.get(`/weihuijia/getAccount?cardNo=${cardNo}`)
}
// 存款操作 /取款操作
export const depositOrWithdrawMoney = (data: MoneyOperationData) => {
return request.post('/weihuijia/withdrawMoney', data)
}
// 开户
export const openAccount = (data: Partial<AccountData>) => {
return request.post('/weihuijia/openAccount', data)
}
// 生成银行卡号
export const generateBankNumber = (organiNm: string) => {
return request.get('/weihuijia/generateBankNumber?organiNm=' + organiNm)
}
// 转账操作
export const transferMoney = (data: {
cardNo: string
toCardNo: string
toName: string
money: number
staffNo: string
organiNm: string
}) => {
return request.post('/api/transfer', data)
}
// 销户操作
export const closeAccount = (cardNo: string) => {
return request.post('/api/closeAccount', { cardNo })
}

32
code/vue/vue3.2.2/src/api/customer.js

@ -0,0 +1,32 @@
//导入request.js请求工具
import request from '../util/request'
//查询
export const qryUser = (params) => {
return request.get(`/qryUser?userNo=${params.userdNo}`);
}
// //addUser
export const addUser = (ps) => {
const params = new URLSearchParams()
for (let key in ps){
params.append(key,ps[key]);
}
return request.post('/addUser', params);
}
// 修改
export const updateUserInfo = (ps) => {
const params = new URLSearchParams()
for (let key in ps){
params.append(key,ps[key]);
}
return request.post('/updateUserInfo', params);
}
//删除
export const delUser = (ps) => {
const params = new URLSearchParams()
for (let key in ps){
params.append(key,ps[key]);
}
return request.post('/delUser', params);
}

61
code/vue/vue3.2.2/src/api/staff.js

@ -0,0 +1,61 @@
//导入request.js请求工具
import request from '../util/request'
//员工注册 staffregister
export const staffregister = (ps) => {
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return request.post('/staffregister', params);
}
//员工登录接口
export const stafflogin = (params) => {
return request.post(`/stafflogin?staffNo=${params.uname}&password=${params.upwd}`);
}
//注销员工账号
export const staffloginByDel = (params) => {
return request.delete(`/stafflogin?staffNo=${params.uname}&password=${params.upwd}`);
}
/**
* 查询员工信息
*/
export const qryStaff = (params) => {
const query = params?.staffNo ? `?staffNo=${params.staffNo}` : '';
return request.get(`/qryStaff${query}`);
}
// 查询机构
export const getIns = (ps) => {
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return request.post('/ins', params);
}
// //增加员工信息
export const addStaff = (ps) => {
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return request.post('/addStaff', params);
}
// 更新员工信息
export const updateStaff = (ps) => {
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return request.post('/updateStaff', params);
}
//删除员工信息
export const delStaff = (ps) => {
const params = new URLSearchParams()
for (let key in ps) {
params.append(key, ps[key]);
}
return request.post('/delStaff', params);
}

17
code/vue/vue3.2.2/src/api/user.js

@ -0,0 +1,17 @@
//导入request.js请求工具
import request from '../util/request'
//提供调用注册接口的函数
export const userRegisterService = (registerData) => {
//借助UrlSearchParams完成传递
// const params = new URLSearchParams()
// for (let key in registerData){
// params.append(key,registerData[key]);
// }
return request.post('/userRegister', registerData);
}
//提供调用登录接口的函数
export const userLoginService = (loginData) => {
return request.post('/userlogin', loginData);
}

86
code/vue/vue3.2.2/src/assets/base.css

@ -0,0 +1,86 @@
/* color palette from <https://github.com/vuejs/theme> */
:root {
--vt-c-white: #ffffff;
--vt-c-white-soft: #f8f8f8;
--vt-c-white-mute: #f2f2f2;
--vt-c-black: #181818;
--vt-c-black-soft: #222222;
--vt-c-black-mute: #282828;
--vt-c-indigo: #2c3e50;
--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
--vt-c-text-light-1: var(--vt-c-indigo);
--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
--vt-c-text-dark-1: var(--vt-c-white);
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
--color-background: var(--vt-c-white);
--color-background-soft: var(--vt-c-white-soft);
--color-background-mute: var(--vt-c-white-mute);
--color-border: var(--vt-c-divider-light-2);
--color-border-hover: var(--vt-c-divider-light-1);
--color-heading: var(--vt-c-text-light-1);
--color-text: var(--vt-c-text-light-1);
--section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
:root {
--color-background: var(--vt-c-black);
--color-background-soft: var(--vt-c-black-soft);
--color-background-mute: var(--vt-c-black-mute);
--color-border: var(--vt-c-divider-dark-2);
--color-border-hover: var(--vt-c-divider-dark-1);
--color-heading: var(--vt-c-text-dark-1);
--color-text: var(--vt-c-text-dark-2);
}
}
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
font-weight: normal;
}
body {
min-height: 100vh;
color: var(--color-text);
background: var(--color-background);
transition:
color 0.5s,
background-color 0.5s;
line-height: 1.6;
font-family:
Inter,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen,
Ubuntu,
Cantarell,
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
font-size: 15px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

32
code/vue/vue3.2.2/src/assets/index.css

@ -0,0 +1,32 @@
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
.move-enter-active,
.move-leave-active {
transition: opacity 0.1s ease;
}
.move-enter-from,
.move-leave-to {
opacity: 0;
}
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
.fr {
float: right;
}
.fl {
text-align: left;
}

BIN
code/vue/vue3.2.2/src/assets/login_bg.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
code/vue/vue3.2.2/src/assets/logo.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

35
code/vue/vue3.2.2/src/assets/main.css

@ -0,0 +1,35 @@
@import './base.css';
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
font-weight: normal;
}
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
padding: 3px;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}

BIN
code/vue/vue3.2.2/src/assets/mylogo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/logout.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/出库.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 11.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 11@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 5@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 6.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

BIN
code/vue/vue3.2.2/src/assets/svg/图层 6@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 7.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
code/vue/vue3.2.2/src/assets/svg/图层 7@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 8.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

BIN
code/vue/vue3.2.2/src/assets/svg/图层 8@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/图层 9.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

BIN
code/vue/vue3.2.2/src/assets/svg/图层 9@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/客户信息.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/操作员.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(10).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(11).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(12).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(4).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(5).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(6).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(7).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(8).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2(9).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(1).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(10).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(11).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(12).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(2).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(3).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(4).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(5).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(6).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(7).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(8).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x(9).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/组 2@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
code/vue/vue3.2.2/src/assets/svg/路径(1).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

BIN
code/vue/vue3.2.2/src/assets/svg/路径.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

BIN
code/vue/vue3.2.2/src/assets/svg/路径@2x(1).png

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

BIN
code/vue/vue3.2.2/src/assets/svg/路径@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

BIN
code/vue/vue3.2.2/src/assets/svg/进件.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

145
code/vue/vue3.2.2/src/components/HeaderCom.vue

@ -0,0 +1,145 @@
<template>
<div class="header">
<div class="logo">员工管理平台</div>
<div class="mytime">今天是 {{fullyear}} {{month}} {{datet}} 星期{{weekstr}}</div>
<div class="header-right">
<div class="header-user-con">
<!-- 用户头像 -->
<div class="user-avator">
<img src="../assets/mylogo.png" />
</div>
<!-- 用户名下拉菜单 -->
<el-dropdown class="user-name" trigger="click" @command="handleCommand">
<span class="el-dropdown-link">
{{ userName }}
<i class="el-icon-caret-bottom"></i>
</span>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item divided command="loginout">退出登录</el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>
</div>
</div>
</div>
</template>
<script setup>
import { useRouter } from "vue-router"
const Router = useRouter()
const userName = sessionStorage.getItem("uname")
const handleCommand = (e) => {
if (e == "loginout") {
sessionStorage.removeItem("uname")
Router.push("/");
}
}
const myDate = new Date()
const fullyear = myDate.getFullYear()
const month = myDate.getMonth() + 1
const datet = myDate.getDate()
const Week = ['日','一','二','三','四','五','六']
const weekstr = Week[myDate.getDay()]
</script>
<style scoped>
.header {
position: relative;
box-sizing: border-box;
width: 100%;
height: 70px;
font-size: 22px;
background: #242f42;
color: #fff;
}
.collapse-btn {
float: left;
padding: 0 21px;
cursor: pointer;
line-height: 70px;
}
.header .logo {
float: left;
width: 250px;
line-height: 70px;
}
.header .mytime {
float: left;
width: 500px;
line-height: 70px;
}
.header-right {
float: right;
padding-right: 50px;
}
.header-user-con {
display: flex;
height: 70px;
align-items: center;
}
.btn-fullscreen {
transform: rotate(45deg);
margin-right: 5px;
font-size: 24px;
}
.btn-bell,
.btn-fullscreen {
position: relative;
width: 30px;
height: 30px;
text-align: center;
border-radius: 15px;
cursor: pointer;
}
.btn-bell-badge {
position: absolute;
right: 0;
top: -2px;
width: 8px;
height: 8px;
border-radius: 4px;
background: #f56c6c;
color: #fff;
}
.btn-bell .el-icon-bell {
color: #fff;
}
.user-name {
margin-left: 10px;
}
.user-avator {
margin-left: 20px;
transition: 0.5s;
}
.user-avator:hover {
transform: rotate(360deg);
}
.user-avator img {
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
}
.el-dropdown-link {
color: #fff;
cursor: pointer;
margin-left: 5px;
}
.el-dropdown-menu__item {
text-align: center;
}
</style>

44
code/vue/vue3.2.2/src/components/HelloWorld.vue

@ -0,0 +1,44 @@
<script setup>
defineProps({
msg: {
type: String,
required: true,
},
})
</script>
<template>
<div class="greetings">
<h1 class="green">{{ msg }}</h1>
<h3>
Youve successfully created a project with
<a href="https://vite.dev/" target="_blank" rel="noopener">Vite</a> +
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
</h3>
</div>
</template>
<style scoped>
h1 {
font-weight: 500;
font-size: 2.6rem;
position: relative;
top: -10px;
}
h3 {
font-size: 1.2rem;
}
.greetings h1,
.greetings h3 {
text-align: center;
}
@media (min-width: 1024px) {
.greetings h1,
.greetings h3 {
text-align: left;
}
}
</style>

112
code/vue/vue3.2.2/src/components/SidebarCom.vue

@ -0,0 +1,112 @@
<template>
<div class="sidebar">
<el-menu class="sidebar-el-menu" background-color="#324157" text-color="#bfcbd9" active-text-color="#20a0ff"
unique-opened router>
<template v-for="item in state.items">
<template v-if="item.subs">
<el-sub-menu :index="item.index" :key="item.index">
<template #title>
<el-icon>
<Menu />
</el-icon>
{{ item.title }}
</template>
<template v-for="subItem in item.subs">
<el-sub-menu v-if="subItem.subs" :index="subItem.index" :key="subItem.index">
<template #title>
<ElIcon>
<edit />
</ElIcon>
{{ subItem.title }}
</template>
<el-menu-item v-for="(threeItem, i) in subItem.subs" :key="i" :index="threeItem.index">
<ElIcon>
<edit />
</ElIcon>
{{ threeItem.title }}
</el-menu-item>
</el-sub-menu>
<el-menu-item v-else :index="subItem.index" :key="subItem.index + 1">
<ElIcon>
<edit />
</ElIcon>
{{ subItem.title }}
</el-menu-item>
</template>
</el-sub-menu>
</template>
<template v-else>
<el-menu-item :index="item.index" :key="item.index">
<template #title>
<el-icon>
<Menu />
</el-icon>
{{ item.title }}
</template>
</el-menu-item>
</template>
</template>
</el-menu>
</div>
</template>
<script setup>
import {
reactive
} from "vue";
const state = reactive({
items: [
{
index: "homeshou",
title: "首页"
},
{
index: "1",
title: "员工信息维护",
subs: [
{
index: "typemanage",
title: "花名册"
},
{
index: "goodsmanage",
title: "员工个人档案"
}
],
},
{
index: "salesstatistics",
title: "薪资管理"
},
{
index: "teammanage",
title: "员工权限维护"
}
]
});
</script>
<style scoped>
.sidebar {
display: block;
position: absolute;
left: 0;
top: 70px;
bottom: 0;
overflow-y: scroll;
background: pink;
}
.sidebar::-webkit-scrollbar {
width: 0;
}
.sidebar-el-menu:not(.el-menu--collapse) {
width: 250px;
}
.sidebar>ul {
height: 100%;
text-align: left;
}
</style>

40
code/vue/vue3.2.2/src/components/StatisticChart.vue

@ -0,0 +1,40 @@
<template>
<el-card class="chart-card">
<template #header v-if="$slots.header">
<slot name="header"></slot>
</template>
<div ref="chartRef" style="height: 400px"></div>
</el-card>
</template>
<script setup>
import { ref, onMounted, onUnmounted } from 'vue'
import * as echarts from 'echarts'
const props = defineProps({
options: {
type: Object,
required: true
}
})
const chartRef = ref(null)
let chartInstance = null
onMounted(() => {
chartInstance = echarts.init(chartRef.value)
chartInstance.setOption(props.options)
})
onUnmounted(() => {
if (chartInstance) {
chartInstance.dispose()
}
})
</script>
<style scoped>
.chart-card {
padding: 20px;
}
</style>

94
code/vue/vue3.2.2/src/components/TheWelcome.vue

@ -0,0 +1,94 @@
<script setup>
import WelcomeItem from './WelcomeItem.vue'
import DocumentationIcon from './icons/IconDocumentation.vue'
import ToolingIcon from './icons/IconTooling.vue'
import EcosystemIcon from './icons/IconEcosystem.vue'
import CommunityIcon from './icons/IconCommunity.vue'
import SupportIcon from './icons/IconSupport.vue'
const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
</script>
<template>
<WelcomeItem>
<template #icon>
<DocumentationIcon />
</template>
<template #heading>Documentation</template>
Vues
<a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
provides you with all information you need to get started.
</WelcomeItem>
<WelcomeItem>
<template #icon>
<ToolingIcon />
</template>
<template #heading>Tooling</template>
This project is served and bundled with
<a href="https://vite.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
recommended IDE setup is
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
+
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
you need to test your components and web pages, check out
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
and
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
/
<a href="https://playwright.dev/" target="_blank" rel="noopener">Playwright</a>.
<br />
More instructions are available in
<a href="javascript:void(0)" @click="openReadmeInEditor"><code>README.md</code></a
>.
</WelcomeItem>
<WelcomeItem>
<template #icon>
<EcosystemIcon />
</template>
<template #heading>Ecosystem</template>
Get official tools and libraries for your project:
<a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
<a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
<a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
<a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
you need more resources, we suggest paying
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
a visit.
</WelcomeItem>
<WelcomeItem>
<template #icon>
<CommunityIcon />
</template>
<template #heading>Community</template>
Got stuck? Ask your question on
<a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>
(our official Discord server), or
<a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
>StackOverflow</a
>. You should also follow the official
<a href="https://bsky.app/profile/vuejs.org" target="_blank" rel="noopener">@vuejs.org</a>
Bluesky account or the
<a href="https://x.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
X account for latest news in the Vue world.
</WelcomeItem>
<WelcomeItem>
<template #icon>
<SupportIcon />
</template>
<template #heading>Support Vue</template>
As an independent project, Vue relies on community backing for its sustainability. You can help
us by
<a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
</WelcomeItem>
</template>

87
code/vue/vue3.2.2/src/components/WelcomeItem.vue

@ -0,0 +1,87 @@
<template>
<div class="item">
<i>
<slot name="icon"></slot>
</i>
<div class="details">
<h3>
<slot name="heading"></slot>
</h3>
<slot></slot>
</div>
</div>
</template>
<style scoped>
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
flex: 1;
margin-left: 1rem;
}
i {
display: flex;
place-items: center;
place-content: center;
width: 32px;
height: 32px;
color: var(--color-text);
}
h3 {
font-size: 1.2rem;
font-weight: 500;
margin-bottom: 0.4rem;
color: var(--color-heading);
}
@media (min-width: 1024px) {
.item {
margin-top: 0;
padding: 0.4rem 0 1rem calc(var(--section-gap) / 2);
}
i {
top: calc(50% - 25px);
left: -26px;
position: absolute;
border: 1px solid var(--color-border);
background: var(--color-background);
border-radius: 8px;
width: 50px;
height: 50px;
}
.item:before {
content: ' ';
border-left: 1px solid var(--color-border);
position: absolute;
left: 0;
bottom: calc(50% + 25px);
height: calc(50% - 25px);
}
.item:after {
content: ' ';
border-left: 1px solid var(--color-border);
position: absolute;
left: 0;
top: calc(50% + 25px);
height: calc(50% - 25px);
}
.item:first-of-type:before {
display: none;
}
.item:last-of-type:after {
display: none;
}
}
</style>

7
code/vue/vue3.2.2/src/components/icons/IconCommunity.vue

@ -0,0 +1,7 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor">
<path
d="M15 4a1 1 0 1 0 0 2V4zm0 11v-1a1 1 0 0 0-1 1h1zm0 4l-.707.707A1 1 0 0 0 16 19h-1zm-4-4l.707-.707A1 1 0 0 0 11 14v1zm-4.707-1.293a1 1 0 0 0-1.414 1.414l1.414-1.414zm-.707.707l-.707-.707.707.707zM9 11v-1a1 1 0 0 0-.707.293L9 11zm-4 0h1a1 1 0 0 0-1-1v1zm0 4H4a1 1 0 0 0 1.707.707L5 15zm10-9h2V4h-2v2zm2 0a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2zm1 1v6h2V7h-2zm0 6a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2zm-1 1h-2v2h2v-2zm-3 1v4h2v-4h-2zm1.707 3.293l-4-4-1.414 1.414 4 4 1.414-1.414zM11 14H7v2h4v-2zm-4 0c-.276 0-.525-.111-.707-.293l-1.414 1.414C5.42 15.663 6.172 16 7 16v-2zm-.707 1.121l3.414-3.414-1.414-1.414-3.414 3.414 1.414 1.414zM9 12h4v-2H9v2zm4 0a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2zm3-3V3h-2v6h2zm0-6a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2zm-3-3H3v2h10V0zM3 0a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1V0zM0 3v6h2V3H0zm0 6a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1H0zm3 3h2v-2H3v2zm1-1v4h2v-4H4zm1.707 4.707l.586-.586-1.414-1.414-.586.586 1.414 1.414z"
/>
</svg>
</template>

7
code/vue/vue3.2.2/src/components/icons/IconDocumentation.vue

@ -0,0 +1,7 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" fill="currentColor">
<path
d="M11 2.253a1 1 0 1 0-2 0h2zm-2 13a1 1 0 1 0 2 0H9zm.447-12.167a1 1 0 1 0 1.107-1.666L9.447 3.086zM1 2.253L.447 1.42A1 1 0 0 0 0 2.253h1zm0 13H0a1 1 0 0 0 1.553.833L1 15.253zm8.447.833a1 1 0 1 0 1.107-1.666l-1.107 1.666zm0-14.666a1 1 0 1 0 1.107 1.666L9.447 1.42zM19 2.253h1a1 1 0 0 0-.447-.833L19 2.253zm0 13l-.553.833A1 1 0 0 0 20 15.253h-1zm-9.553-.833a1 1 0 1 0 1.107 1.666L9.447 14.42zM9 2.253v13h2v-13H9zm1.553-.833C9.203.523 7.42 0 5.5 0v2c1.572 0 2.961.431 3.947 1.086l1.107-1.666zM5.5 0C3.58 0 1.797.523.447 1.42l1.107 1.666C2.539 2.431 3.928 2 5.5 2V0zM0 2.253v13h2v-13H0zm1.553 13.833C2.539 15.431 3.928 15 5.5 15v-2c-1.92 0-3.703.523-5.053 1.42l1.107 1.666zM5.5 15c1.572 0 2.961.431 3.947 1.086l1.107-1.666C9.203 13.523 7.42 13 5.5 13v2zm5.053-11.914C11.539 2.431 12.928 2 14.5 2V0c-1.92 0-3.703.523-5.053 1.42l1.107 1.666zM14.5 2c1.573 0 2.961.431 3.947 1.086l1.107-1.666C18.203.523 16.421 0 14.5 0v2zm3.5.253v13h2v-13h-2zm1.553 12.167C18.203 13.523 16.421 13 14.5 13v2c1.573 0 2.961.431 3.947 1.086l1.107-1.666zM14.5 13c-1.92 0-3.703.523-5.053 1.42l1.107 1.666C11.539 15.431 12.928 15 14.5 15v-2z"
/>
</svg>
</template>

7
code/vue/vue3.2.2/src/components/icons/IconEcosystem.vue

@ -0,0 +1,7 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" fill="currentColor">
<path
d="M11.447 8.894a1 1 0 1 0-.894-1.789l.894 1.789zm-2.894-.789a1 1 0 1 0 .894 1.789l-.894-1.789zm0 1.789a1 1 0 1 0 .894-1.789l-.894 1.789zM7.447 7.106a1 1 0 1 0-.894 1.789l.894-1.789zM10 9a1 1 0 1 0-2 0h2zm-2 2.5a1 1 0 1 0 2 0H8zm9.447-5.606a1 1 0 1 0-.894-1.789l.894 1.789zm-2.894-.789a1 1 0 1 0 .894 1.789l-.894-1.789zm2 .789a1 1 0 1 0 .894-1.789l-.894 1.789zm-1.106-2.789a1 1 0 1 0-.894 1.789l.894-1.789zM18 5a1 1 0 1 0-2 0h2zm-2 2.5a1 1 0 1 0 2 0h-2zm-5.447-4.606a1 1 0 1 0 .894-1.789l-.894 1.789zM9 1l.447-.894a1 1 0 0 0-.894 0L9 1zm-2.447.106a1 1 0 1 0 .894 1.789l-.894-1.789zm-6 3a1 1 0 1 0 .894 1.789L.553 4.106zm2.894.789a1 1 0 1 0-.894-1.789l.894 1.789zm-2-.789a1 1 0 1 0-.894 1.789l.894-1.789zm1.106 2.789a1 1 0 1 0 .894-1.789l-.894 1.789zM2 5a1 1 0 1 0-2 0h2zM0 7.5a1 1 0 1 0 2 0H0zm8.553 12.394a1 1 0 1 0 .894-1.789l-.894 1.789zm-1.106-2.789a1 1 0 1 0-.894 1.789l.894-1.789zm1.106 1a1 1 0 1 0 .894 1.789l-.894-1.789zm2.894.789a1 1 0 1 0-.894-1.789l.894 1.789zM8 19a1 1 0 1 0 2 0H8zm2-2.5a1 1 0 1 0-2 0h2zm-7.447.394a1 1 0 1 0 .894-1.789l-.894 1.789zM1 15H0a1 1 0 0 0 .553.894L1 15zm1-2.5a1 1 0 1 0-2 0h2zm12.553 2.606a1 1 0 1 0 .894 1.789l-.894-1.789zM17 15l.447.894A1 1 0 0 0 18 15h-1zm1-2.5a1 1 0 1 0-2 0h2zm-7.447-5.394l-2 1 .894 1.789 2-1-.894-1.789zm-1.106 1l-2-1-.894 1.789 2 1 .894-1.789zM8 9v2.5h2V9H8zm8.553-4.894l-2 1 .894 1.789 2-1-.894-1.789zm.894 0l-2-1-.894 1.789 2 1 .894-1.789zM16 5v2.5h2V5h-2zm-4.553-3.894l-2-1-.894 1.789 2 1 .894-1.789zm-2.894-1l-2 1 .894 1.789 2-1L8.553.106zM1.447 5.894l2-1-.894-1.789-2 1 .894 1.789zm-.894 0l2 1 .894-1.789-2-1-.894 1.789zM0 5v2.5h2V5H0zm9.447 13.106l-2-1-.894 1.789 2 1 .894-1.789zm0 1.789l2-1-.894-1.789-2 1 .894 1.789zM10 19v-2.5H8V19h2zm-6.553-3.894l-2-1-.894 1.789 2 1 .894-1.789zM2 15v-2.5H0V15h2zm13.447 1.894l2-1-.894-1.789-2 1 .894 1.789zM18 15v-2.5h-2V15h2z"
/>
</svg>
</template>

7
code/vue/vue3.2.2/src/components/icons/IconSupport.vue

@ -0,0 +1,7 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor">
<path
d="M10 3.22l-.61-.6a5.5 5.5 0 0 0-7.666.105 5.5 5.5 0 0 0-.114 7.665L10 18.78l8.39-8.4a5.5 5.5 0 0 0-.114-7.665 5.5 5.5 0 0 0-7.666-.105l-.61.61z"
/>
</svg>
</template>

19
code/vue/vue3.2.2/src/components/icons/IconTooling.vue

@ -0,0 +1,19 @@
<!-- This icon is from <https://github.com/Templarian/MaterialDesign>, distributed under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0) license-->
<template>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-hidden="true"
role="img"
class="iconify iconify--mdi"
width="24"
height="24"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24"
>
<path
d="M20 18v-4h-3v1h-2v-1H9v1H7v-1H4v4h16M6.33 8l-1.74 4H7v-1h2v1h6v-1h2v1h2.41l-1.74-4H6.33M9 5v1h6V5H9m12.84 7.61c.1.22.16.48.16.8V18c0 .53-.21 1-.6 1.41c-.4.4-.85.59-1.4.59H4c-.55 0-1-.19-1.4-.59C2.21 19 2 18.53 2 18v-4.59c0-.32.06-.58.16-.8L4.5 7.22C4.84 6.41 5.45 6 6.33 6H7V5c0-.55.18-1 .57-1.41C7.96 3.2 8.44 3 9 3h6c.56 0 1.04.2 1.43.59c.39.41.57.86.57 1.41v1h.67c.88 0 1.49.41 1.83 1.22l2.34 5.39z"
fill="currentColor"
></path>
</svg>
</template>

260
code/vue/vue3.2.2/src/css/apply.css

@ -0,0 +1,260 @@
input{
border: 1px solid #817f8d;
width: clamp(200px,4vw,400px);
height: clamp(30px,0.6vw,60px);
vertical-align: middle;
}
p{
color: #52505a;
font-family: "Alibaba PuHuiTi";
font-size: clamp(1rem, 1.5vw, 2rem);
font-style: normal;
color: #52505a;
}
select{
width: clamp(207px,4.14vw,414px);
height: clamp(32px,0.64vw,64px);
}
input{
padding-left: 5px;
}
textarea{
resize: none;
}
button:active{
background-color: #817f8d;
}
button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* 上盒子开始 */
.main>.main-box>.control .main-top>form{
display: flex;
}
.main>.main-box>.control .main-top div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-top .check1{
justify-content: end;
}
.main>.main-box>.control .main-top .check2{
justify-content: center;
}
.main>.main-box>.control .main-top .check3{
justify-content: start;
align-items: center;
}
.main>.main-box>.control .main-top div>button{
width: clamp(70px,1.4vw,140px);
height: clamp(32px,1.14vw,64px);
border: 1px solid #817f8d;
}
/* 上盒子结束 */
/* 下盒子开始 */
/* 1 */
.main>.main-box>.control .main-bottom>form>.box1{
display: flex;
}
.main>.main-box>.control .main-bottom .box1>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box1>.b1{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box1>.b2{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box1>.b3{
justify-content: start;
}
/* 1 */
/* 2 */
.main>.main-box>.control .main-bottom>form>.box2{
display: flex;
}
.main>.main-box>.control .main-bottom .box2>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box2>.b4{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box2>.b5{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box2>.b6{
justify-content: start;
}
/* 2 */
/* 3 */
.main>.main-box>.control .main-bottom>form>.box3{
display: flex;
}
.main>.main-box>.control .main-bottom .box3>div{
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box3>.b7{
justify-content: center;
flex: 2;
}
.main>.main-box>.control .main-bottom .box3>.b7 textarea{
vertical-align: middle;
font-size: 20px;
}
.main>.main-box>.control .main-bottom .box3>.b7-2{
flex: 1;
justify-content: start;
}
/* 3 */
/* 4 */
.main>.main-box>.control .main-bottom>form>.box4{
display: flex;
}
.main>.main-box>.control .main-bottom .box4>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box4>.b8{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box4>.b9{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box4>.b10{
justify-content: start;
}
/* 4 */
/* 5 */
.main>.main-box>.control .main-bottom>form>.box5{
display: flex;
}
.main>.main-box>.control .main-bottom .box5>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box5>.b11{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box5>.b12{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box5>.b113{
justify-content: start;
}
/* 5 */
/* 6 */
.main>.main-box>.control .main-bottom .box6{
text-align: center;
}
.main>.main-box>.control .main-bottom .box6 button{
width: clamp(130px,2.6vw,260px);
height: clamp(60px,1.2vw,120px);
font-size: clamp(25px,0.5vw,50px);
border: 1px solid #817f8d;
color: #434244;
}
/* 6 */
/* 弹窗样式 */
.popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(175, 242, 202);
/* 增大内边距,让内容与边框距离更远 */
padding: 30px;
/* 增大宽度 */
width: 450px;
border: 2px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
z-index: 1000;
}
.popup-content {
max-height: 400px;
overflow-y: auto;
text-align: left; /* 文本水平左对齐 */
display: flex;
flex-direction: column;
justify-content: flex-start; /* 元素在主轴(垂直方向)上从起始位置开始排列 */
align-items: flex-start; /* 元素在交叉轴(水平方向)上从起始位置开始排列 */
font-size: 30px;
/* font-weight: bold; */
}
.popup-close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
/* 设置关闭按钮的字体大小 */
font-size: 24px;
}
/* 按钮容器样式 */
.popup-buttons {
display: flex;
justify-content: center;
margin-top: 20px;
}
/* 提交按钮样式 */
.popup-submit {
padding: 10px 20px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 10px;
}
/* 取消按钮样式 */
.popup-cancel {
padding: 10px 20px;
background-color: #f44336;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* 提交成功弹窗样式 */
.success-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(202, 248, 192);
/* 增大内边距,让内容与边框距离更远 */
padding: 70px;
/* 增大宽度 */
width: 650px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(10, 10, 10, 0.97);
z-index: 1100;
/* font-weight: bold; */
}

160
code/vue/vue3.2.2/src/css/enterprise-approval.css

@ -0,0 +1,160 @@
input{
border: 1px solid #817f8d;
width: clamp(200px,4vw,400px);
height: clamp(30px,0.6vw,60px);
vertical-align: middle;
}
p{
color: #52505a;
font-family: "Alibaba PuHuiTi";
font-size: clamp(1rem, 1.5vw, 2rem);
font-style: normal;
color: #52505a;
}
select{
width: clamp(207px,4.14vw,414px);
height: clamp(32px,0.64vw,64px);
}
input{
padding-left: 5px;
}
textarea{
resize: none;
}
button:active{
background-color: #817f8d;
}
button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* 第一部分 */
.main>.main-box>.control .a-check>form{
display: flex;
}
.main>.main-box>.control .a-check div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-check .check1{
justify-content: end;
}
.main>.main-box>.control .a-check .check2{
justify-content: center;
}
.main>.main-box>.control .a-check .check3{
justify-content: start;
align-items: center;
}
.main>.main-box>.control .a-check div>button{
width: clamp(70px,1.4vw,140px);
height: clamp(32px,1.14vw,64px);
border: 1px solid #817f8d;
}
/* 第二部分 */
/* 2-1 */
.main>.main-box>.control .a-result>form>.box1{
display: flex;
}
.main>.main-box>.control .a-result .box1>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box1>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box1>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box1>.item3{
justify-content: start;
}
/* 2-2 */
.main>.main-box>.control .a-result>form>.box2{
display: flex;
}
.main>.main-box>.control .a-result .box2>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box2>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box2>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box2>.item3{
justify-content: start;
}
/* 2-3 */
.main>.main-box>.control .a-result>form>.box3{
display: flex;
}
.main>.main-box>.control .a-result .box3>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box3>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box3>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box3>.item3{
justify-content: start;
}
/* 2-4 */
.main>.main-box>.control .a-result>form>.box4{
display: flex;
}
.main>.main-box>.control .a-result .box4>div{
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box4>.item1{
justify-content: center;
flex: 2;
}
.main>.main-box>.control .a-result .box4>.item1 textarea{
vertical-align: middle;
font-size: 20px;
}
.main>.main-box>.control .a-result .box4>.item2{
flex: 1;
justify-content: start;
}
/* 2-5 */
.main>.main-box>.control .a-result>form>.box5{
display: flex;
}
.main>.main-box>.control .a-result .box5>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box5>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box5>.item2{
justify-content: center;
}
/* 2-6 */
.main>.main-box>.control .a-result .box6{
text-align: center;
}
.main>.main-box>.control .a-result .box6>button{
width: clamp(130px,2.6vw,260px);
height: clamp(60px,1.2vw,120px);
font-size: clamp(25px,0.5vw,50px);
border: 1px solid #817f8d;
color: #434244;
}

180
code/vue/vue3.2.2/src/css/frame.css

@ -0,0 +1,180 @@
/* 框架 */
/* 全局样式 */
#app{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
height: 100%;
}
.fra-head{
border-bottom: 2px solid #dee1e3;
background-color: #f8fbfb;
display: flex;
height: clamp(100px,2vw,200px);
}
.fra-head>.fra-head-left{
flex: 1;
border-right: 1px solid rgb(226, 224, 224);
/* background-image: url(../image/组\ 2\(4\).png); */
background-image: url(../image/top.png);
background-size: cover;
background-repeat: no-repeat;
filter: brightness(0.8) contrast(1.5) saturate(1.2);
display: flex;
}
.fra-head>.fra-head-left>.left-box{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 2px solid #ececec;
}
.fra-head>.fra-head-left>.left-box>.box-img{
width: clamp(50px,1vw,100px);
height: clamp(50px,1vw,100px);
background-color: #4874cb;
border-radius:clamp(25px,0.5vw,50px);
margin-right: clamp(20px,0.4vw,40px);
}
.fra-head>.fra-head-left>.left-box>.box-word{
vertical-align: middle;
}
.fra-head>.fra-head-left>.left-box span{
font-size: clamp(30px,0.6vw,60px);
}
.fra-head-right{
flex: 7;
background-color: #f8fbfb;
}
.fra-head-right>.right-box{
float: right;
height: 100%;
display: flex;
justify-content: end;
align-items: center;
}
.fra-head-right span{
font-size: clamp(17px,0.35vw,34px);
vertical-align: middle;
float: left;
}
.fra-head-right .box-img{
width: clamp(40px,0.8vw,80px);
height: clamp(40px,0.8vw,80px);
border-radius:clamp(20px,0.4vw,40px);
background-color: #4874cb;
margin-left: clamp(20px,0.4vw,40px);
background-image: url("../image/zfb_tab_me.svg");
background-size: clamp(30px,0.6vw,60px);
background-repeat: no-repeat;
background-position: center;
float: left;
}
.fra-head-right button{
width: clamp(65px,1.3vw,130px);
height: clamp(33px,0.66vw,66px);
vertical-align: middle;
margin-right: clamp(20px,0.4vw,40px);
background-image: url(../image/图层退出.png);
background-color: #f8fbfb;
background-repeat: no-repeat;
background-position: center;
}
.main{
display: flex;
width: 100%;
flex-grow: 1;
}
.main>.information{
flex: 1;
border-right: 1px solid rgb(226, 224, 224);
background-image: url(../image/组left.png);
background-size: cover;
background-repeat: no-repeat;
filter: brightness(0.8) contrast(1.5) saturate(1.2);
padding-top: clamp(30px,0.6vw,60px);
}
.main>.information>ul{
width: clamp(165px,3.3vw,330px);
height: clamp(90px,1.8vw,180px);
background-color: #fcffff;
border-radius: clamp(15px,0.3vw,30px);
padding-left: clamp(10px,0.2vw,20px);
padding-top: clamp(10px,0.2vw,20px);
padding-right: clamp(10px,0.2vw,20px);
margin: 0 auto;
box-shadow: 0px 0px 2px 1px #817f8d;
}
.main>.information>ul>.infor-right{
float: right;
}
.main>.information>ul>li{
color: #817f8d;
margin-bottom: clamp(10px,0.2vw,20px);
}
.main>.main-box{
flex: 7;
flex-direction: column;
display: flex;
}
.main>.main-box>.control{
flex: 20;
display: flex;
flex-direction: column;
background-color: #f5f8fa;
}
.main>.main-box>.bottom-time{
flex: 1;
background-color: #f8f7f7;
border-top: 1px solid #817f8d;
}
#time{
float: right;
height: clamp(30px,0.6vw,60px);
margin: clamp(5px,0.1vw,10px);
font-size: clamp(14px,0.3vw,30px);
line-height: clamp(30px,0.6vw,60px);
color: #817f8d;
}
.main .control-top img{
width: clamp(30px,0.6vw,60px);
height: clamp(30px,0.6vw,60px);
float: left;
}
.main .control-top a{
font-size: clamp(20px,0.4vw,40px);
}
.main .control-top span{
font-size: clamp(50px,1vw,100px);
}
.main .control-top{
display: flex;
}
.main .control-top>.top1{
flex: 1;
padding: clamp(10px,0.2vw,20px);
}
.main .control-top>.top1 img{
filter: brightness(1.2) contrast(0.95);
}
.main .control-top>.top2{
flex: 1;
text-align: center;
}
.main .control-top>.top3{
flex: 1;
}
.main .control-bottom{
flex-grow: 1;
background: linear-gradient(to bottom, #f5f8fa 0%, #b1dbfd 50%, #cdddfc 100%);
overflow: auto;
}

295
code/vue/vue3.2.2/src/css/lending.css

@ -0,0 +1,295 @@
input{
border: 1px solid #817f8d;
width: clamp(200px,4vw,400px);
height: clamp(30px,0.6vw,60px);
vertical-align: middle;
}
p{
color: #52505a;
font-family: "Alibaba PuHuiTi";
font-size: clamp(1rem, 1.5vw, 2rem);
font-style: normal;
color: #52505a;
}
select{
width: clamp(207px,4.14vw,414px);
height: clamp(32px,0.64vw,64px);
}
input{
padding-left: 5px;
}
textarea{
resize: none;
}
button:active{
background-color: #817f8d;
}
button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* 上盒子开始 */
.main>.main-box>.control .main-top>form{
display: flex;
}
.main>.main-box>.control .main-top div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-top .check1{
justify-content: end;
}
.main>.main-box>.control .main-top .check2{
justify-content: center;
}
.main>.main-box>.control .main-top .check3{
justify-content: start;
align-items: center;
}
.main>.main-box>.control .main-top div>button{
width: clamp(70px,1.4vw,140px);
height: clamp(32px,1.14vw,64px);
border: 1px solid #817f8d;
}
/* 上盒子结束 */
/* 下盒子开始 */
/* 1 */
.main>.main-box>.control .main-bottom>form>.box1{
display: flex;
}
.main>.main-box>.control .main-bottom .box1>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box1>.b1{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box1>.b2{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box1>.b3{
justify-content: start;
}
/* 1 */
/* 2 */
.main>.main-box>.control .main-bottom>form>.box2{
display: flex;
}
.main>.main-box>.control .main-bottom .box2>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box2>.b4{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box2>.b5{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box2>.b6{
justify-content: start;
}
/* 2 */
/* 3 */
.main>.main-box>.control .main-bottom>form>.box3{
display: flex;
}
.main>.main-box>.control .main-bottom .box3>div{
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box3>.b7{
justify-content: center;
flex: 2;
}
.main>.main-box>.control .main-bottom .box3>.b7 textarea{
vertical-align: middle;
font-size: 20px;
}
.main>.main-box>.control .main-bottom .box3>.b7-2{
flex: 1;
justify-content: start;
}
/* 3 */
/* 4 */
.main>.main-box>.control .main-bottom>form>.box4{
display: flex;
}
.main>.main-box>.control .main-bottom .box4>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box4>.b8{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box4>.b9{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box4>.b10{
justify-content: start;
}
/* 4 */
/* 5 */
.main>.main-box>.control .main-bottom>form>.box5{
display: flex;
}
.main>.main-box>.control .main-bottom .box5>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .main-bottom .box5>.b11{
justify-content: end;
}
.main>.main-box>.control .main-bottom .box5>.b12{
justify-content: center;
}
.main>.main-box>.control .main-bottom .box5>.b113{
justify-content: start;
}
/* 5 */
/* 盒子六---按钮提交 */
.apply-button {
padding: 15px 25px;
/* 按钮的内边距可以稍大一些,以便更容易点击 */
background-color: #6d6a6a;
color: white;
border: none;
border-radius: 4px;
/* 按钮圆角 */
cursor: pointer;
/* 光标指针 */
transition: background-color 0.3s ease;
/* 添加过渡效果,使按钮点击时颜色变化更平滑 */
}
.apply-button1{
padding: 15px 25px;
/* 按钮的内边距可以稍大一些,以便更容易点击 */
background-color: #c10e1a;
color: white;
border: none;
border-radius: 4px;
/* 按钮圆角 */
cursor: pointer;
/* 光标指针 */
transition: background-color 0.3s ease;
/* 添加过渡效果,使按钮点击时颜色变化更平滑 */
}
.box6 {
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
}
.b14{
padding-right: 50px;
}
.b15{
padding-left: 50px;
}
.apply-button:hover {
background-color: #5a5959;
/* 鼠标悬停时改变按钮的背景色 */
}
.apply-button1:hover {
background-color: #850909;
/* 鼠标悬停时改变按钮的背景色 */
}
/* 弹窗样式 */
.popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(175, 242, 202);
/* 增大内边距,让内容与边框距离更远 */
padding: 30px;
/* 增大宽度 */
width: 450px;
border: 2px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
z-index: 1000;
}
.popup-content {
max-height: 400px;
overflow-y: auto;
text-align: left; /* 文本水平左对齐 */
display: flex;
flex-direction: column;
justify-content: flex-start; /* 元素在主轴(垂直方向)上从起始位置开始排列 */
align-items: flex-start; /* 元素在交叉轴(水平方向)上从起始位置开始排列 */
font-size: 30px;
/* font-weight: bold; */
}
.popup-close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
/* 设置关闭按钮的字体大小 */
font-size: 24px;
}
/* 按钮容器样式 */
.popup-buttons {
display: flex;
justify-content: center;
margin-top: 20px;
}
/* 提交按钮样式 */
.popup-submit {
padding: 10px 20px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 10px;
}
/* 取消按钮样式 */
.popup-cancel {
padding: 10px 20px;
background-color: #f44336;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* 提交成功弹窗样式 */
.success-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(202, 248, 192);
/* 增大内边距,让内容与边框距离更远 */
padding: 70px;
/* 增大宽度 */
width: 650px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(10, 10, 10, 0.97);
z-index: 1100;
/* font-weight: bold; */
}

54
code/vue/vue3.2.2/src/css/loan-system.css

@ -0,0 +1,54 @@
.main>.main-box>.control>.loan-four{
display: flex;
width: 100%;
overflow: auto;
}
.main>.main-box>.control>.loan-four>div{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.main>.main-box>.control>.loan-four>div button{
width: clamp(200px,4vw,400px);
height: clamp(200px,4vw,400px);
background-color: rgb(177, 247, 247);
border-radius: clamp(100px,2vw,200px);
}
.main>.main-box>.control>.loan-four>div button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.main>.main-box>.control>.loan-four .item{
text-align: center;
}
.main>.main-box>.control>.loan-four .box1{
background-image: url(../image/zfb_head_search.svg);
background-size: clamp(180px,3.6vw,360px) clamp(180px,3.6vw,360px);
background-repeat: no-repeat;
background-position: center;
opacity: 0.6;
}
.main>.main-box>.control>.loan-four .box2{
background-image: url(../image/zfb_tab_me.svg);
background-size: clamp(180px,3.6vw,360px) clamp(180px,3.6vw,360px);
background-repeat: no-repeat;
background-position: center;
opacity: 0.8;
}
.main>.main-box>.control>.loan-four .box3{
background-image: url(../image/ic_dianpu.svg);
background-size: clamp(180px,3.6vw,360px) clamp(180px,3.6vw,360px);
background-repeat: no-repeat;
background-position: center;
opacity: 1;
}
.main>.main-box>.control>.loan-four .box4{
background-image: url(../image/zfb_tab_money.svg);
background-size: clamp(180px,3.6vw,360px) clamp(180px,3.6vw,360px);
background-repeat: no-repeat;
background-position: center;
opacity: 0.8;
}
.main>.main-box>.control>.loan-four .item>p{
font-size: clamp(30px,0.6vw,60px);
}

170
code/vue/vue3.2.2/src/css/pay-back.css

@ -0,0 +1,170 @@
input{
border: 1px solid #817f8d;
width: clamp(200px,4vw,400px);
height: clamp(30px,0.6vw,60px);
vertical-align: middle;
}
p{
color: #52505a;
font-family: "Alibaba PuHuiTi";
font-size: clamp(1rem, 1.5vw, 2rem);
font-style: normal;
color: #52505a;
}
select{
width: clamp(207px,4.14vw,414px);
height: clamp(32px,0.64vw,64px);
}
input{
padding-left: 5px;
}
textarea{
resize: none;
}
button:active{
background-color: #817f8d;
}
button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* 第一部分 */
.main>.main-box>.control .a-check>form{
display: flex;
}
.main>.main-box>.control .a-check div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-check .check1{
justify-content: end;
}
.main>.main-box>.control .a-check .check2{
justify-content: center;
}
.main>.main-box>.control .a-check .check3{
justify-content: start;
align-items: center;
}
.main>.main-box>.control .a-check div>button{
width: clamp(70px,1.4vw,140px);
height: clamp(32px,1.14vw,64px);
border: 1px solid #817f8d;
}
/* 第二部分 */
/* 2-1 */
.main>.main-box>.control .a-result>form>.box1{
display: flex;
}
.main>.main-box>.control .a-result .box1>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box1>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box1>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box1>.item3{
justify-content: start;
}
/* 2-2 */
.main>.main-box>.control .a-result>form>.box2{
display: flex;
}
.main>.main-box>.control .a-result .box2>div{
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box2>.item1{
justify-content: end;
flex: 1;
}
.main>.main-box>.control .a-result .box2>.item2{
flex: 2;
}
/* 第三部分 */
/* 2-3 */
.main>.main-box>.control .b-check>form>.box3{
display: flex;
}
.main>.main-box>.control .b-check .box3>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .b-check .box3>.item1{
justify-content: end;
}
.main>.main-box>.control .b-check .box3>.item2{
justify-content: center;
}
.main>.main-box>.control .b-check .box3>.item3{
justify-content: start;
}
/* 2-4 */
.main>.main-box>.control .b-check .box4{
text-align: center;
}
.main>.main-box>.control .b-check .box4>button{
width: clamp(100px,2vw,200px);
height: clamp(40px,0.8vw,80px);
font-size: clamp(15px,0.3vw,30px);
border: 1px solid #817f8d;
}
/* 第四部分 */
/* 2-5 */
.main>.main-box>.control .b-pay>form>.box5{
display: flex;
}
.main>.main-box>.control .b-pay .box5>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .b-pay .box5>.item1{
justify-content: end;
}
.main>.main-box>.control .b-pay .box5>.item2{
justify-content: center;
}
.main>.main-box>.control .b-pay .box5>.item3{
justify-content: start;
}
/* 2-6 */
.main>.main-box>.control .b-pay>form>.box6{
display: flex;
}
.main>.main-box>.control .b-pay .box6>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .b-pay .box6>.item1{
justify-content: end;
}
.main>.main-box>.control .b-pay .box6>.item2{
justify-content: center;
}
.main>.main-box>.control .b-pay .box6>.item3{
justify-content: start;
}
/* 2-7 */
.main>.main-box>.control .b-pay .box7{
text-align: center;
}
.main>.main-box>.control .b-pay .box7>button{
width: clamp(130px,2.6vw,260px);
height: clamp(60px,1.2vw,120px);
font-size: clamp(25px,0.5vw,50px);
border: 1px solid #817f8d;
color: #434244;
}

160
code/vue/vue3.2.2/src/css/personal-approval.css

@ -0,0 +1,160 @@
input{
border: 1px solid #817f8d;
width: clamp(200px,4vw,400px);
height: clamp(30px,0.6vw,60px);
vertical-align: middle;
}
p{
color: #52505a;
font-family: "Alibaba PuHuiTi";
font-size: clamp(1rem, 1.5vw, 2rem);
font-style: normal;
color: #52505a;
}
select{
width: clamp(207px,4.14vw,414px);
height: clamp(32px,0.64vw,64px);
}
input{
padding-left: 5px;
}
textarea{
resize: none;
}
button:active{
background-color: #817f8d;
}
button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* 第一部分 */
.main>.main-box>.control .a-check>form{
display: flex;
}
.main>.main-box>.control .a-check div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-check .check1{
justify-content: end;
}
.main>.main-box>.control .a-check .check2{
justify-content: center;
}
.main>.main-box>.control .a-check .check3{
justify-content: start;
align-items: center;
}
.main>.main-box>.control .a-check div>button{
width: clamp(70px,1.4vw,140px);
height: clamp(32px,1.14vw,64px);
border: 1px solid #817f8d;
}
/* 第二部分 */
/* 2-1 */
.main>.main-box>.control .a-result>form>.box1{
display: flex;
}
.main>.main-box>.control .a-result .box1>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box1>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box1>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box1>.item3{
justify-content: start;
}
/* 2-2 */
.main>.main-box>.control .a-result>form>.box2{
display: flex;
}
.main>.main-box>.control .a-result .box2>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box2>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box2>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box2>.item3{
justify-content: start;
}
/* 2-3 */
.main>.main-box>.control .a-result>form>.box3{
display: flex;
}
.main>.main-box>.control .a-result .box3>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box3>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box3>.item2{
justify-content: center;
}
.main>.main-box>.control .a-result .box3>.item3{
justify-content: start;
}
/* 2-4 */
.main>.main-box>.control .a-result>form>.box4{
display: flex;
}
.main>.main-box>.control .a-result .box4>div{
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box4>.item1{
justify-content: center;
flex: 2;
}
.main>.main-box>.control .a-result .box4>.item1 textarea{
vertical-align: middle;
font-size: 20px;
}
.main>.main-box>.control .a-result .box4>.item2{
flex: 1;
justify-content: start;
}
/* 2-5 */
.main>.main-box>.control .a-result>form>.box5{
display: flex;
}
.main>.main-box>.control .a-result .box5>div{
flex: 1;
padding-top: clamp(20px,0.4vw,40px);
padding-bottom: clamp(20px,0.4vw,40px);
display: flex;
}
.main>.main-box>.control .a-result .box5>.item1{
justify-content: end;
}
.main>.main-box>.control .a-result .box5>.item2{
justify-content: center;
}
/* 2-6 */
.main>.main-box>.control .a-result .box6{
text-align: center;
}
.main>.main-box>.control .a-result .box6>button{
width: clamp(130px,2.6vw,260px);
height: clamp(60px,1.2vw,120px);
font-size: clamp(25px,0.5vw,50px);
border: 1px solid #817f8d;
color: #434244;
}

84
code/vue/vue3.2.2/src/css/reset.css

@ -0,0 +1,84 @@
/* 基础设置 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
margin: 0;
padding: 0;
}
ul,ol {
list-style: none;
}
img {
/* 底部留白 */
display: block;
border:0;
}
b,strong {
font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
/* 父元素字号的百分比 */
font-size: 100%;
font-weight: normal;
}
i,em {
/* 不倾斜 */
font-style: normal;
}
u,ins,s,del {
/* 去掉中划线和下划线 */
text-decoration: none;
}
table {
border: 1px solid #999;
/* 相当于是cellspacing */
border-spacing: 0;
/* 1px边框 */
border-collapse: collapse;
}
td,th {
border: 1px solid #999;
}
input,button {
/* 去掉轮廓线 */
outline: none;
border:none;
}
/* 风格设置 */
body {
font: 12px/1.5 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
color: #333;
}
a {
text-decoration: none;
color: #666;
}
a:hover {
color:#DD302D;
text-decoration: none;
}
.leftfix {
float: left;
}
.rightfix {
float: right;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}

67
code/vue/vue3.2.2/src/css/three-bt.css

@ -0,0 +1,67 @@
.main>.main-box>.control>.main-content{
display: flex;
width: 100%;
overflow: auto;
}
.main>.main-box>.control>.main-content>div{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.main>.main-box>.control>.main-content>div>img{
width: clamp(200px,4vw,400px);
height: clamp(200px,4vw,400px);
border-radius: clamp(100px,2vw,200px);
/* 图片和按钮之间添加间距 */
margin-bottom: 50px;
}
.main>.main-box>.control>.main-content .apply-img{
width: clamp(200px,4vw,400px);
height: clamp(200px,4vw,400px);
border-radius: clamp(100px,2vw,200px);
/* 图片和按钮之间添加间距 */
margin-bottom: 50px;
background-image: url(../image/zfb_nav15_more.svg);
background-size: clamp(225px,4.5vw,450px) clamp(150px,3vw,300px);
background-position: center;
background-repeat: no-repeat;
}
/* .main>.main-box>.control>.main-content .apply-img>img{
display: flex;
justify-content: center;
align-items: center;
width: clamp(225px,4.5vw,450px);
height: clamp(150px,3vw,300px);
} */
/* .main>.main-box>.control>.main-content>div:first-child>img{
width: clamp(225px,4.5vw,450px);
height: clamp(150px,3vw,300px);
border-radius: clamp(50px,1vw,100px);
}
.main>.main-box>.control>.main-content>div:first-child>button{
} */
.content-block-1 button {
/* 按钮内边距 */
padding: 12px 20px;
/* 按钮背景颜色 */
background-color: #4CAF50;
/* 按钮文字颜色 */
color: white;
/* 去除按钮边框 */
border: none;
/* 按钮圆角 */
border-radius: 4px;
/* 鼠标悬停时显示指针样式 */
cursor: pointer;
/* 让按钮宽度充满内容块 */
width: 50%;
/* 按钮过渡效果 */
transition: background-color 0.3s ease;
}
/* 按钮悬停效果 */
.content-block-1 button:hover {
background-color: #45a049;
}

BIN
code/vue/vue3.2.2/src/image/3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

BIN
code/vue/vue3.2.2/src/image/apply.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
code/vue/vue3.2.2/src/image/avatar.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
code/vue/vue3.2.2/src/image/background.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
code/vue/vue3.2.2/src/image/bg_00.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

BIN
code/vue/vue3.2.2/src/image/bg_01.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
code/vue/vue3.2.2/src/image/bg_02.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
code/vue/vue3.2.2/src/image/bg_03.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

BIN
code/vue/vue3.2.2/src/image/bg_04.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
code/vue/vue3.2.2/src/image/bg_05.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

BIN
code/vue/vue3.2.2/src/image/bz_img.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

1
code/vue/vue3.2.2/src/image/bz_more.svg

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1704961543703" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="36933" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M415.930119 223.790358c0-52.980346 43.003528-95.983874 95.983874-95.983874s95.983874 43.003528 95.983874 95.983874-43.003528 95.983874-95.983874 95.983874S415.930119 276.770704 415.930119 223.790358z" fill="#575B66" p-id="36934"></path><path d="M415.930119 511.741979c0-52.980346 43.003528-95.983874 95.983874-95.983874s95.983874 43.003528 95.983874 95.983874-43.003528 95.983874-95.983874 95.983874S415.930119 564.722325 415.930119 511.741979z" fill="#575B66" p-id="36935"></path><path d="M415.930119 799.865614c0-52.980346 43.003528-95.983874 95.983874-95.983874s95.983874 43.003528 95.983874 95.983874-43.003528 95.983874-95.983874 95.983874S415.930119 852.673946 415.930119 799.865614z" fill="#575B66" p-id="36936"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

1
code/vue/vue3.2.2/src/image/bz_msg.svg

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="165.56px" viewBox="0 0 1237 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M992 1024a32 32 0 1 1 0-64 181.333333 181.333333 0 0 0 181.333333-181.333333v-533.333334a181.333333 181.333333 0 0 0-181.333333-181.333333h-746.666667a181.333333 181.333333 0 0 0-181.333333 181.333333v533.333334A181.866667 181.866667 0 0 0 245.333333 960a32 32 0 1 1 0 64A245.333333 245.333333 0 0 1 0 778.666667v-533.333334A245.333333 245.333333 0 0 1 245.333333 0h746.666667a245.333333 245.333333 0 0 1 245.333333 245.333333v533.333334a245.333333 245.333333 0 0 1-245.333333 245.333333z" fill="#231815" /><path d="M298.666667 317.333333m37.333333 0l565.333333 0q37.333333 0 37.333334 37.333334l0 0q0 37.333333-37.333334 37.333333l-565.333333 0q-37.333333 0-37.333333-37.333333l0 0q0-37.333333 37.333333-37.333334Z" fill="#231815" /><path d="M298.666667 584m37.333333 0l565.333333 0q37.333333 0 37.333334 37.333333l0 0q0 37.333333-37.333334 37.333334l-565.333333 0q-37.333333 0-37.333333-37.333334l0 0q0-37.333333 37.333333-37.333333Z" fill="#231815" /><path d="M352 960m32 0l469.333333 0q32 0 32 32l0 0q0 32-32 32l-469.333333 0q-32 0-32-32l0 0q0-32 32-32Z" fill="#231815" /></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
code/vue/vue3.2.2/src/image/bz_play.svg

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M800 128H224C134.4 128 64 198.4 64 288v448c0 89.6 70.4 160 160 160h576c89.6 0 160-70.4 160-160V288c0-89.6-70.4-160-160-160z m96 608c0 54.4-41.6 96-96 96H224c-54.4 0-96-41.6-96-96V288c0-54.4 41.6-96 96-96h576c54.4 0 96 41.6 96 96v448zM684.8 483.2l-256-112c-22.4-9.6-44.8 6.4-44.8 28.8v224c0 22.4 22.4 38.4 44.8 28.8l256-112c25.6-9.6 25.6-48 0-57.6z" /></svg>

After

Width:  |  Height:  |  Size: 624 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save