index.wxss 997 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .tab-bar {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. right: 0;
  6. height: 150rpx;
  7. background: white;
  8. display: flex;
  9. padding-bottom: env(safe-area-inset-bottom);
  10. border-radius: 30rpx 30rpx 0 0;
  11. border-top: 1px solid #eaeaea;
  12. z-index: -1;
  13. }
  14. .tab-bar-item {
  15. flex: 1;
  16. text-align: center;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. flex-direction: column;
  21. }
  22. .tab-bar-item cover-image {
  23. width: 27px;
  24. height: 27px;
  25. }
  26. .tab-bar-item cover-view {
  27. font-size: 10px;
  28. }
  29. .txt{
  30. font-size: 40rpx;
  31. color: #aaaaaa;
  32. }
  33. .fontWeight{
  34. font-weight: bold;
  35. }
  36. .bg_rec{
  37. background: #ffd324;
  38. width: 80rpx;
  39. min-height: auto;
  40. height: 20rpx;
  41. margin-top: -28rpx;
  42. vertical-align: text-bottom;
  43. border-radius: 0;
  44. z-index: -10;
  45. }
  46. .center_img{
  47. width: 120rpx;
  48. height: 120rpx;
  49. position: fixed;
  50. transform: translate(-50%);
  51. left: 50%;
  52. bottom:0;
  53. }
  54. .center-has-noimg{
  55. bottom: 26px;
  56. z-index: 10;
  57. }
  58. .center-has-image{
  59. bottom: 20px;
  60. z-index: 11;
  61. }