/* tab */ .van-tabs__scroll--line{ height: auto !important; } .van-tabs{ border-bottom: 1rpx solid rgba(243,244,249,1); } .van-tabs__line{ width:40rpx !important; height:4rpx; background:rgba(211,68,68,1); border-radius:2rpx !important; } .van-tab,.van-tab .van-ellipsis{ padding: 0 !important; font-size:30rpx; color:rgba(0,0,0,1); } .van-tab--active,.van-tab--active .van-ellipsis{ color:rgba(211,68,68,1); } /* 提现记录 */ .list{ padding: 90rpx 30rpx 0; } .list .item{ margin-top: 30rpx; font-size:30rpx; background:rgba(255,255,255,1); box-shadow:0rpx 0rpx 21rpx 0rpx rgba(0, 0, 0, 0.09); border-radius:10rpx; padding: 0 30rpx; } .list .item .item_t{ display: flex; justify-content: space-between; align-items: center; padding: 10rpx 0; } .list .item .mark{ display: flex; justify-content: space-between; align-items: center; padding: 10rpx 0; } .list .item .mark .mark_r{ padding-left: 30rpx; } .list .item .status.refuse{ color: #D54C43; } .list .item .status.pass{ color:rgba(100,200,133,1); } /* 固定tab的位置 */ .custom_tabs{ width: 100%; position: fixed; top: 0; left: 0; }