fa-tabbar.ttss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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: flex;
  11. align-items: center;
  12. position: relative;
  13. position: fixed;
  14. bottom: 0;
  15. left: 0;
  16. width: 100%;
  17. z-index: 998;
  18. box-sizing: content-box;
  19. }
  20. .u-tabbar__content__circle__border.data-v-86b4deb4 {
  21. border-radius: 100%;
  22. width: 110rpx;
  23. height: 110rpx;
  24. top: -48rpx;
  25. position: absolute;
  26. z-index: 4;
  27. background-color: #ffffff;
  28. left: 50%;
  29. -webkit-transform: translateX(-50%);
  30. transform: translateX(-50%);
  31. }
  32. .u-tabbar__content__circle__border.data-v-86b4deb4:after {
  33. border-radius: 100px;
  34. }
  35. .u-tabbar__content__item.data-v-86b4deb4 {
  36. flex: 1;
  37. justify-content: center;
  38. height: 100%;
  39. padding: 12rpx 0;
  40. display: flex;
  41. flex-direction: column;
  42. align-items: center;
  43. position: relative;
  44. }
  45. .u-tabbar__content__item__button.data-v-86b4deb4 {
  46. position: absolute;
  47. top: 10rpx;
  48. }
  49. .u-tabbar__content__item__text.data-v-86b4deb4 {
  50. color: #606266;
  51. font-size: 26rpx;
  52. line-height: 28rpx;
  53. position: absolute;
  54. bottom: 12rpx;
  55. left: 50%;
  56. -webkit-transform: translateX(-50%);
  57. transform: translateX(-50%);
  58. }
  59. .u-tabbar__content__circle.data-v-86b4deb4 {
  60. position: relative;
  61. display: flex;
  62. flex-direction: column;
  63. justify-content: space-between;
  64. z-index: 10;
  65. height: calc(100% - 1px);
  66. }
  67. .u-tabbar__content__circle__button.data-v-86b4deb4 {
  68. width: 90rpx;
  69. height: 90rpx;
  70. border-radius: 100%;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. position: absolute;
  75. background-color: #ffffff;
  76. top: -40rpx;
  77. left: 50%;
  78. z-index: 6;
  79. -webkit-transform: translateX(-50%);
  80. transform: translateX(-50%);
  81. }