diff --git a/src/components/Email/components/home.vue b/src/components/Email/components/home.vue index 346d4af..deee93a 100644 --- a/src/components/Email/components/home.vue +++ b/src/components/Email/components/home.vue @@ -2,7 +2,7 @@
您好,demo。
- +

邮件: 0 封未读邮件

@@ -16,19 +16,21 @@

邮箱推荐

-
+
iPhone版
-
明信片 - 贺卡
-
iPad版
-
记事本 - 日历
-
Android版
-
文件中转站
+
明信片 - 贺卡
+
iPad版
+
记事本 - 日历
+
Android版
+
文件中转站
@@ -99,7 +101,6 @@ .banner-image { width: 100%; height: 100%; - background: pink; } } .list { @@ -117,11 +118,28 @@ width: 16px; height: 16px; margin-right: 7px; - background-image: url('../img/logo.png'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } + .iphone { + background-image: url('../img/iPhone_logo.png'); + } + .postcard { + background-image: url('../img/heart_logo.png'); + } + .ipad { + background-image: url('../img/iPad_logo.png'); + } + .note { + background-image: url('../img/calendar_logo.png'); + } + .android { + background-image: url('../img/Android_logo.png'); + } + .document { + background-image: url('../img/transit_logo.png'); + } } > div:nth-child(1), > div:nth-child(2) { diff --git a/src/components/Email/img/Android_logo.png b/src/components/Email/img/Android_logo.png new file mode 100644 index 0000000..3e7506a Binary files /dev/null and b/src/components/Email/img/Android_logo.png differ diff --git a/src/components/Email/img/address_logo.png b/src/components/Email/img/address_logo.png new file mode 100644 index 0000000..0013a2a Binary files /dev/null and b/src/components/Email/img/address_logo.png differ diff --git a/src/components/Email/img/calendar_logo.png b/src/components/Email/img/calendar_logo.png new file mode 100644 index 0000000..f5f5abb Binary files /dev/null and b/src/components/Email/img/calendar_logo.png differ diff --git a/src/components/Email/img/email_logo__small.png b/src/components/Email/img/email_logo__small.png new file mode 100644 index 0000000..6c8e060 Binary files /dev/null and b/src/components/Email/img/email_logo__small.png differ diff --git a/src/components/Email/img/heart_logo.png b/src/components/Email/img/heart_logo.png new file mode 100644 index 0000000..3c7b461 Binary files /dev/null and b/src/components/Email/img/heart_logo.png differ diff --git a/src/components/Email/img/home_banner.png b/src/components/Email/img/home_banner.png new file mode 100644 index 0000000..ee85411 Binary files /dev/null and b/src/components/Email/img/home_banner.png differ diff --git a/src/components/Email/img/iPad_logo.png b/src/components/Email/img/iPad_logo.png new file mode 100644 index 0000000..e42c92b Binary files /dev/null and b/src/components/Email/img/iPad_logo.png differ diff --git a/src/components/Email/img/iPhone_logo.png b/src/components/Email/img/iPhone_logo.png new file mode 100644 index 0000000..5d2ac92 Binary files /dev/null and b/src/components/Email/img/iPhone_logo.png differ diff --git a/src/components/Email/img/logo.png b/src/components/Email/img/logo.png deleted file mode 100644 index fa8ae1e..0000000 Binary files a/src/components/Email/img/logo.png and /dev/null differ diff --git a/src/components/Email/img/receive_logo.png b/src/components/Email/img/receive_logo.png new file mode 100644 index 0000000..1ccf15f Binary files /dev/null and b/src/components/Email/img/receive_logo.png differ diff --git a/src/components/Email/img/star_logo.png b/src/components/Email/img/star_logo.png new file mode 100644 index 0000000..7813aa9 Binary files /dev/null and b/src/components/Email/img/star_logo.png differ diff --git a/src/components/Email/img/transit_logo.png b/src/components/Email/img/transit_logo.png new file mode 100644 index 0000000..1241540 Binary files /dev/null and b/src/components/Email/img/transit_logo.png differ diff --git a/src/components/Email/img/write_logo.png b/src/components/Email/img/write_logo.png new file mode 100644 index 0000000..92e4d3d Binary files /dev/null and b/src/components/Email/img/write_logo.png differ diff --git a/src/components/Email/index.vue b/src/components/Email/index.vue index 8d42c86..8ecb197 100644 --- a/src/components/Email/index.vue +++ b/src/components/Email/index.vue @@ -91,15 +91,15 @@ const searchVal = ref('') const bigList = [ { name: '写信', - icon: new URL('./img/logo.png', import.meta.url).href + icon: new URL('./img/write_logo.png', import.meta.url).href }, { name: '收信', - icon: new URL('./img/logo.png', import.meta.url).href + icon: new URL('./img/receive_logo.png', import.meta.url).href }, { name: '通讯录', - icon: new URL('./img/logo.png', import.meta.url).href + icon: new URL('./img/address_logo.png', import.meta.url).href } ] const smallList = [ @@ -108,7 +108,7 @@ const smallList = [ }, { name: '星标邮件', - icon: new URL('./img/logo.png', import.meta.url).href + icon: new URL('./img/star_logo.png', import.meta.url).href }, { name: '群邮件'