@charset "utf-8"; $font-size-base: 75; @function pxTorem($px) { @return $px / $font-size-base * 1rem; } @mixin font-dpr($font-size) { font-size: $font-size*0.5px; [data-dpr="2"] & { font-size: $font-size * 1px; } [data-dpr="3"] & { font-size: $font-size * 1.5px; } } body#contain { background: #e4ebf6; } html,body{ padding-top: pxTorem(68); } .bai-head a.right{ display: inline-block; position: absolute; top: 0; right:pxTorem(24); @include font-dpr(28); color: #fff; line-height: pxTorem(88); } .management-system{ .system-header{ display: flex; justify-content: space-between; height: pxTorem(92); padding: 0 pxTorem(24); background: #fff; h2{ width: 75%; color: #333333; @include font-dpr(32); line-height: pxTorem(92); overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } a{ display: inline-block; width: 25%; color: #999; @include font-dpr(32); line-height: pxTorem(92); text-align: right; padding-right: pxTorem(24); box-sizing: border-box; background: url("../images/left.png")no-repeat 98% center; background-size: pxTorem(14) pxTorem(26); } } .system-content{ display: flex; justify-content: space-between; padding: pxTorem(24); .s-content{ width: pxTorem(218); height: pxTorem(140); a{ display: block; background: #fff; border-radius: pxTorem(5); text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; img{ display: inline-block; width: pxTorem(41); margin-top: pxTorem(48); } span{ color: #333; @include font-dpr(32); line-height: pxTorem(140); } &:last-child{ img{ margin-top: pxTorem(52); } } } } } .system-money{ .money-content-a1{ display: flex; justify-content: space-between; background: #fff; min-height: pxTorem(258); .a1-left{ width: 33.33%; border-right: 1px solid #DBE2EE; box-sizing: border-box; position: relative; h3{ position: absolute; padding: pxTorem(24); top: 0; left: 0; color: #333; @include font-dpr(30); line-height: 1.2; span{ display: inline-block; color: #77A9FD; white-space:normal; word-break:break-all; } } p{ position: absolute; left:pxTorem(24); bottom: pxTorem(20); color: #333; @include font-dpr(28); span{ display: inline-block; margin: 0 pxTorem(5); color: #77A9FD; } } } .a1-right{ width: 66.66%; display: flex; align-content:space-between; flex-wrap:wrap; .right-cont{ width: 50%; height: 50%; padding: pxTorem(24) pxTorem(10); box-sizing: border-box; p{ color: #666; @include font-dpr(30); overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } span{ display: inline-block; @include font-dpr(26); color: #77A9FD; line-height: 1.2; white-space:normal; word-break:break-all; } &:nth-child(1),&:nth-child(2){ border-bottom: 1px solid #DBE2EE; } &:nth-child(1),&:nth-child(3){ border-right: 1px solid #DBE2EE; } } } } .money-content-a2{ margin-top: pxTorem(20); display: flex; justify-content: space-between; background: #fff; .a2-content{ width: 33.33%; padding: pxTorem(24); box-sizing: border-box; h2{ @include font-dpr(30); color: #333; line-height: 1.2; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } p{ @include font-dpr(26); color: #77A9FD; line-height: 1.2; white-space:normal; word-break:break-all; } span{ display: block; margin-top: pxTorem(10); @include font-dpr(28); color: #666; line-height: 1.2; em { display:inline-block; font-style: normal; margin: 0 pxTorem(5); color: #77a9fd; } } &:nth-child(1),&:nth-child(2){ border-right: 1px solid #DBE2EE; } } } } .system-footer{ display: flex; justify-content: space-between; height: pxTorem(70); padding: 0 pxTorem(24); span{ @include font-dpr(28); color: #7E95C4; line-height: pxTorem(70); } a{ display: inline-block; @include font-dpr(28); color: #77A9FD; line-height: pxTorem(70); } } } #thelist .bill-head { span { width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; em{ font-style: normal; } } a{ width: 30%; text-align: right; } } #thelist .bill-text{ p.an{ padding-left: pxTorem(55); background: url("../images/home-aa.png")no-repeat 0 0; background-size: pxTorem(40) pxTorem(40); span{ display: inline-block; @include font-dpr(32); color: #333; line-height: 1.2; } } p.jie{ span{ color: #B6C0CC; } i{ display: inline-block; font-style: normal; @include font-dpr(28); line-height: 1; color: #999; em{ font-style: normal; @include font-dpr(28); line-height: 1; color: #999; } } } p.bill-time{ margin-top: pxTorem(30); @include font-dpr(32); color: #B6C0CC; line-height: 1; } } #thelist .bill-footer{ border-top: 1px solid #E4EBF6; margin-top: pxTorem(24); display: flex; justify-content: space-between; .footer-cont{ margin-top: pxTorem(24); width: 50%; p{ padding-right: pxTorem(20); overflow: hidden; text-overflow:ellipsis; white-space: nowrap; @include font-dpr(28); color: #666666; line-height: 1; margin-bottom: pxTorem(10); span{ color: #77a9fd; } &:nth-child(2){ margin-bottom: 0; } } } } .revenue-bill .revenue-management{ display: flex; justify-content: space-between; background: #fff; min-height: pxTorem(258); .a1-left{ width: 33.33%; border-right: 1px solid #DBE2EE; box-sizing: border-box; position: relative; h3{ position: absolute; padding: pxTorem(24); top: 0; left: 0; color: #333; @include font-dpr(30); line-height: 1.2; span{ display: inline-block; color: #77A9FD; white-space:normal; word-break:break-all; } } p{ position: absolute; left:pxTorem(24); bottom: pxTorem(20); color: #333; @include font-dpr(28); span{ display: inline-block; margin: 0 pxTorem(5); color: #77A9FD; } } } .a1-right{ width: 66.66%; display: flex; align-content:space-between; flex-wrap:wrap; .right-cont{ width: 50%; height: 50%; padding: pxTorem(24) pxTorem(10); box-sizing: border-box; p{ color: #666; @include font-dpr(30); overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } span{ display: inline-block; @include font-dpr(26); color: #77A9FD; line-height: 1.2; white-space:normal; word-break:break-all; } &:nth-child(1),&:nth-child(2){ border-bottom: 1px solid #DBE2EE; } &:nth-child(1),&:nth-child(3){ border-right: 1px solid #DBE2EE; } } } } .bill-product.revenue-product{ margin-top:0!important; padding: 0!important; .product-cont{ border-radius: 0; padding: 0 pxTorem(24) 0 pxTorem(16); .revenue-head{ display: flex; justify-content: space-between; padding: pxTorem(30) 0 pxTorem(15) 0; height: pxTorem(98); p{ span{ display: inline-block; @include font-dpr(32); line-height: 1; margin-top: pxTorem(20); color: #333; } } a{ display: inline-block; color: #999; @include font-dpr(28); line-height: 1; margin-top: pxTorem(22); padding:0 pxTorem(24) 0 0 !important; box-sizing: border-box; height: pxTorem(28); background: url("../images/left.png")no-repeat 98% center; background-size: pxTorem(14) pxTorem(26); } } .revenue-cont{ border-top: 1px solid #DBE2EE; ul{ padding: pxTorem(24) 0 pxTorem(24) pxTorem(10); li{ display: flex; justify-content: space-between; margin-bottom: pxTorem(10); &:last-child{ margin-bottom: 0; } span{ display: inline-block; @include font-dpr(28); color: #666; line-height: 1; width: 30.33%; } p{ @include font-dpr(28); line-height: 1; color: #666; width: 30.33%; text-align: center; i{ display: inline-block; font-style: normal; color: #77A9FD; margin: 0 pxTorem(5); } } em{ display: inline-block; font-style: normal; @include font-dpr(28); line-height: 1; color: #77A9FD; width: 39.34%; text-align: right; } } } } } } .basic-information{ input.input-text{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; &.l_select{ padding-right: pxTorem(48)!important; background: url(../images/left.png) no-repeat 95% center!important; background-size: pxTorem(14) pxTorem(26)!important; } } } .activity-ed{ margin-top: pxTorem(78); ul.wed-a1{ padding: 0 0 0 pxTorem(24); background: #ffffff; li{ border-bottom: 1px solid #DBE2EE; &:last-child{ border-bottom: none; } display: flex; justify-content: space-between; span{ display: inline-block; width: 80%; color: #333; @include font-dpr(30); line-height: pxTorem(88); } i{ display: inline-block; width: pxTorem(40); height: pxTorem(40); margin-right: pxTorem(24); margin-top: pxTorem(24); background: url("../images/distributor-unselected.png")no-repeat 0 0; background-size: pxTorem(40); } &.active{ i{ background: url("../images/distributor-selected.png")no-repeat 0 0; background-size: pxTorem(40); } } } } ul.wed-a2{ li{ background: #ffffff; margin-bottom: pxTorem(20); .cont{ background: #ffffff; padding: pxTorem(30) pxTorem(24); h2{ @include font-dpr(32); line-height: 1.2; color: #333; } p{ margin-top: pxTorem(15); margin-bottom: pxTorem(8); @include font-dpr(28); line-height: 1.2; color: #666; } span{ display: inline-block; width: 100%; @include font-dpr(28); line-height: 1.2; color: #666; } } } } } .city-reveal{ margin-top: pxTorem(78); margin-bottom: pxTorem(60); h3{ padding: 0 pxTorem(24); @include font-dpr(28); color: #7e95c4; line-height: 1; margin-bottom: pxTorem(24); } ul{ background: #ffffff; padding: pxTorem(24) pxTorem(24) pxTorem(4) pxTorem(24); display: flex; justify-content: space-between; flex-wrap: wrap; li{ width: pxTorem(220); height: pxTorem(70); border: 1px solid #dbe2ee; border-radius: pxTorem(5); text-align: center; @include font-dpr(28); color: #666; line-height: pxTorem(70); margin-bottom: pxTorem(20); overflow: hidden; text-overflow:ellipsis; white-space: nowrap; &.active{ color: #fff; background: #9BC4FD; border-color: #9BC4FD; } } } .city,.area{ h3{ margin-top: pxTorem(24); } } }