-
An Unread Mail
-
-
- {{ emailSpace.AnUnreadMail || 0 }}
-
-
+
+
Used Capacity
+
+ {{ emailTotal.week || 0 }}/∞
+
+
+
+
+
+
+

+
+

+
+
+
An Unread Mail
+
+ {{ emailTotal.week || 0 }}
@@ -705,7 +716,7 @@ export default {
display: flex;
justify-content: space-between;
&-li {
- width: 270px;
+ width: 238px;
height: 125px;
background: #07282b;
position: relative;
@@ -717,12 +728,12 @@ export default {
bottom: 0;
}
&-left {
- width: 92px;
+ width: 72px;
height: 100%;
padding: 12px 0;
float: left;
&-icon {
- width: 90px;
+ width: 70px;
height: 100%;
display: flex;
justify-content: center;
@@ -731,13 +742,13 @@ export default {
}
}
&-right {
- width: 175px;
+ width: 163px;
height: 100%;
- padding: 0 15px;
+ padding: 0 12px;
float: left;
&-title {
font-family: ArialMT;
- font-size: 16px;
+ font-size: 14px;
font-weight: normal;
line-height: 18px;
color: #4fd3c8;
@@ -768,81 +779,14 @@ export default {
&-item3 {
border-left: 3px solid rgba(204, 168, 23, 0.8);
}
+ &-item3 {
+ border-left: 3px solid rgba(204, 168, 23, 0.8);
+ }
&-item4 {
- width: 380px;
- border-left: 3px solid rgba(229, 79, 13, 0.8);
- &-left {
- width: 50%;
- height: 100%;
- padding: 12px 5px 12px 12px;
- float: left;
- &-info {
- width: 170px;
- height: 100%;
- float: left;
- &-title {
- font-family: ArialMT;
- font-size: 16px;
- font-weight: normal;
- line-height: 18px;
- color: #4fd3c8;
- margin-top: 13px;
- text-align: center;
- }
- &-val {
- font-family: ArialMT;
- font-size: 14px;
- font-weight: normal;
- line-height: 24px;
- margin-top: 36px;
- h3 {
- color: #ade6ee;
- margin: 0;
- font-size: 30px;
- text-align: center;
- span {
- font-family: MicrogrammaD-MediExte;
- }
- }
- }
- }
- }
- &-right {
- width: 50%;
- height: 100%;
- padding: 12px 5px 12px 12px;
- float: left;
- &-info {
- width: 170px;
- height: 100%;
- float: left;
- &-title {
- font-family: ArialMT;
- font-size: 16px;
- font-weight: normal;
- line-height: 18px;
- color: #4fd3c8;
- margin-top: 13px;
- text-align: center;
- }
- &-val {
- font-family: ArialMT;
- font-size: 14px;
- font-weight: normal;
- line-height: 24px;
- margin-top: 36px;
- h3 {
- color: #ade6ee;
- margin: 0;
- font-size: 30px;
- text-align: center;
- span {
- font-family: MicrogrammaD-MediExte;
- }
- }
- }
- }
- }
+ border-left: 3px solid rgba(130, 80, 211, 0.8);
+ }
+ &-item5 {
+ border-left: 3px solid rgba(227, 77, 13, 0.8);
}
}
}