index.acss 817 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .tabbar {
  2. height: 168rpx;
  3. width: 100%;
  4. background: url('https://qiniu.bms16.com/FiYy2ZOV_hGSJx32YAQSLZSbAOFq') no-repeat;
  5. background-size: 100%;
  6. display: flex;
  7. justify-content: space-between;
  8. padding-top: 20rpx;
  9. }
  10. .tab-item {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: center;
  15. flex: 1;
  16. }
  17. .tab-item:nth-child(1) {
  18. margin-right: 20%;
  19. }
  20. .tab-icon {
  21. width: 24px;
  22. height: 24px;
  23. margin-bottom: 4px;
  24. }
  25. .center-entrance {
  26. position: absolute;
  27. left: 50%;
  28. transform: translateX(-50%);
  29. bottom: 38rpx;
  30. display: flex;
  31. flex-direction: column;
  32. }
  33. .base-text {
  34. font-family: PingFangSC, PingFang SC;
  35. font-weight: 500;
  36. font-size: 20rpx;
  37. color: #9EA9BB;
  38. line-height: 20rpx;
  39. text-align: center;
  40. font-style: normal;
  41. }
  42. .checked {
  43. color: #0074FF;
  44. }