123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- @font-face
- {
- font-family: digifaw;
- src: url(./digifaw.ttf);
- }
- body{
- width: 1920px;
- height: 1080px;
- background-image: url("../images/project/bg.png");
- margin: 0 auto;
- }
- .line1 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: box;
- display: -webkit-box;
- line-clamp: 1;
- box-orient: vertical;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- word-break: break-all;
- }
- .nav-header{
- width: 1920px;
- height: 60px;
- margin: 0 auto;
- /*margin-top: 10px;*/
- background-image: url("../images/project/header.png");
- position: relative;
- }
- .nav-title,.nav-desc{
- text-align: center;
- color: #FFFFFF;
- font-weight: bold;
- }
- .nav-title{
- font-size: 26px;
- padding-top: 13px;
- }
- .nav-desc{
- font-size: 22px;
- }
- .main{
- margin: 0 auto;
- width: 1920px;
- height: 1020px;
- overflow: hidden;
- position: relative;
- }
- .main1{
- position: absolute;
- z-index: 10;
- width: 1300px;
- height: 495px;
- top: 0;
- left: 0;
- background-image: url("../images/ysorder/bg1.png");
- }
- .main1 .col-xs-12{
- height: 40px;
- line-height: 60px;
- color: #ffffff;
- padding-left: 51px;
- font-size: 18px;
- }
- .main1 .col-xs-6{
- position: relative;
- text-align: center;
- height: 440px;
- }
- .main1 .col-xs-6 img{
- width: 548px;
- height: 422px;
- }
- .main1 .col-xs-6 .order-count{
- width: 100%;
- height: 100%;
- }
- .main1 .col-xs-6 .order-fenxi{
- width: 156px;
- height: 40px;
- background-image: url("../images/ysorder/fenxi.png");
- line-height: 40px;
- color: #ffffff;
- font-size: 16px;
- text-align: center;
- margin-top: 20px;
- }
- .main1 .col-xs-6 .order-fenxi-chart{
- width: 100%;
- height: 380px;
- /*border: 1px solid #ffffff;*/
- }
- .main1 .col-xs-6 .order-box{
- position: absolute;
- width: 100%;
- height: 300px;
- top: 104px;
- left: -18px;
- text-align: center;
- color: #FFFFFF;
- z-index: 10;
- font-weight: bold;
- }
- .main1 .col-xs-6 .order-box .order-box-title{
- font-size: 28px;
- margin-bottom: 30px;
- }
- .main1 .col-xs-6 .order-box .order-box-count{
- font-size: 88px;
- }
- .main2{
- position: absolute;
- z-index: 10;
- width: 1300px;
- height: 528px;
- bottom: 0;
- left: 0;
- background-image: url("../images/ysorder/bg2.png");
- }
- .main2 .col-xs-12{
- height: 40px;
- line-height: 56px;
- color: #ffffff;
- padding-left: 51px;
- font-size: 18px;
- }
- .main3{
- position: absolute;
- z-index: 10;
- width: 609px;
- height: 1020px;
- bottom: 0;
- top: 0;
- right: 5px;
- background-image: url("../images/ysorder/bg3.png");
- }
- .main3 .main3-top{
- width: 100%;
- height: 495px;
- /*border: 1px solid #ffffff;*/
- }
- .main3 .main3-bottom{
- width: 100%;
- height: 520px;
- /*border: 1px solid #ffffff;*/
- }
- .main3 .main3-top .main3-title{
- width: 580px;
- height: 49px;
- line-height: 50px;
- padding-left: 38px;
- font-size: 18px;
- font-weight: bold;
- color: #49E9A0;
- background-image: url("../images/ysorder/r1.png");
- }
- .main3 .main3-bottom .main3-title{
- width: 580px;
- height: 49px;
- line-height: 50px;
- padding-left: 38px;
- font-size: 18px;
- font-weight: bold;
- color: #FFE400;
- background-image: url("../images/ysorder/r2.png");
- }
- /*表格*/
- .table2 {
- color: #ffffff;
- width: 98%;
- border: 0;
- table-layout:fixed ;
- margin: 0 auto;
- }
- .table2 th,td {
- text-align: center;
- height: 42px;
- line-height: 42px;
- font-size: 14px;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- }
- .table2 thead tr{
- background: rgba(8,36,56,0.58);
- font-size: 14px;
- }
- .table2 tbody tr:nth-child(odd){
- border-collapse:separate;
- border-spacing:0px 10px;
- background: #20387B;
- }
- .table2 tbody tr:nth-child(even){
- background: #152F77;
- }
- .table2 .table-color2{
- color: #0FC2DD;
- }
- .table2 .table-color3{
- color: #49E9A0;
- }
|