东风启辰小程序端
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.

49 lines
798B

  1. /* pages/component/tabBar/index.wxss */
  2. .tabBarFrame{
  3. position: fixed;
  4. left: 0;
  5. bottom: 0;
  6. background-color: white;
  7. width:750rpx;
  8. height:150rpx;
  9. box-sizing: border-box;
  10. border-top: 2rpx solid #B8B6B9;
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-between;
  14. padding: 0 70rpx;
  15. z-index: 99;
  16. }
  17. .tabBarOption{
  18. display: flex;
  19. flex-direction: column;
  20. align-items: center;
  21. justify-content: center;
  22. text-align: center;
  23. }
  24. .tabBarText{
  25. font-size: 20rpx;
  26. color: black;
  27. font-family:PingFangSC;
  28. font-weight:400;
  29. margin-top: 7rpx;
  30. }
  31. .tabBarText2{
  32. color:rgba(51,84,128,1);
  33. }
  34. .tabBar1{
  35. width: 58rpx;
  36. height: 40rpx;
  37. }
  38. .tabBar2{
  39. width: 46rpx;
  40. height: 40rpx;
  41. }
  42. .tabBar3{
  43. width: 39rpx;
  44. height: 40rpx;
  45. }
  46. .tabBar4{
  47. width: 39rpx;
  48. height: 39rpx;
  49. }