123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- .zl-365-container {
- display: flex;
- flex-wrap: wrap;
- }
- .zl-365-header {
- background-color: var(--colorBrandBackground);
- display: flex;
- flex-wrap: nowrap;
- align-items: center;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .zl-365-header-search > span {
- width: 400px;
- }
- .zl-365-logo-search {
- display: flex;
- flex-wrap: nowrap;
- }
- .header-logo-svg {
- position: absolute;
- left: 9px;
- top: 9px;
- color: var(--colorBrandBackground);
- }
- .header-logo-input {
- height: 32px;
- padding-left: 26px;
- width: 480px;
- }
- .zl-365-header-function {
- width: 48px;
- height: 48px;
- line-height: 48px;
- text-align: center;
- color: white;
- }
- .zl-365-header-name {
- color: white;
- font-weight: 500;
- padding: 0 12px;
- }
- .zl-365-header-tools {
- display: flex;
- justify-content: flex-end;
- flex: 0 0 200px;
- max-width: 200px;
- color: white;
- height: 48px;
- align-items: center;
- }
- .zl-365-header-search {
- flex: 1 1 auto;
- text-align: center;
- }
- .zl-365-header-tools>div {
- padding: 12px 16px;
- }
- input.header-search-input {
- height: 32px;
- padding-left: 40px;
- width: 470px;
- }
- span.header-search-svg {
- position: relative;
- left: 30px;
- top: 3px;
- color: var(--colorBrandBackground);
- }
- .zl-365-header-function:hover {
- background-color: var(--colorBrandBackground);
- cursor: pointer;
- }
- .zl-365-header-tools>div:hover {
- background-color: var(--colorBrandBackground);
- cursor: pointer;
- }
- .zl-365-article {
- height: 88px;
- width: 96px;
- display: block;
- unicode-bidi: isolate;
- }
- .zl-365-article:hover {
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
- }
- .zl-365-article>button {
- position: relative;
- display: flex;
- border-radius: 6px;
- box-sizing: border-box;
- border: 1px solid transparent !important;
- text-decoration: none !important;
- background-color: transparent;
- -webkit-touch-callout: none;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- max-height: 100%;
- max-width: 100%;
- height: 100%;
- width: 100%;
- padding: 8px 4px 4px;
- gap: 4px;
- flex-direction: column;
- outline-offset: -2px;
- }
- .zl-365-article span {
- font: 12px SegoeUI-Regular-final, Segoe UI, "Segoe UI Web (West European)", Segoe, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Tahoma, Helvetica, Arial, sans-serif;
- }
- .custom-div {
- width: 100%;
- height: 9px;
- padding: 12px 0;
- box-sizing: content-box;
- }
- .custom-hr {
- height: 1px;
- border: none;
- width: 100%;
- background-color: #E1DFDD;
- }
- .intentTileWrapper {
- display: block;
- unicode-bidi: isolate;
- }
- .intentTile-button {
- display: flex;
- flex-direction: column;
- width: 96px;
- height: 112px;
- border-radius: 6px;
- padding: 4px;
- column-gap: 2px;
- border: none;
- cursor: pointer;
- background-color: #ffffff;
- }
- .intentTile-button:hover {
- background-color: #f0f0f0;
- }
- .intentTile-icon-content {
- display: flex;
- box-sizing: border-box;
- width: 88px;
- height: 76px;
- padding-bottom: 4px;
- justify-content: center;
- position: relative;
- align-items: center;
- }
- .intentTile-icon1 {
- display: flex;
- width: 32px;
- height: 44px;
- justify-content: center;
- background-color: transparent !important;
- }
- .intentTile-icon2 {
- position: absolute;
- box-sizing: border-box;
- width: 24px;
- height: 24px;
- top: 40px;
- left: 12px;
- padding: 2px;
- border-radius: 2px;
- align-items: center;
- box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .14);
- }
- .intentTile-text {
- display: flex;
- justify-content: center;
- width: 88px;
- height: 28px;
- }
- input:focus {
- outline: none;
- }
- input.header-logo-input:hover:after {
- border-bottom: 2px solid var(--colorBrandBackground);
- position: absolute;
- content: '';
- width: 100%;
- bottom: 0;
- }
- span.header-loge-input:hover:after {
- content: '';
- position: absolute;
- z-index: 1;
- bottom: 0;
- left: 0;
- right: 0;
- width: 100%;
- height: 2px;
- border-bottom: 2px solid var(--colorBrandBackground);
- }
- span.header-loge-input {
- position: relative;
- }
- span.header-loge-input > span {
- width: 100%;
- }
- span.header-loge-input {
- width: 100%;
- padding: 0 8px;
- }
- .zl-365-logo-search > span {
- width: 100%;
- }
- .zl-365-logo-search {
- padding: 0 16px;
- }
- .zl-365-theme {
- width: 96px;
- display: block;
- unicode-bidi: isolate;
- margin: 8px 10px;
- }
- .theme-btn-name {
- margin-top: -8px;
- }
- .zl-365-theme:hover {
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
- }
- .zl-365-theme>button {
- position: relative;
- display: flex;
- border-radius: 6px;
- box-sizing: border-box;
- border: 1px solid transparent !important;
- text-decoration: none !important;
- background-color: transparent;
- -webkit-touch-callout: none;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- max-height: 100%;
- max-width: 100%;
- height: 100%;
- width: 100%;
- padding: 12px 4px 4px;
- gap: 4px;
- flex-direction: column;
- outline-offset: -2px;
- }
|