diff --git a/assets/images/Group9848.png b/assets/images/Group9848.png new file mode 100644 index 0000000..9df8a2d Binary files /dev/null and b/assets/images/Group9848.png differ diff --git a/assets/images/Group9849.png b/assets/images/Group9849.png new file mode 100644 index 0000000..1b2b0b3 Binary files /dev/null and b/assets/images/Group9849.png differ diff --git a/assets/images/Group9855.png b/assets/images/Group9855.png new file mode 100644 index 0000000..c146d62 Binary files /dev/null and b/assets/images/Group9855.png differ diff --git a/assets/images/image63.png b/assets/images/image63.png new file mode 100644 index 0000000..66dce81 Binary files /dev/null and b/assets/images/image63.png differ diff --git a/assets/scss/checkbox.scss b/assets/scss/checkbox.scss index 8685e4c..114e682 100644 --- a/assets/scss/checkbox.scss +++ b/assets/scss/checkbox.scss @@ -1,66 +1,66 @@ -/* 单选框和多选框 */ -.checkbox-wrapper { - position: relative; - input { - display: none; - } - .icon { - position: relative; - left: 0px; - top: 7px; - display: inline-block; - width: 13px; - height: 13px; - border: 1px solid #cccccc; - border-radius: 50%; - -webkit-transform: translate(0, -50%); - -moz-transform: translate(0, -50%); - -o-transform: translate(0, -50%); - -ms-transform: translate(0, -50%); - transform: translate(0, -50%); - } - input:checked + .icon { - background-color: #e93323; - border-color: #e93323; - background-image: url("../images/enter.png"); - -webkit-background-size: 10px 8px; - -moz-background-size: 10px 8px; - background-size: 10px 8px; - background-repeat: no-repeat; - background-position: center center; - } -} +// /* 单选框和多选框 */ +// .checkbox-wrapper { +// position: relative; +// input { +// display: none; +// } +// .icon { +// position: relative; +// left: 0px; +// top: 7px; +// display: inline-block; +// width: 13px; +// height: 13px; +// border: 1px solid #cccccc; +// border-radius: 50%; +// -webkit-transform: translate(0, -50%); +// -moz-transform: translate(0, -50%); +// -o-transform: translate(0, -50%); +// -ms-transform: translate(0, -50%); +// transform: translate(0, -50%); +// } +// input:checked + .icon { +// background-color: #e93323; +// border-color: #e93323; +// background-image: url("../images/enter.png"); +// -webkit-background-size: 10px 8px; +// -moz-background-size: 10px 8px; +// background-size: 10px 8px; +// background-repeat: no-repeat; +// background-position: center center; +// } +// } -.Checkbox { - position: absolute; - visibility: hidden; - outline: none; - background: #fff; -} -.Checkbox+label { - position:absolute; - width: 16px; - height: 16px; - border: 1px solid #9B9B9B; - border-radius: 50%; - background-color:#fff; - left: 11px; - top: 50%; - margin-top: -8px; -} -.Checkbox:checked+label:after { - content: ""; - position: absolute; - left: 3px; - top:3px; - width: 6px; - height: 3px; - border: 2px solid #9B9B9B; - border-top-color: transparent; - border-right-color: transparent; - transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); -} \ No newline at end of file +// .Checkbox { +// position: absolute; +// visibility: hidden; +// outline: none; +// background: #fff; +// } +// .Checkbox+label { +// position:absolute; +// width: 16px; +// height: 16px; +// border: 1px solid #9B9B9B; +// border-radius: 50%; +// background-color:#fff; +// left: 11px; +// top: 50%; +// margin-top: -8px; +// } +// .Checkbox:checked+label:after { +// content: ""; +// position: absolute; +// left: 3px; +// top:3px; +// width: 6px; +// height: 3px; +// border: 2px solid #9B9B9B; +// border-top-color: transparent; +// border-right-color: transparent; +// transform: rotate(-45deg); +// -ms-transform: rotate(-45deg); +// -moz-transform: rotate(-45deg); +// -webkit-transform: rotate(-45deg); +// } \ No newline at end of file diff --git a/assets/scss/element/index.scss b/assets/scss/element/index.scss index d29636c..eaba48a 100644 --- a/assets/scss/element/index.scss +++ b/assets/scss/element/index.scss @@ -1,26 +1,26 @@ -$-colors: ( - 'primary': ( - 'base': #E93323, - ), - 'success': ( - 'base': #67c23a, - ), - 'warning': ( - 'base': #e6a23c, - ), - 'danger': ( - 'base': #f56c6c, - ), - 'error': ( - 'base': #E93323, - ), - 'info': ( - 'base': #909399, - ), -); +// $-colors: ( +// 'primary': ( +// 'base': #E93323, +// ), +// 'success': ( +// 'base': #67c23a, +// ), +// 'warning': ( +// 'base': #e6a23c, +// ), +// 'danger': ( +// 'base': #f56c6c, +// ), +// 'error': ( +// 'base': #E93323, +// ), +// 'info': ( +// 'base': #909399, +// ), +// ); -@forward 'element-plus/theme-chalk/src/common/var.scss' with ( - $colors: $-colors -); +// @forward 'element-plus/theme-chalk/src/common/var.scss' with ( +// $colors: $-colors +// ); -@use './dark.scss'; +// @use './dark.scss'; diff --git a/components/Card.vue b/components/Card.vue new file mode 100644 index 0000000..aee2dd7 --- /dev/null +++ b/components/Card.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/components/layoutFooter.vue b/components/layoutFooter.vue index b285e66..ca685b7 100644 --- a/components/layoutFooter.vue +++ b/components/layoutFooter.vue @@ -33,7 +33,7 @@ onMounted(() => { diff --git a/components/layoutHeader.vue b/components/layoutHeader.vue index ffde4d2..2ae6470 100644 --- a/components/layoutHeader.vue +++ b/components/layoutHeader.vue @@ -3,8 +3,8 @@