| 12345678910111213141516171819202122232425 |
- .footer.data-v-2d50c16b {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 100rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- background-color: #ffffff;
- z-index: 100;
- }
- .footer-item.data-v-2d50c16b {
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #000000;
- font-size: 24rpx;
- }
- .icon.data-v-2d50c16b {
- font-family: "iconfont";
- font-size: 40rpx;
- }
|