nodata.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* templates/nodata/nodata.wxss */
  2. .nodata,
  3. .nodata-three {
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: center;
  7. align-items: center;
  8. width: 100%;
  9. margin: 280rpx auto;
  10. text-align: center;
  11. }
  12. .nodata-image {
  13. width: 196rpx;
  14. height: 180rpx;
  15. margin-bottom: 20rpx;
  16. }
  17. .nodata-three-image {
  18. width: 527rpx;
  19. height: 348rpx;
  20. margin-bottom: 15rpx;
  21. }
  22. .nodata-three-text {
  23. font-size: 36rpx;
  24. color: #8489A3;
  25. font-weight: 600;
  26. }
  27. .nodata-two {
  28. font-size: 24rpx;
  29. color: #CCCCCC;
  30. margin: 40rpx 30rpx;
  31. text-align: center;
  32. position: relative;
  33. }
  34. .nodata-two::before {
  35. position: absolute;
  36. content: '';
  37. top: 16rpx;
  38. margin-left: -152rpx;
  39. width: 112rpx;
  40. height: 2rpx;
  41. background: #CCCCCC;
  42. }
  43. .nodata-two::after {
  44. position: absolute;
  45. content: '';
  46. top: 16rpx;
  47. margin-left: 35rpx;
  48. width: 112rpx;
  49. height: 2rpx;
  50. background: #CCCCCC;
  51. }
  52. .no{
  53. text-align: center;
  54. margin-top: 25%;
  55. font-size: 36rpx;
  56. color: #BFBFBF;
  57. }
  58. .noImg{
  59. width: 449rpx;
  60. height: 373rpx;
  61. }
  62. .no-data{
  63. width: 598rpx;
  64. height: 635rpx;
  65. }