You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

153 lines
2.5 KiB

  1. .bg_c8{
  2. background-color: #C8C8C8;
  3. }
  4. .ui_p_a08{
  5. padding: 0.08rem;
  6. }
  7. .ui_p_l08{
  8. padding-left: 0.08rem;
  9. }
  10. .ui_p_r08{
  11. padding-right: 0.08rem;
  12. }
  13. .ui_p_t08{
  14. padding-top: 0.08rem;
  15. }
  16. .ui_p_b08{
  17. padding-bottom: 0.08rem;
  18. }
  19. .ui_p_tb02{
  20. padding-top: 0.02rem;
  21. padding-bottom: 0.02rem;
  22. }
  23. .ui_m_a08{
  24. margin: 0.08rem;
  25. }
  26. .ui_m_l08{
  27. margin-left: 0.08rem;
  28. }
  29. .ui_m_r08{
  30. margin-right: 0.08rem;
  31. }
  32. .ui_m_t08{
  33. margin-top: 0.08rem;
  34. }
  35. .ui_m_b08{
  36. margin-bottom: 0.08rem;
  37. }
  38. .bor_rads{
  39. border-radius: 0.04rem;
  40. }
  41. .text_c_blue{
  42. color: #426bf2;
  43. }
  44. .text_c_2b{
  45. color: #2b3857;
  46. }
  47. .bg_c_f8{
  48. background-color: #f8f9fa;
  49. }
  50. .text_c_80{
  51. color: #80889a;
  52. }
  53. .wid_9{
  54. width: 0.9rem;
  55. }
  56. .hei_622{
  57. height: 6.22rem;
  58. }
  59. .menu_shadow{
  60. box-shadow: 2px 0 12px 0 rgba(118, 158, 204, 0.27);
  61. }
  62. .zhanwei_pic{
  63. width: 0.66rem;
  64. height: 0.66rem;
  65. background-image: url(../../images/base.png);
  66. background-repeat: no-repeat;
  67. background-size: 100% 100%;
  68. border: solid 0.5px rgba(0, 0, 0, 0.1);
  69. }
  70. .hot{
  71. background-image: url(../../images/hot.png);
  72. background-repeat: no-repeat;
  73. background-size: 0.21rem 0.07rem;
  74. background-position: 65% center;
  75. }
  76. .ui_p_a12{
  77. padding: 0.12rem;
  78. }
  79. .ui_p_r02{
  80. padding-right: 0.02rem;
  81. }
  82. .z-ind{
  83. z-index: 1;
  84. }
  85. .list_sha{
  86. border-bottom: 0.5px solid #e5e5e5;
  87. }
  88. .text_c_669{
  89. color: #666699;
  90. }
  91. .search_l{
  92. width: 0.15rem;
  93. height: 0.15rem;
  94. background-image: url(../../images/searchicon.png);
  95. background-repeat: no-repeat;
  96. background-size: 100% 100%;
  97. }
  98. .search_r{
  99. width: 0.15rem;
  100. height: 0.15rem;
  101. background-image: url(../../images/clear.png);
  102. background-repeat: no-repeat;
  103. background-size: 100% 100%;
  104. }
  105. .navbar-default {
  106. background-color: #ffffff;
  107. border-color: #e7e7e7;
  108. }
  109. .nav {
  110. padding-left: 0;
  111. margin-bottom: 0;
  112. list-style: none;
  113. }
  114. .nav>li {
  115. position: relative;
  116. display: block;
  117. }
  118. .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  119. color: #ffffff;
  120. background-color: #c8c8cd;
  121. }
  122. .navbar-default .navbar-nav>li>a {
  123. color: #80889a;
  124. }
  125. .navbar-nav>li>a {
  126. padding-top: 0.1rem;
  127. padding-bottom: 0.1rem;
  128. }
  129. .nav>li>a {
  130. position: relative;
  131. display: block;
  132. padding: 0.1rem;
  133. }
  134. .font_gray{
  135. font-size: 0.11rem;
  136. font-weight: normal;
  137. font-style: normal;
  138. font-stretch: normal;
  139. line-height: normal;
  140. letter-spacing: normal;
  141. color: #80889a;
  142. }
  143. .font_sale {
  144. font-size: 0.11rem;
  145. font-weight: normal;
  146. font-style: normal;
  147. font-stretch: normal;
  148. line-height: normal;
  149. letter-spacing: normal;
  150. color: #535187;
  151. }