diff --git a/src/assets/home-imgs/close.png b/src/assets/home-imgs/close.png
new file mode 100644
index 0000000..b6e8bae
Binary files /dev/null and b/src/assets/home-imgs/close.png differ
diff --git a/src/assets/home-imgs/control-3-mk.png b/src/assets/home-imgs/control-3-mk.png
new file mode 100644
index 0000000..a2e4bbd
Binary files /dev/null and b/src/assets/home-imgs/control-3-mk.png differ
diff --git a/src/assets/home-imgs/control-3-video.png b/src/assets/home-imgs/control-3-video.png
new file mode 100644
index 0000000..b2e0630
Binary files /dev/null and b/src/assets/home-imgs/control-3-video.png differ
diff --git a/src/assets/home-imgs/control-3-voice.png b/src/assets/home-imgs/control-3-voice.png
new file mode 100644
index 0000000..df4b5af
Binary files /dev/null and b/src/assets/home-imgs/control-3-voice.png differ
diff --git a/src/assets/home-imgs/modal-bg.png b/src/assets/home-imgs/modal-bg.png
new file mode 100644
index 0000000..c3b82d9
Binary files /dev/null and b/src/assets/home-imgs/modal-bg.png differ
diff --git a/src/assets/home-imgs/upload-img.png b/src/assets/home-imgs/upload-img.png
new file mode 100644
index 0000000..1d36d24
Binary files /dev/null and b/src/assets/home-imgs/upload-img.png differ
diff --git a/src/style/cssVar.scss b/src/style/cssVar.scss
index 53f6e00..98d30d5 100644
--- a/src/style/cssVar.scss
+++ b/src/style/cssVar.scss
@@ -17,5 +17,8 @@
--bt-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 0px 2px rgba(0, 0, 0, 0.9);
--bt-box-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.9), 0 0px 2px rgba(0, 0, 0, 0.9);
--box-shadow-2: 0 1px 0 hsl(0 calc(1 * 0%) 0.8% / 0.2),
- 0 1.5px 0 hsl(240 calc(1 * 7.7%) 2.5% / 0.05), 0 2px 0 hsl(0 calc(1 * 0%) 0.8% / 0.05);
+ 0 1.5px 0 hsl(240 calc(1 * 7.7%) 2.5% / 0.05), 0 2px 0 hsl(0 calc(1 * 0%) 0.8% / 0.05);
+ --n-border: 1px solid #7fc0ff;
}
+
+
diff --git a/src/style/naiveUi.scss b/src/style/naiveUi.scss
index e69de29..9186c30 100644
--- a/src/style/naiveUi.scss
+++ b/src/style/naiveUi.scss
@@ -0,0 +1,88 @@
+.n-pagination .n-pagination-item,
+.n-base-selection-input__content {
+ color: #fff;
+}
+
+.n-pagination .n-pagination-item.n-pagination-item--button {
+ color: #fff;
+}
+
+.n-pagination .n-pagination-item:not(.n-pagination-item--disabled):hover.n-pagination-item--button {
+ color: #fff;
+}
+
+.n-pagination .n-pagination-item.n-pagination-item--disabled.n-pagination-item--active,
+.n-pagination .n-pagination-item.n-pagination-item--disabled.n-pagination-item--button {
+ background-color: #1d3861;
+}
+.n-base-selection .n-base-selection-label {
+ background-color: #1d3861;
+ color: #fff;
+}
+
+.n-base-select-menu {
+ background-color: #1d3861 !important;
+}
+
+.n-base-select-option__content {
+ color: #ffffff !important;
+}
+
+.n-base-selection--active {
+ background-color: #1d3861 !important;
+ color: #fff !important;
+ border-color: #7dd3fc !important;
+}
+
+.n-input {
+ background-color: #1d3861;
+ border: 1px solid #1090f0;
+}
+
+.n-input:not(.n-input--disabled).n-input--focus {
+ background-color: #1d3861;
+ color: #fff;
+}
+
+.n-input .n-input__input-el,
+.n-input .n-input__textarea-el {
+ color: #fff;
+}
+
+.n-input:not(.n-input--disabled):hover .n-input__state-border {
+ // border: 1px solid #7dd3fc;
+ border: none;
+}
+
+.n-input .n-input__border,
+.n-input .n-input__state-border {
+ transition: box-shadow 0.3s var(--n-bezier) !important;
+ border: none;
+}
+
+.n-input:not(.n-input--disabled).n-input--focus .n-input__state-border {
+ border: 1px solid #7dd3fc;
+}
+
+.n-data-table .n-data-table-th {
+ background-color: #14295c;
+ color: #fff;
+ border: none;
+}
+
+.n-data-table.n-data-table--bordered .n-data-table-wrapper {
+ border: none;
+}
+
+.n-data-table .n-data-table-tr:not(.n-data-table-tr--summary):hover > .n-data-table-td {
+ background-color: #2f5789;
+}
+
+.n-data-table .n-data-table-td {
+ background-color: #072148;
+ color: #fff;
+}
+
+.n-form-item .n-form-item-label {
+ color: #fff;
+}
\ No newline at end of file
diff --git a/src/views/home/components/center-two.vue b/src/views/home/components/center-two.vue
index df14a4d..dc80438 100644
--- a/src/views/home/components/center-two.vue
+++ b/src/views/home/components/center-two.vue
@@ -41,30 +41,77 @@
-
-
+
+