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

index.wxss 724B

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