App.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. #components-layout-demo-top-side-2 {
  2. float: right;
  3. width: 120px;
  4. height: 31px;
  5. margin: 16px 24px 16px 0;
  6. background: rgba(255, 255, 255, 0.3);
  7. }
  8. .ant-row-rtl #components-layout-demo-top-side-2 .logo {
  9. float: right;
  10. margin: 16px 0 16px 24px;
  11. }
  12. .site-layout-background {
  13. background: #fff;
  14. }
  15. .category ul {
  16. display: flex;
  17. flex-wrap: wrap;
  18. }
  19. .ant-card {
  20. margin: 7px;
  21. }
  22. a:link, a:visited {
  23. color: black;
  24. }
  25. /*
  26. .ant-menu-vertical>.ant-menu-item {
  27. background-color: #a11952;
  28. } */
  29. .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  30. background-color: #e6f7ff;
  31. }
  32. .ant-menu-item {
  33. background-color: #e6f7ff;
  34. padding-right: 0px;
  35. }
  36. .ant-menu-item-selected {
  37. margin-right: -2px;
  38. }
  39. .ant-menu-inline .ant-menu-item-selected:after, .ant-menu-inline .ant-menu-selected:after {
  40. opacity: 0;
  41. }
  42. .subCategory {
  43. margin-left: 10px;
  44. }
  45. .ant-layout-header {
  46. background: #728892;
  47. }
  48. .imgWrapper{
  49. /* padding-top: 30px; */
  50. height: 150px;
  51. width: 150px;
  52. }
  53. .ant-btn-block {
  54. margin-top: 10px;
  55. }
  56. .ant-input-group-wrapper {
  57. margin-top: 15px;
  58. }
  59. .example {
  60. margin: 50% 0;
  61. margin-bottom: 20px;
  62. padding: 30px 50px;
  63. text-align: center;
  64. /* background: rgba(0, 0, 0, 0.05); */
  65. border-radius: 4px;
  66. }
  67. .additionalImg {
  68. /* outline: 2px solid rgb(117, 9, 103);; */
  69. display: inline-block;
  70. margin-left: 3px;
  71. width: 100%;
  72. display: inline-block;
  73. text-align: center;
  74. margin-top: 10px;
  75. }
  76. .sortTablelist {
  77. display: flex;
  78. flex-direction: row;
  79. flex-wrap: wrap;
  80. }
  81. .liSortTable {
  82. display: block;
  83. }
  84. .ant-carousel {
  85. line-height: 7;
  86. font-feature-settings: "tnum";
  87. }
  88. .ant-carousel .slick-dots li button {
  89. height: 15px;
  90. color: black;
  91. background: rgb(58, 165, 236);
  92. border-radius: 50%;
  93. opacity: 0.8;
  94. }
  95. .slick-active button {
  96. background: blue;
  97. }
  98. .ant-carousel .slick-dots li.slick-active button {
  99. background: rgb(14, 80, 141);
  100. opacity: 1;
  101. border-radius: 50%;
  102. }
  103. .ant-menu-item .ant-menu-item-active .ant-menu-item-selected {
  104. background-color: red;
  105. }
  106. .ant-carousel .slick-dots li.slick-active {
  107. width: 16px;
  108. }