Showing
1 changed file
with
4 additions
and
4 deletions
@@ -34,17 +34,17 @@ input::-webkit-calendar-picker-indicator { | @@ -34,17 +34,17 @@ input::-webkit-calendar-picker-indicator { | ||
34 | border-bottom: solid 1px #e0e0e0; | 34 | border-bottom: solid 1px #e0e0e0; |
35 | 35 | ||
36 | .title { | 36 | .title { |
37 | - width: 220px; | 37 | + width: 200px; |
38 | float: left; | 38 | float: left; |
39 | font-size: 30px; | 39 | font-size: 30px; |
40 | } | 40 | } |
41 | 41 | ||
42 | .main { | 42 | .main { |
43 | - width: 450px; | 43 | + width: 470px; |
44 | float: left; | 44 | float: left; |
45 | min-height: 90px; | 45 | min-height: 90px; |
46 | padding: 10px 0; | 46 | padding: 10px 0; |
47 | - padding-right: 20px; | 47 | + padding-right: 30px; |
48 | position: relative; | 48 | position: relative; |
49 | 49 | ||
50 | .ewm { | 50 | .ewm { |
@@ -96,7 +96,7 @@ input::-webkit-calendar-picker-indicator { | @@ -96,7 +96,7 @@ input::-webkit-calendar-picker-indicator { | ||
96 | .date-c { | 96 | .date-c { |
97 | position: absolute; | 97 | position: absolute; |
98 | top: 10px; | 98 | top: 10px; |
99 | - right: -20px; | 99 | + right: -5px; |
100 | width: 300px; | 100 | width: 300px; |
101 | white-space: nowrap; | 101 | white-space: nowrap; |
102 | overflow: hidden; | 102 | overflow: hidden; |
-
Please register or login to post a comment