| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 | 
							- .App {
 
-   padding-top: 10px;
 
-   .thirdParty {
 
-     padding: 0px 20px 0px 20px;
 
-   }
 
-   .projectType {
 
-     display: flex;
 
-     flex-flow: row nowrap;
 
-     border-bottom: 1px #000000 dashed;
 
-     padding-left: 20px;
 
-     align-items: center;
 
-     padding-bottom: 10px;
 
-     margin-bottom: 15px;
 
-     .typeTitle {
 
-       display: flex;
 
-       flex-flow: row nowrap;
 
-       align-items: center;
 
-       padding-right: 15px;
 
-       .required {
 
-         color: #F00;
 
-       }
 
-     }
 
-     .tipsText {
 
-       color: #F00;
 
-     }
 
-   }
 
-   .outsourceLogConent{
 
-     padding: 10px 20px 0px 20px;
 
-     .outsourceLogList{
 
-       .outsourceLogItem{
 
-       }
 
-       .orderPayItem{
 
-         padding-bottom: 10px;
 
-       }
 
-       .orderPayItem :hover{
 
-         cursor: pointer;
 
-       }
 
-       .operationItem{
 
-         display: flex;
 
-         flex-flow: row nowrap;
 
-         align-items: center;
 
-         .operation{
 
-           padding-right: 15px;
 
-         }
 
-       }
 
-     }
 
-   }
 
-   .title{
 
-     font-size: 15px;
 
-     font-weight: 800;
 
-     padding-bottom:6px;
 
-   }
 
-   .gutter-box{
 
-     display: flex;
 
-     flex-flow: row nowrap;
 
-     justify-content: center;
 
-     align-items: center;
 
-   }
 
- }
 
- .payRecordComponent{
 
-   .payStateList{
 
-     .listTitle{
 
-       font-weight: bolder;
 
-     }
 
-     .payList{
 
-       .payitem{
 
-         display: flex;
 
-         flex-flow: row nowrap;
 
-         padding-bottom: 2px;
 
-       }
 
-     }
 
-   }
 
-   .formItemStyle{
 
-     margin-bottom: 0 !important;
 
-   }
 
- }
 
- #components-form-demo-normal-login .login-form-forgot {
 
-   float: left;
 
- }
 
 
  |