Authored by zhangxiaoru

样式

285 KB | W: | H:

242 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
1 .free-mail-index-page { 1 .free-mail-index-page {
2 .top-banner { 2 .top-banner {
3 width: 100%; 3 width: 100%;
4 - height: 375px; 4 + height: 373px;
5 background-image: resolve("activity/free-mail/banner.png"); 5 background-image: resolve("activity/free-mail/banner.png");
6 background-size: 100%; 6 background-size: 100%;
7 background-repeat: no-repeat; 7 background-repeat: no-repeat;
@@ -39,10 +39,10 @@ @@ -39,10 +39,10 @@
39 } 39 }
40 40
41 .name { 41 .name {
42 - font-size: 40px; 42 + font-size: 41px;
43 font-weight: 700; 43 font-weight: 700;
44 display: inline-block; 44 display: inline-block;
45 - max-width: 215px; 45 + max-width: 100%;
46 overflow: hidden; 46 overflow: hidden;
47 white-space: nowrap; 47 white-space: nowrap;
48 text-overflow: ellipsis; 48 text-overflow: ellipsis;
@@ -53,9 +53,9 @@ @@ -53,9 +53,9 @@
53 .time { 53 .time {
54 font-size: 12px; 54 font-size: 12px;
55 width: 310px; 55 width: 310px;
56 - transform: scale(0.75, 0.75); 56 + transform: scale(0.85, 0.85);
57 display: inline-block; 57 display: inline-block;
58 - margin-left: -35px; 58 + margin-left: -24px;
59 } 59 }
60 60
61 .item-right { 61 .item-right {