431 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			431 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
| .z-layout {
 | |
|     width: 24rem;
 | |
|     height: 13.5rem;
 | |
| }
 | |
| 
 | |
| .z-head {
 | |
|     height: 1rem;
 | |
|     width: 100%;
 | |
|     padding: .175rem .125rem;
 | |
|     background-color: #0368D3;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
|     position: relative;
 | |
| }
 | |
| 
 | |
| .z-head>.z-logo {
 | |
|     height: 100%;
 | |
|     padding-left: 3.3rem;
 | |
|     background-image: url(../images/logo.png?v=2025);
 | |
|     background-repeat: no-repeat;
 | |
|     background-position: left center;
 | |
|     background-size: 3.2rem .65rem;
 | |
| }
 | |
| 
 | |
| .z-head>.z-logo>.z-tit {
 | |
|     padding-left: .15rem;
 | |
|     border-left: 1px solid #81B3E9;
 | |
| }
 | |
| 
 | |
| .z-head>.z-logo>.z-tit>p:first-child {
 | |
|     font-size: .225rem;
 | |
|     color: #FFFFFF;
 | |
|     line-height: .375rem;
 | |
|     letter-spacing: .025rem;
 | |
|     text-align: left;
 | |
| }
 | |
| 
 | |
| .z-head>.z-logo>.z-tit>p:last-child {
 | |
|     margin-top: .075rem;
 | |
|     font-size: .14rem;
 | |
|     color: #FFFFFF;
 | |
|     line-height: .175rem;
 | |
|     text-align: left;
 | |
| }
 | |
| 
 | |
| .navbars {
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
|     margin-left: 1rem;
 | |
| }
 | |
| 
 | |
| .navbars>.nav {
 | |
|     padding: .125rem .175rem;
 | |
|     color: #ffffff;
 | |
|     font-size: .3rem;
 | |
|     line-height: .2rem;
 | |
|     font-weight: bold;
 | |
|     margin-left: .6875rem;
 | |
| }
 | |
| 
 | |
| .navbars>.nav-a {
 | |
|     background-color: #68A4E5;
 | |
| }
 | |
| 
 | |
| .user-box {
 | |
|     position: absolute;
 | |
|     right: .125rem;
 | |
|     top: 50%;
 | |
|     transform: translateY(-50%);
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
| }
 | |
| 
 | |
| .user-box>.langue {
 | |
|     color: #ffffff;
 | |
|     /*background-image: url(../images/down.png);*/
 | |
|     background-position: right center;
 | |
|     background-repeat: no-repeat;
 | |
|     background-size: .3rem .2rem;
 | |
|     font-size: .175rem;
 | |
|     padding: 4px 0;
 | |
|     padding-right: .325rem;
 | |
|     border-right: 2px solid #3686DC;
 | |
|     position: relative;
 | |
| }
 | |
| 
 | |
| .laugue-select {
 | |
|     position: absolute;
 | |
|     top: 110%;
 | |
|     left: 50%;
 | |
|     transform: translateX(-50%);
 | |
|     background-color: rgb(3, 104, 211, 0.8);
 | |
|     border: 1px solid rgba(0, 0, 0, .2);
 | |
|     border-top: none;
 | |
| }
 | |
| 
 | |
| .laugue-select>.laugue-select-item {
 | |
|     padding: .075rem .125rem;
 | |
| }
 | |
| 
 | |
| .laugue-select>.laugue-select-item:hover {
 | |
|     background-color: #81B3E9;
 | |
| }
 | |
| 
 | |
| .user-box>.user {
 | |
|     color: #ffffff;
 | |
|     background-image: url(../images/user.png);
 | |
|     background-position: .125rem center;
 | |
|     background-repeat: no-repeat;
 | |
|     background-size: .175rem .175rem;
 | |
|     font-size: .175rem;
 | |
|     line-height: .175rem;
 | |
|     padding: 4px 0;
 | |
|     padding-left: .375rem;
 | |
| }
 | |
| 
 | |
| .z-container {
 | |
|     height: calc(100% - 1rem);
 | |
|     padding: .25rem;
 | |
|     background-color: #F5F5F5;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: flex-start;
 | |
| }
 | |
| 
 | |
| .z-info {
 | |
|     width: 4.2rem;
 | |
|     height: 100%;
 | |
|     background-color: #ffffff;
 | |
|     box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
 | |
|     border-radius: 10px 10px 10px 10px;
 | |
| }
 | |
| 
 | |
