index.wxss 822 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .cardlist{
  2. padding: 0 32rpx;
  3. }
  4. /* 修改标签页样式 */
  5. .van-tabs__wrap{
  6. margin-bottom: 24rpx;
  7. height: 72rpx!important;
  8. }
  9. .van-tabs__nav--card{
  10. height: 72rpx!important;
  11. overflow: hidden;
  12. border-radius: 8rpx!important;
  13. /* border:1px solid rgba(25,27,38,0.1)!important; */
  14. }
  15. .van-ellipsis{
  16. line-height: 72rpx!important;
  17. }
  18. .van-tab{
  19. height: 72rpx!important;
  20. color: #000000!important;
  21. }
  22. .van-tab--active{
  23. color: #ffffff!important;
  24. /* border:1px solid #5575FF!important; */
  25. }
  26. .nolist{
  27. display: flex;
  28. margin-top: 240rpx;
  29. justify-content: center;
  30. align-items: center;
  31. flex-direction: column;
  32. color: #80838F;
  33. }
  34. .nolist image{
  35. width: 160rpx;
  36. height: 160rpx;
  37. }
  38. .nolist>text:nth-child(3){
  39. margin-top: 18rpx;
  40. }
  41. .del_box{
  42. display: none;
  43. }
  44. .nomore{
  45. height: 90rpx;
  46. color: #8D9399;
  47. }