page { background: #fff; height: 100%; } .navbar { height: 40px; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.06); z-index: 10; } .navbar,.navbar .nav-item { display: flex; position: relative; } .navbar .nav-item { -webkit-box-flex: 1; flex: 1; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; height: 100%; font-size: 15px; color: #303133; } .navbar .nav-item.current { color: #5dbc7c; } .navbar .nav-item.current:after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 44px; height: 0; border-bottom: 2px solid #5dbc7c; } .swiper-box { height: calc(100% - 44px); padding-top: 10rpx; } .swiper-box .order-item { padding: 20rpx 30rpx; line-height: 1.5; } .swiper-box .order-item .title-box .title { font-size: 32rpx; color: #606266; } .swiper-box .order-item .title-box .time { font-size: 28rpx; color: #909399; } .swiper-box .order-item .money { color: #fd5b23; font-size: 32rpx; } .content,.list-scroll-content { height: 100%; } .content .empty-content { background-color: #fff; }