index.less 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .App {
  2. padding-top: 10px;
  3. .thirdParty {
  4. padding: 0px 20px 0px 20px;
  5. }
  6. .projectType {
  7. display: flex;
  8. flex-flow: row nowrap;
  9. border-bottom: 1px #000000 dashed;
  10. padding-left: 20px;
  11. align-items: center;
  12. padding-bottom: 10px;
  13. margin-bottom: 15px;
  14. .typeTitle {
  15. display: flex;
  16. flex-flow: row nowrap;
  17. align-items: center;
  18. padding-right: 15px;
  19. .required {
  20. color: #F00;
  21. }
  22. }
  23. .tipsText {
  24. color: #F00;
  25. }
  26. }
  27. .outsourceLogConent{
  28. padding: 10px 20px 0px 20px;
  29. .outsourceLogList{
  30. .outsourceLogItem{
  31. }
  32. .orderPayItem{
  33. padding-bottom: 10px;
  34. }
  35. .orderPayItem :hover{
  36. cursor: pointer;
  37. }
  38. .operationItem{
  39. display: flex;
  40. flex-flow: row nowrap;
  41. align-items: center;
  42. .operation{
  43. padding-right: 15px;
  44. }
  45. }
  46. }
  47. }
  48. .title{
  49. font-size: 15px;
  50. font-weight: 800;
  51. padding-bottom:6px;
  52. }
  53. .gutter-box{
  54. display: flex;
  55. flex-flow: row nowrap;
  56. justify-content: center;
  57. align-items: center;
  58. }
  59. }
  60. .payRecordComponent{
  61. .payStateList{
  62. .listTitle{
  63. font-weight: bolder;
  64. }
  65. .payList{
  66. .payitem{
  67. display: flex;
  68. flex-flow: row nowrap;
  69. padding-bottom: 2px;
  70. }
  71. }
  72. }
  73. .formItemStyle{
  74. margin-bottom: 0 !important;
  75. }
  76. }
  77. #components-form-demo-normal-login .login-form-forgot {
  78. float: left;
  79. }