| .z-info>.z-profile{
 | |
|     height: 5rem;
 | |
|     width: 100%;
 | |
|     background: linear-gradient( 180deg, #D5E3F9 0%, #FFFFFF 100%);
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
| }
 | |
| 
 | |
| .z-info>.z-profile>.z-img{
 | |
|     margin-top: .6875rem;
 | |
|     width: 3rem;
 | |
|     height: 3rem;
 | |
|     border-radius: 50%;
 | |
|     overflow: hidden;
 | |
|     background-color: #F5F5F5;
 | |
| }
 | |
| .z-info>.z-profile>.z-img>img{
 | |
|     width: 100%;
 | |
|     height: 100%;
 | |
| }
 | |
| .z-info>.z-profile>h2{
 | |
|     margin-top: .375rem;
 | |
|     text-align: center;
 | |
|     color: #333333;
 | |
|     font-weight: bold;
 | |
|     font-size: .25rem;
 | |
| }
 | |
| .z-infoa{
 | |
|     width: 100%;
 | |
|     padding-left: .3375rem;
 | |
| }
 | |
| .z-infoa>.z-row{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
|     padding: .125rem 0;
 | |
|     font-size: .200rem;
 | |
| }
 | |
| .z-infoa>.z-row>span{
 | |
|     margin: 0 .125rem;
 | |
| }
 | |
| .z-infoa>.z-row>.z-lab{
 | |
|     width: .875rem;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: space-between;
 | |
|     align-items: center;
 | |
| }
 | |
| .z-a{
 | |
|     height: 100%;
 | |
|     width: calc(100% - 2.55rem);
 | |
|     padding-left: .375rem;
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: space-between;
 | |
| }
 | |
| .z-b{
 | |
|     width: 100%;
 | |
|     height: calc((100% - .25rem) / 2);
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: space-between;
 | |
|     align-items: flex-start;
 | |
| }
 | |
| .z-b>.z-boxone{
 | |
|     height: 100%;
 | |
|     width: calc((100% - .25rem) / 2);
 | |
|     background: #FFFFFF;
 | |
|     box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
 | |
|     border-radius: 12px 12px 12px 12px;
 | |
|     padding: .375rem;
 | |
| }
 | |
| 
 | |
| .z-box>.z-boxone-tit,.z-b>.z-boxone>.z-boxone-tit{
 | |
|     height: .325rem;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
| }
 | |
| .z-box>.z-boxone-tit>.z-boxone-text,.z-b>.z-boxone>.z-boxone-tit>.z-boxone-text{
 | |
|     color: #333333;
 | |
|     font-size: .225rem;
 | |
|     line-height: .225rem;
 | |
|     font-weight: bold;
 | |
|     padding-left: .1rem;
 | |
|     border-left: .05rem solid #0368D3;
 | |
| }
 | |
| .z-box{
 | |
|     padding: .25rem;
 | |
|     height: calc((100% - .25rem) / 2);
 | |
|     width: 100%;
 | |
|     background: #FFFFFF;
 | |
|     box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
 | |
|     border-radius: 12px 12px 12px 12px;
 | |
| }
 | |
| .z-tabs{
 | |
|     margin-left: .25rem;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
|     font-size: .175rem;
 | |
| 
 | |
| }
 | |
| .z-tabs>.tab{
 | |
|     padding: .075rem .125rem;
 | |
|     border: 1px solid #DEDEDE;
 | |
| }
 | |
| .z-tabs>.tab:first-child{
 | |
|     border-top-left-radius: .05rem;
 | |
|     border-bottom-left-radius: .05rem;
 | |
|     border-right: 1px solid #FFFFFF;
 | |
| }
 | |
| .z-tabs>.tab:last-child{
 | |
|     border-top-right-radius: .05rem;
 | |
|     border-bottom-right-radius: .05rem;
 | |
|     border-left: 1px solid #FFFFFF;
 | |
| }
 | |
| .z-tabs>.tab-a{
 | |
|     border: 1px solid #0368D3 !important;
 | |
|     color: #0368D3;
 | |
| }
 | |
| .z-main {
 | |
|     width: 100%;
 | |
|     height: calc(100% - .325rem);
 | |
|     padding-top: .25rem;
 | |
|     position: relative;
 | |
|     overflow-y:auto;
 | |
| }
 | |
|     .z-main > .z-a > .z-b {
 | |
|         display: flex;
 | |
|         flex-direction: row;
 | |
|         align-items: center;
 | |
|         font-size: .175rem;
 | |
|         line-height: .425rem;
 | |
|     }
 | |
|         .z-main > .z-a > .z-b > p:last-child {
 | |
|             width: 1.25rem;
 | |
|             color: #999999;
 | |
|         }
 | |
|         .z-main > .z-a > .z-b > p:first-child {
 | |
|             width: calc(100% - 1.25rem);
 | |
|             padding-right: .25rem;
 | |
|             overflow: hidden;
 | |
|             white-space: nowrap;
 | |
|             text-overflow: ellipsis;
 | |
|             color: #333333;
 | |
|         }
 | |
|         .z-main > .z-a > .z-b > .row {
 | |
|             padding: .025rem 0;
 | |
|             width: calc(100% - 1.25rem);
 | |
|             padding-right: .25rem;
 | |
|             overflow: hidden;
 | |
|             white-space: nowrap;
 | |
|             text-overflow: ellipsis;
 | |
|             color: #333333;
 | |
|             display: flex;
 | |
|             flex-direction: row;
 | |
|             justify-content: flex-start;
 | |
|             align-items: center;
 | |
|         }
 | |
|             .z-main > .z-a > .z-b > .row > p {
 | |
|                 width: calc(100% - .55rem);
 | |
|                 overflow: hidden;
 | |
|                 white-space: nowrap;
 | |
|                 text-overflow: ellipsis;
 | |
|                 color: #333333;
 | |
|             }
 | |
|             .z-main > .z-a > .z-b > .row > .img {
 | |
|                 height: .425rem;
 | |
|                 width: .425rem;
 | |
|                 border: 1px solid #f5f5f5;
 | |
|                 margin-right: .125rem;
 | |
|                 overflow: hidden;
 | |
|             }
 | |
|                 .z-main > .z-a > .z-b > .row > .img > img {
 | |
|                     width: 100%;
 | |
|                     height: 100%;
 | |
|                 }
 | |
| .page{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
| }
 | |
| .prev{
 | |
|     width: .175rem;
 | |
|     height: .175rem;
 | |
|     background-image: url(../images/prev.png);
 | |
|     background-position: center center;
 | |
|     background-repeat: no-repeat;
 | |
|     background-size: .175rem .175rem;
 | |
| }
 | |
| .next{
 | |
|     width: .175rem;
 | |
|     height: .175rem;
 | |
|     background-image: url(../images/next.png);
 | |
|     background-position: center center;
 | |
|     background-repeat: no-repeat;
 | |
|     background-size: .175rem .175rem;
 | |
| }
 | |
| .page-num{
 | |
|     text-align: center;
 | |
|     height: .25rem;
 | |
|     width: .25rem;
 | |
|     line-height: .25rem;
 | |
|     margin: 0 .05rem;
 | |
|     font-size: .175rem;
 | |
| }
 | |
| .page-num-a{
 | |
|     color: #0368D3;
 | |
| }
 | |
| .total{
 | |
|     font-size: .175rem;
 | |
|     margin-right: .25rem;
 | |
|     line-height: .175rem;
 | |
| }
 | |
| .paging{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-end;
 | |
|     align-items: center;
 | |
|     position: absolute;
 | |
|     bottom: 0;left: 0;right: 0;
 | |
| }
 | |
| .page-num-box{
 | |
|     padding: 0 .1875rem;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     align-items: center;
 | |
| }
 | |
| .z-boxtwo{
 | |
|     height: 100%;
 | |
|     width: 100%;
 | |
| }
 | |
|     .z-boxtwo > .z-item {
 | |
|         display: flex;
 | |
|         flex-direction: row;
 | |
|         align-items: center;
 | |
|         vertical-align:middle;
 | |
|         height: .550rem;
 | |
|         font-size: .200rem;
 | |
|     }
 | |
| .z-boxtwo > .z-item > .z-val {
 | |
|             width: calc(100% - 1.25rem);
 | |
|             overflow: hidden;
 | |
|             white-space: nowrap;
 | |
|             text-overflow: ellipsis;
 | |
|             color: #333333;
 | |
|         }
 | |
| .z-boxtwo > .z-item > .z-val > span {
 | |
|                 margin-right: .05rem;
 | |
|             }
 | |
| .z-boxtwo > .z-item > .z-date {
 | |
|             width: 1.25rem;
 | |
|        }
 | |
| 
 | |
| .z-main > .row > p {
 | |
|     width: calc(100% - .55rem);
 | |
|     overflow: hidden;
 | |
|     white-space: nowrap;
 | |
|     text-overflow: ellipsis;
 | |
|     color: #333333;
 | |
|     font-size:.175rem;
 | |
| }
 | |
| 
 | |
| /*.t-btn1 {
 | |
|     padding: 0 .125rem;
 | |
| }
 | |
| @font-face {
 | |
|     font-family: 'iconfont';*/
 | |
|     /* Project id 4582260 */
 | |
|     /*src: url('../../font/iconfont.woff2') format('woff2'), url('../../font/iconfont.woff') format('woff'), url('../../font/iconfont.ttf') format('truetype');
 | |
| }
 | |
| 
 | |
| .iconfont {
 | |
|     font-family: "iconfont" !important;
 | |
|     font-size: .25rem;
 | |
|     font-style: normal;
 | |
|     color: #BCDEFF;
 | |
|     -webkit-font-smoothing: antialiased;
 | |
|     -moz-osx-font-smoothing: grayscale;
 | |
| }
 | |
| .icon-tuichu:before {
 | |
|     content: "\e728";
 | |
| }*/ |