customer.less 895 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .mandatory{
  2. margin-left: 5px;
  3. color: red;
  4. font-size: 14px;
  5. }
  6. .setSubmit{
  7. margin-left: 210px;
  8. margin-right: 40px;
  9. margin-bottom: 50px;
  10. }
  11. .set-submit{
  12. margin-left: 100px;
  13. margin-right: 40px;
  14. margin-bottom: 50px;
  15. }
  16. .pager{
  17. list-style: none;
  18. padding-left: 200px;
  19. margin-bottom: 20px;
  20. }
  21. .pager li{
  22. display:inline-block;
  23. margin-left:100px;
  24. font-size: 18px;
  25. }
  26. .pager li.disabled{
  27. color:#ccc
  28. }
  29. .ant-upload-list{display:inline-block}
  30. .ant-upload-list-item{height:19px;margin-top:0px;}
  31. .warn-button{
  32. background: red;
  33. border:none
  34. }
  35. .hint{
  36. color:red;
  37. margin-left:44em
  38. }
  39. .ant-tabs.ant-tabs-top.test.ant-tabs-line {
  40. background-color: #f5f5f5;
  41. margin-bottom: 10px;
  42. }
  43. .light {
  44. // background: #87CEEB;
  45. background: #D3D3D3;
  46. // background: #CD8162;
  47. }
  48. .dark {
  49. background: white;
  50. // background: #87CEEB;
  51. }