/* package/bindTroubleshooting/index.wxss */ .page { min-height: 100vh; background: #F7F7FA; position: relative; } /* 顶部tab */ .swiper-tab { display: flex; height: 98rpx; line-height: 98rpx; width: 100%; /* position: fixed; */ top: 0; z-index: 100; background: #fff; border-bottom: 2rpx solid #e8e8e8; } .swiper-tab-item { flex: 1; font-size: 28rpx; text-align: center; color: #333333; position: relative; } .noData { width: 254rpx; height: 298rpx; display: block; margin: 0rpx auto 16rpx; } .noTxt { font-size: 30rpx; color: #999; font-weight: bold; text-align: center; } /* 任务卡片 */ .mission-card {} .mission-card-title { background-color: #fff; overflow: auto; padding: 24rpx 16px; display: flex; justify-content: space-between; align-items: center } .value-class { flex: none !important; }