|
@@ -0,0 +1,65 @@
|
|
|
+ @media screen and (min-width:768px) {
|
|
|
+ .wrap.settlement{box-sizing: border-box;padding: 0 30px; }
|
|
|
+ .navLayout .left{float: left;width:11%;}
|
|
|
+ .navLayout .right{float: right;width:88%;}
|
|
|
+ table, td, th{border: none;}
|
|
|
+ .pageWrap{width: 968px;margin: auto;padding: 32px 0}
|
|
|
+ .crumbs{color: #22272e;font-size: 16px;}
|
|
|
+ .head-top{overflow: hidden;background: #fff;padding:10px 17px;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);border-radius: 8px;}
|
|
|
+ .head-top .form-row {float: left; height: 40px;font-size: 12px;color: #627386;line-height: 40px;margin-right: 10px;margin-bottom: 10px}
|
|
|
+ .state {width: 158px !important;}
|
|
|
+ .state.small{width: 170px;margin: 0 8px;}
|
|
|
+ .head-top .form-row .time {width: 185px !important;}
|
|
|
+ input::placeholder{color: #9aa5b5;font-size: 12px;}
|
|
|
+ #newBtn div{height: 36px;border-radius: 2px;display: inline-block;text-align: center;cursor: pointer}
|
|
|
+ #newBtn{float: right;margin: 0;}
|
|
|
+ .query-btn{ width: 90px; height: 36px; background-color: #FF5B00;border-radius: 2px;text-align: center;color: #fff;line-height: 36px;cursor: pointer;float: left;margin: 0 5px;}
|
|
|
+ .main-content{padding: 0;background: #fff; margin-top: 10px;border-radius: 8px;overflow: hidden;}
|
|
|
+ .main-content .a-line{text-decoration: underline;}
|
|
|
+ .main-title{height: 55px;line-height: 55px;border-bottom: solid 1px #e2e7ef;color: #627386;}
|
|
|
+ .main-title li{list-style: none;display: inline-block;width: 10%; text-align: center}
|
|
|
+ .main-title li.samewidth{width: 15%;}
|
|
|
+ .main-title li:nth-child(4){width: 20%}
|
|
|
+ .mentlist ul li{list-style: none;display: inline-block;font-size: 12px;text-align: center;width: 10%;vertical-align: middle; line-height: 20px;color: #22272e;}
|
|
|
+ .mentlist ul{padding: 10px 0;margin-bottom: 30px}
|
|
|
+ .mentlist li.samewidth{width: 15%;}
|
|
|
+ .mentlist li:nth-child(4){width: 20%;vertical-align: middle; word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-inline-box;
|
|
|
+ -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
|
|
|
+ .samewidth a{text-decoration: underline;color: #1890f9;}
|
|
|
+ .status-red{color: #f94b4b;}
|
|
|
+ .status-blue{color: #1890f9;}
|
|
|
+ .status-yellow{color: #f9a94b;}
|
|
|
+ .air{position: relative;min-height: 600px}
|
|
|
+ .air img{position: absolute; top: 0; bottom: 0; left: 0; right: 0;margin: auto; width: 221px;height: 180px}
|
|
|
+ .empty{background: #fff;margin-top: 10px;border-radius: 8px;}
|
|
|
+ .navLayout{min-height: auto;}
|
|
|
+ ::-webkit-scrollbar{ height: 6px;}
|
|
|
+ .pagination{width: 100%;margin-top: 10px;background: #FFFFFF;padding: 8px 20px;box-sizing: border-box;border-radius: 8px;}
|
|
|
+ }
|
|
|
+
|
|
|
+/* 移动*/
|
|
|
+
|
|
|
+@media screen and (max-width: 768px){
|
|
|
+ #settlement{ padding-top: 27vw; }
|
|
|
+ table, td, th{border: none;}
|
|
|
+ .head-top{padding: 3vw 0;background: #fff;}
|
|
|
+ .head-top .form-row{margin:1.5vw 0;color: #627386;float: left;width: 50%;}
|
|
|
+ .head-top .form-row.time{width: 100%;box-sizing: border-box;padding: 0 2vw;}
|
|
|
+ .state {width: 92% !important;margin: 0 2vw;}
|
|
|
+ .head-top .form-row .time {width: 47.2% !important;}
|
|
|
+ #newBtn{float: left;margin: 2vw;}
|
|
|
+ .main-content{padding-bottom: 15vw;}
|
|
|
+ .content-list .list{padding: 3.3vw;background: #fff;margin: 2.7vw 0}
|
|
|
+ .content-list div div{margin: 2.7vw 0}
|
|
|
+ .content-list span{color: #9aa5b5;font-size: 3.2vw;line-height: 6.4vw}
|
|
|
+ .content-list p{color: #22272e;font-size: 3.4vw}
|
|
|
+ .order-name p{width: 89vw;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap}
|
|
|
+ .order-price span,.order-info span{display: inline-block;width: 28%;}
|
|
|
+ .order-info span:nth-child(3){width: 41%}
|
|
|
+ .OrderNo p{color: #FF5B00}
|
|
|
+ .content-list .status-red{color: #f94b4b;}
|
|
|
+ .content-list .status-blue{color: #1890f9;}
|
|
|
+ .content-list .status-yellow{color: #f9a94b;}
|
|
|
+ footer{display: none;}
|
|
|
+ .pagination{width: 100%;min-height: 2vw;position: fixed;bottom: 0;left: 0;background: #FFFFFF;z-index: 99;padding: 2vw;box-sizing: border-box;}
|
|
|
+}
|