uni-mall-head.wxss 1000 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .me-tabs {
  10. position: relative;
  11. background-color: #fff;
  12. box-sizing: border-box;
  13. overflow-y: hidden;
  14. height: 96rpx;
  15. }
  16. .me-tabs.tabs-fixed {
  17. z-index: 990;
  18. position: fixed;
  19. top: 0px;
  20. left: 0;
  21. width: 100%;
  22. }
  23. .me-tabs .tabs-item {
  24. position: relative;
  25. white-space: nowrap;
  26. box-sizing: border-box;
  27. }
  28. .me-tabs .tabs-flex {
  29. display: flex;
  30. }
  31. .me-tabs .tabs-flex .tab-item {
  32. margin-right: 20rpx;
  33. position: relative;
  34. color: #08979c;
  35. position: relative;
  36. text-align: center;
  37. box-sizing: border-box;
  38. height: 96rpx;
  39. display: flex;
  40. align-items: center;
  41. }
  42. .me-tabs .tabs-flex .tab-item:last-child {
  43. margin-right: 0px;
  44. color: #8c8c8c;
  45. }
  46. .me-tabs .tabs-flex .tab-item .inherit-icons {
  47. margin-left: 20rpx;
  48. }
  49. .me-tabs .tabs-flex .tab-item .line {
  50. width: 40rpx;
  51. }