abnormal.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .sj_yc{background: #ffffff; padding: 20rpx 20rpx;}
  2. .sj_yc_item>view{ display: flex; justify-content: space-between; align-items: stretch;}
  3. .sj_yc_item>view>view{ width: 100%; padding: 10rpx;}
  4. .sj_yc_tr1,.sj_yc_tr3{ background: #F8F8F8; font-size: 24rpx; color: #333333;}
  5. .sj_yc_tr2,.sj_yc_tr4{ font-size: 18rpx; color: #333333; padding: 10rpx 0;}
  6. .sj_yc_tr1>view:nth-child(1),
  7. .sj_yc_tr2>view:nth-child(1),
  8. .sj_yc_tr3>view:nth-child(1),
  9. .sj_yc_tr4>view:nth-child(1){text-align: left;}
  10. .sj_yc_tr1>view:nth-child(2),
  11. .sj_yc_tr2>view:nth-child(2){text-align: center;}
  12. .sj_yc_tr3>view:nth-child(2),
  13. .sj_yc_tr4>view:nth-child(2){text-align: right;}
  14. .sj_yc_tr1>view:nth-child(3),
  15. .sj_yc_tr2>view:nth-child(3){text-align: right;}
  16. .no_data {
  17. width: 100%;
  18. height: 100%;
  19. display: flex;
  20. justify-content: center;
  21. flex-direction: column;
  22. align-items: center;
  23. text-align: center;
  24. background: #ffffff;
  25. border-radius: 16rpx;
  26. }
  27. .no_data cover-image {
  28. width: 442rpx;
  29. height: 194rpx;
  30. flex: none;
  31. }
  32. .no_data image {
  33. width: 50%;
  34. height: 50%;
  35. flex: none;
  36. }
  37. .no_data_txt {
  38. font-size: 22rpx;
  39. line-height: 36rpx;
  40. flex: none;
  41. padding-top: 10rpx;
  42. color: #999999;
  43. }