123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- .header-module{
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 100;
- background-color: #F2F2F4;
- /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
- }
- .header-common{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 48px;
- }
- .header-common .header-left{
- display: flex;
- align-items: center;
- font-size: 14px;
- line-height: 22px;
- }
- .header-left .img-home{
- width: 18px;
- height: 18px;
- margin-right: 2px;
- }
- .header-left .home-title{
- color:#1d1d1d;
- }
- .header-left .home-message{
- margin-left: 20px;
- color:#686868;
- }
- .header-left .home-site {
- position: relative;
- display: flex;
- align-items: center;
- height: 48px;
- }
- .header-left .site-btn{
- width: 100px;
- height: 30px;
- margin-left: 20px;
- border-radius: 4px;
- font-size: 14px;
- line-height: 30px;
- color: #fff;
- background: #2CB7CA;
- border: 0;
- outline: 0;
- }
- .header-left .home-site:hover .site-dropdown-panel {
- display: inline-block;
- }
- .site-dropdown-panel{
- display: none;
- position: absolute;
- left: 20px;
- top: 44px;
- width: 398px;
- background: #fff;
- box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.12);
- border: 1px solid #ececec;
- border-radius: 8px;
- }
- .site-dropdown-panel .dropdown-header{
- padding: 16px;
- border-bottom: 1px solid#e0e0e0;
- font-size: 16px;
- line-height: 24px;
- color: #1d1d1d;
- }
- .site-dropdown-panel .dropdown-content{
- padding: 16px;
- }
- .site-dropdown-panel .dropdown-list{
- display: flex;
- align-items: center;
- font-size: 14px;
- color: #686868;
- }
- .site-dropdown-panel .list-label{
- font-weight: 700;
- margin-right: 8px;
- }
- .site-dropdown-panel .list-value{
- margin-right: 20px;
- }
- .site-dropdown-panel .list-value:hover{
- color: #2ABED1;
- text-decoration: underline;
- }
- .header-right{
- display: flex;
- height: 100%;
- }
- .header-right ul {
- display: flex;
- align-items: center;
- height: 100%;
- }
- .header-right .header-right-list{
- position: relative;
- margin-left: 32px;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .jynav-list{
- display: flex;
- flex-direction: column;
- position: absolute;
- left: 50%;
- top: 48px;
- transform: translate(-50%, 0%);
- line-height: 34px;
- padding: 24px;
- background: #fff;
- border-radius: 0px 0px 4px 4px;
- box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
- font-size: 14px;
- display: none;
- text-align: left;
- border-top: 1px solid rgba(0, 0, 0, 0.1);
- }
- .jynav-list span a {
- color: #1D1D1D;
- font-size: 14px;
- white-space: nowrap;
- }
- .jynav-list span a:hover {
- color: #2CB7CA;
- font-size: 14px;
- }
- .jy-rember a {
- display: flex;
- align-items: center;
- }
- .jynav-list.case-row-group{
- width: auto;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- .jynav-list.case-row-group .case-item+.case-item {
- margin-left: 32px;
- }
- .jynav-list.case-row-group .case-item img {
- width: 32px;
- height: 32px;
- margin-bottom: 4px;
- object-fit: contain;
- }
- .jynav-list.case-row-group .case-item:hover {
- background: rgba(44, 183, 202, 0.08);
- color: #2ABED1;
- }
- .jynav-list.case-row-group .active {
- background: rgba(44, 183, 202, 0.08);
- color: #2ABED1 !important;
- }
- .jynav-list.case-row-group .case-item strong {
- white-space: nowrap;
- font-style: normal;
- font-weight: 400;
- font-size: 14px;
- line-height: 22px;
- }
- .jynav-list.case-row-group .case-item {
- display: flex;
- flex-direction: column;
- justify-content: center;
- min-width: 160px;
- min-height: 90px;
- padding: 16px 24px;
- color: #1D1D1D;
- border-radius: 4px;
- }
- .time-free {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 8px;
- width: 42px;
- height: 19px;
- background: #FF3A20;
- border-radius: 9px 9px 9px 0px;
- font-size: 12px;
- font-weight: 400;
- color: #FFFFFF;
- }
- .header-right-list a{
- font-size: 14px;
- color: #1D1D1D;
- }
- .jynav-list-title{
- position: relative;
- display: flex;
- align-items: center;
- height: 100%;
- }
- .jynav-list-title.set-after::after{
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translate(-50%, 0%);
- content: '';
- width: 28px;
- height: 1px;
- background: #2cb7ca;
- }
- .header-right-list a:hover,
- .header-right-list a:active {
- color: #2cb7ca;
- }
- .header-right-list.login{
- width: 88px;
- background: #2ABED1;
- }
- .header-right-list.login a{
- color: #fff;
- }
- .header-right-list.login a:hover{
- color: #fff;
- }
- #downloadApp .download-scan-group{
- position: relative;
- margin: 0 auto;
- margin-top: 200px;
- width: 336px;
- height: 458px;
- box-shadow: 0px 0px 20px rgba(8, 31, 38, 0.12);
- border-radius: 8px;
- box-sizing: border-box;
- }
- .download-scan-group .close-icon {
- position: absolute;
- display: block;
- width: 30px;
- height: 30px;
- top: 76px;
- right: 12px;
- }
- #downloadApp img {
- display: block;
- width: 100%;
- }
- #downloadApp p {
- font-size: 14px;
- line-height: 22px;
- text-align: center;
- color: #1D1D1D;
- margin-top: 2px;
- }
- .useronline{
- /* width:70px; */
- display: flex;
- align-items: center;
- height:100%;
- margin-left:40px;
- line-height:0px;
- background:none;
- color:#666666;
- border: solid 0px #000;
- border-color:#CCCCCC;
- position:relative;
- }
- #login.useronline {
- background: transparent;
- }
- .useronline .loginBtn {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100px!important;
- height: 30px!important;
- background: #2ABED1 !important;
- margin: unset !important;
- border: 0;
- font-size: 14px;
- color: #fff !important;
- border-radius: 4px;
- }
- .useronline .user-avatar{
- width: 32px;
- height: 32px;
- position: relative;
- float: left;
- cursor: pointer;
- overflow: hidden;
- border-radius: 50%;
- border: 1px solid #E0E0E0;
- }
- .work-user-info {
- position: absolute;
- top: 48px;
- left: -58px;
- width: 150px;
- padding: 0;
- border: none;
- background: #FFFFFF;
- box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1000), 0px 8px 10px 1px rgba(0, 0, 0, 0.0600), 0px 3px 14px 2px rgba(0, 0, 0, 0.0500);
- border-radius: 8px;
- overflow: hidden;
- font-size: 14px;
- font-weight: 400;
- color: #1D1D1D;
- line-height: 22px;
- }
- .work-user-info .info-group span {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 100%;
- }
- .work-user-info .info-group {
- padding: 18px 16px 8px 16px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .work-user-info .out-button {
- width: 100%;
- height: 34px;
- line-height: 34px;
- background: #F5F6F7;
- text-align: center;
- font-size: 12px;
- font-weight: 400;
- color: #686868;
- cursor: pointer;
- }
- .work-link {
- display: flex;
- align-items: center;
- margin-left: 16px;
- padding: 0 12px;
- height: 100%;
- background: #2CB7CA;
- font-weight: 400;
- font-size: 16px;
- color: #fff;
- cursor: pointer;
- }
- .work-link:hover{
- color: #fff;
- }
|