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

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: center;
  14. z-index: 99;
  15. }
  16. .tabBarOption{
  17. display: flex;
  18. align-items: center;
  19. justify-content: center;
  20. width: 175rpx;
  21. border-right: 3rpx solid black;
  22. height: 43rpx;
  23. }
  24. .tabBarText{
  25. font-size: 20rpx;
  26. margin-left:10rpx;
  27. color: black;
  28. }
  29. .tabBarText2{
  30. color: #345486;
  31. }
  32. .tabBar1{
  33. width: 46rpx;
  34. height: 19rpx;
  35. }
  36. .tabBar2{
  37. width: 32rpx;
  38. height: 25rpx;
  39. }
  40. .tabBar3{
  41. width: 25rpx;
  42. height: 28rpx;
  43. }
  44. .tabBar4{
  45. width: 24rpx;
  46. height: 27rpx;
  47. }