...
|
...
|
@@ -34,17 +34,17 @@ input::-webkit-calendar-picker-indicator { |
|
|
border-bottom: solid 1px #e0e0e0;
|
|
|
|
|
|
.title {
|
|
|
width: 220px;
|
|
|
width: 200px;
|
|
|
float: left;
|
|
|
font-size: 30px;
|
|
|
}
|
|
|
|
|
|
.main {
|
|
|
width: 450px;
|
|
|
width: 470px;
|
|
|
float: left;
|
|
|
min-height: 90px;
|
|
|
padding: 10px 0;
|
|
|
padding-right: 20px;
|
|
|
padding-right: 30px;
|
|
|
position: relative;
|
|
|
|
|
|
.ewm {
|
...
|
...
|
@@ -96,7 +96,7 @@ input::-webkit-calendar-picker-indicator { |
|
|
.date-c {
|
|
|
position: absolute;
|
|
|
top: 10px;
|
|
|
right: -20px;
|
|
|
right: -5px;
|
|
|
width: 300px;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
...
|
...
|
|