| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- body, html{
- position:absolute;
- height:100%;
- width:100%;
- margin:0px;
- padding:0px;
- overflow:hidden;
- background: #f6f5f5;
- }
- .layui-breadcrumb {
- display:inline-block;
- }
-
- .xzqBtn {
- cursor: pointer;
- }
- .topLeft{
- width: 50%;
- height: 50%;
- position: absolute;
- top: 0px;
- left:0px;
- }
- .topRight{
- width: 50%;
- height: 50%;
- position: fixed;
- top: 0px;
- right:0px;
- }
- .bottomLeft{
- width: 50%;
- height: 50%;
- position: absolute;
- /* top: 50%; */
- right:0px;
- }
- .bottomRight{
- width: 50%;
- height: 50%;
- position: absolute;
- top: 50%;
- left:0px;
- }
- .borderStyle{
- /*background: #f6f5f5;*/
- /*border: 1px solid darkseagreen;*/
- text-align: center;
- vertical-align: middle;
- font-size: 20px;
- color: darkblue;
- font-weight: bold;
- /*padding: 10px;*/
- }
- .queryInput{
- display: inline-block !important;
- width: 100px !important;
- height: 30px !important;
- line-height: 1 !important;
- position: relative !important;
- top: -4px !important;
- margin-right: 3px !important;
- }
- .querySpan{
- display: inline-block;
- color: #5470c6;
- text-align: center;
- margin-right: 5px;
- position: relative;
- top: -3px;
- font-size: 14px;
- }
- .loading{
- position: absolute;
- height: 100%;
- width: 100%;
- background: #ffffffd6;
- z-index: 999999;
- text-align: center;
- vertical-align: middle;
- font-size: 20px;
- font-weight: bold;
- color: #0000cdeb;
- }
- .containerClass{
- width:100%;
- height:100%;
- background: white;
- border-radius: 8px;
- }
- .XZQDiv{
- position: absolute;
- top: 62px;
- width: auto;
- text-align: left;
- font-size: 14px;
- padding-left: 50px;
- color: #5470c6;
- }
- .XZQSM{
- position: absolute;
- bottom: 20px;
- left: 75px;
- width: auto;
- text-align: left;
- font-size: 12px;
- padding-right: 50px;
- color: rgb(72, 72, 72);
- }
- .XZQDJ {
- position: absolute;
- top: -70px;
- right: 45px;
- width: 25%;
- height: 100%;
- }
- .splitLine{
- width: 100%;
- height: 3px;
- position: absolute;
- background: #f6f5f5;
- top: 38px;
- z-index: 9;
- }
- .titleClass{
- height: 25px;
- background: white;
- margin: 10px;
- border-radius: 8px 8px 0px 0px;
- text-align: left;
- color: #5470c6;
- font-size: 16px;
- font-weight: bold;
- font-family: ui-serif;
- padding-left: 10px;
- }
- .titleClass1{
- height: 25px;
- background: white;
- border-radius: 8px 8px 0px 0px;
- text-align: left;
- color: #5470c6;
- font-size: 16px;
- font-weight: bold;
- font-family: ui-serif;
- width: calc(100% - 20px);
- margin-top: 10px !important;
- line-height: 25px !important;
- }
- #yearSlide{
- width: 200px;
- font-size: 15px;
- display: inline;
- margin-left: 10px;
- }
- #yearSlideContainer{
- /*display: inline-block;*/
- display: none;
- width: 226px;
- margin: 2px 2px 2px 10px;
- }
- .yearSpan{
- }
- .titleImage{
- width: 18px;
- height: 18px;
- margin-top: -4px;
- }
- div::-webkit-scrollbar {/*滚动条整体样式*/
- width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
- height: 8px;
- scrollbar-arrow-color:red;
- }
- div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
- border-radius: 5px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #5470c687;
- scrollbar-arrow-color:red;
- }
- div::-webkit-scrollbar-track {/*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- border-radius: 0;
- background: rgba(0,0,0,0.15);
- }
- /* 时间轴样式 */
- .time_line_box {
- position: absolute;
- top: 90px;
- left: 30px;
- height: 60px;
- overflow: hidden;
- width: 200px;
- }
- .time_line {
- position: absolute;
- z-index: 1;
- left: 0;
- top: 49px;
- height: 2px;
- background: #dfdfdf;
- -webkit-transition: -webkit-transform 0.4s;
- -moz-transition: -moz-transform 0.4s;
- transition: transform 0.4s;
- }
- .order_item {
- position: absolute;
- bottom: 0;
- z-index: 2;
- text-align: center;
- font-size: 13px;
- padding-bottom: 15px;
- color: #825FFB;
- }
- .order_item:after {
- content: '';
- position: absolute;
- left: 50%;
- right: auto;
- transform: translateX(-50%);
- bottom: -5px;
- height: 10px;
- width: 10px;
- border-radius: 50%;
- border: 2px solid #dfdfdf;
- background-color: #f8f8f8;
- }
- .selected:after {
- background-color: #845FFD;
- border-color: #845FFD;
- }
- .filling_line {
- position: absolute;
- z-index: 1;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- background-color: #845FFD;
- transform-origin: left center;
- transition-property: transform;
- transition-duration: 0.3s;
- transition-timing-function: initial;
- transition-delay: initial;
- }
- .time_tip {
- width: 100%;
- height: 100px;
- line-height: 70px;
- text-align: center;
- color: #151BFD;
- border-bottom: 1px solid #ddd;
- }
|