product.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .Hui-aside {
  2. top: 0;
  3. }
  4. .Hui-aside ul {
  5. text-align: center;
  6. }
  7. .Hui-aside ul li {
  8. list-style-type: none;
  9. line-height: 45px;
  10. font-weight: bold;
  11. cursor: pointer;
  12. }
  13. .Hui-aside ul li.active {
  14. font-size: 20px;
  15. }
  16. .Hui-aside ul li a.active {
  17. color: #5a98de;
  18. }
  19. .page-container {
  20. padding: 20px;
  21. width: calc(100% - 240px);
  22. margin-left: 200px;
  23. }
  24. .td-button {
  25. margin: 5px;
  26. }
  27. .layui-tab-title {
  28. position: relative;
  29. left: 0;
  30. height: 40px;
  31. white-space: nowrap;
  32. font-size: 0;
  33. border-bottom-width: 1px;
  34. border-bottom-style: solid;
  35. transition: all .2s;
  36. -webkit-transition: all .2s;
  37. height: 42px;
  38. margin-bottom: 20px;
  39. border: none;
  40. }
  41. .layui-tab-title li {
  42. display: inline-block;
  43. *display: inline;
  44. *zoom: 1;
  45. vertical-align: middle;
  46. font-size: 14px;
  47. transition: all .2s;
  48. -webkit-transition: all .2s;
  49. position: relative;
  50. line-height: 40px;
  51. min-width: 65px;
  52. padding: 0 15px;
  53. text-align: center;
  54. cursor: pointer
  55. }
  56. .layui-tab-title .layui-this {
  57. color: #000
  58. }
  59. .layui-tab-brief > .layui-tab-title .layui-this {
  60. color: #009688
  61. }
  62. .layui-card .layui-tab-brief .layui-tab-title li {
  63. margin: 0 15px;
  64. padding: 0;
  65. line-height: 42px
  66. }
  67. .layui-card .layui-tab-brief .layui-tab-title li.layui-this {
  68. color: #333
  69. }
  70. .SearchWarp {
  71. float: right;
  72. }
  73. select, input[type="text"] {
  74. padding-left: 8px;
  75. border: 1px solid #c1c1c1;
  76. border-radius: 3px;
  77. color: #8cadbc;
  78. }
  79. .HS_LM_A_Right input[type="text"] {
  80. width: 250px;
  81. height: 34px;
  82. background-color: #f8f8f8;
  83. margin-left: 5px;
  84. }
  85. .HS_LM_Search {
  86. float: right;
  87. padding: 8px 25px;
  88. background-color: #545976;
  89. border-radius: 3px;
  90. color: White;
  91. margin: -1px 0 0 10px;
  92. font-size: 13px;
  93. cursor: pointer;
  94. }
  95. .HS_LM_Search:hover {
  96. background-color: #454961;
  97. }