|
|
| 第5行: |
第5行: |
| } | | } |
|
| |
|
| #searchform {
| |
| width: 20% !important;
| |
| margin-left: auto !important;
| |
| margin-right: 0 !important;
| |
| }
| |
|
| |
|
| #searchform input {
| |
| width: 100%;
| |
| box-sizing: border-box;
| |
| height: 36px;
| |
| padding: 5px 20px;
| |
| border: 0;
| |
| background: rgba(0, 0, 0, 0.4);
| |
| border-radius: 0;
| |
| box-shadow: none;
| |
| color: #fff;
| |
| outline: 0;
| |
| -webkit-appearance: none;
| |
| transition: background 250ms ease;
| |
| }
| |
| }} | | }} |