|
|
| 第276行: |
第276行: |
| /*搜索*/ | | /*搜索*/ |
|
| |
|
| form.minerva-search-form{
| | .client-js #searchIcon{ |
| align-content: flex-end; | | display: block !important; |
| flex-direction: column;
| |
| } | | } |
| | | .minerva-header .search-box { |
| /*
| | display: none; |
| .minerva-search-form .search-box{ | |
| transition: all ease 0.5s; | |
| width: 1.25rem;
| |
| } | | } |
|
| |
| .minerva-search-form .search-box:hover{
| |
| transition: all ease 0.5s;
| |
| width: 100%;
| |
| }
| |
|
| |
| .search-box .search{
| |
| transition: all ease 0.5s;
| |
| background-color: var(--background-color-transparent, transparent);
| |
| border: var(--background-color-transparent, transparent);
| |
| box-shadow: unset;
| |
| }
| |
|
| |
| .search-box:hover .search{
| |
| transition: all ease 0.5s;
| |
| background-color: var(--background-color-base, #fff);
| |
| border: 1px solid var(--border-color-inverted, #fff);
| |
| box-shadow: 0 0 0 1px var(--box-shadow-color-base, #a2a9b1);
| |
| }
| |
| */
| |
|
| |
|
| /*个人信息修复*/ | | /*个人信息修复*/ |