fa-tabbar.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-fixed-placeholder.data-v-86b4deb4 {
  7. box-sizing: content-box;
  8. }
  9. .u-tabbar__content.data-v-86b4deb4 {
  10. display: -webkit-box;
  11. display: -webkit-flex;
  12. display: flex;
  13. -webkit-box-align: center;
  14. -webkit-align-items: center;
  15. align-items: center;
  16. position: relative;
  17. position: fixed;
  18. bottom: 0;
  19. left: 0;
  20. width: 100%;
  21. z-index: 998;
  22. box-sizing: content-box;
  23. }
  24. .u-tabbar__content__circle__border.data-v-86b4deb4 {
  25. border-radius: 100%;
  26. width: 110rpx;
  27. height: 110rpx;
  28. top: -48rpx;
  29. position: absolute;
  30. z-index: 4;
  31. background-color: #ffffff;
  32. left: 50%;
  33. -webkit-transform: translateX(-50%);
  34. transform: translateX(-50%);
  35. }
  36. .u-tabbar__content__circle__border.data-v-86b4deb4:after {
  37. border-radius: 100px;
  38. }
  39. .u-tabbar__content__item.data-v-86b4deb4 {
  40. -webkit-box-flex: 1;
  41. -webkit-flex: 1;
  42. flex: 1;
  43. -webkit-box-pack: center;
  44. -webkit-justify-content: center;
  45. justify-content: center;
  46. height: 100%;
  47. padding: 12rpx 0;
  48. display: -webkit-box;
  49. display: -webkit-flex;
  50. display: flex;
  51. -webkit-box-orient: vertical;
  52. -webkit-box-direction: normal;
  53. -webkit-flex-direction: column;
  54. flex-direction: column;
  55. -webkit-box-align: center;
  56. -webkit-align-items: center;
  57. align-items: center;
  58. position: relative;
  59. }
  60. .u-tabbar__content__item__button.data-v-86b4deb4 {
  61. position: absolute;
  62. top: 10rpx;
  63. }
  64. .u-tabbar__content__item__text.data-v-86b4deb4 {
  65. color: #606266;
  66. font-size: 26rpx;
  67. line-height: 28rpx;
  68. position: absolute;
  69. bottom: 12rpx;
  70. left: 50%;
  71. -webkit-transform: translateX(-50%);
  72. transform: translateX(-50%);
  73. }
  74. .u-tabbar__content__circle.data-v-86b4deb4 {
  75. position: relative;
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. -webkit-box-orient: vertical;
  80. -webkit-box-direction: normal;
  81. -webkit-flex-direction: column;
  82. flex-direction: column;
  83. -webkit-box-pack: justify;
  84. -webkit-justify-content: space-between;
  85. justify-content: space-between;
  86. z-index: 10;
  87. height: calc(100% - 1px);
  88. }
  89. .u-tabbar__content__circle__button.data-v-86b4deb4 {
  90. width: 90rpx;
  91. height: 90rpx;
  92. border-radius: 100%;
  93. display: -webkit-box;
  94. display: -webkit-flex;
  95. display: flex;
  96. -webkit-box-pack: center;
  97. -webkit-justify-content: center;
  98. justify-content: center;
  99. -webkit-box-align: center;
  100. -webkit-align-items: center;
  101. align-items: center;
  102. position: absolute;
  103. background-color: #ffffff;
  104. top: -40rpx;
  105. left: 50%;
  106. z-index: 6;
  107. -webkit-transform: translateX(-50%);
  108. transform: translateX(-50%);
  109. }