index.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .empty-box {
  2. padding: 20px;
  3. justify-content: center;
  4. text-align: center;
  5. }
  6. .empty-box {
  7. padding: 20px;
  8. justify-content: center;
  9. text-align: center;
  10. }
  11. .wrapper {
  12. display: flex;
  13. flex-direction: column;
  14. padding: 0rpx 20rpx;
  15. .wrapper-inner {
  16. display: flex;
  17. align-items: flex-start;
  18. margin: 20rpx 0;
  19. height: 320rpx;
  20. }
  21. .wrapper-inner:last-child {
  22. margin-bottom: 20px !important;
  23. }
  24. .box {
  25. margin-left: 20upx;
  26. margin-top: 10upx;
  27. }
  28. .text-wrapper {
  29. display: flex;
  30. flex-direction: column;
  31. align-items: flex-start;
  32. width: 70%;
  33. height: 100%;
  34. .text-rank {
  35. font-family: Tahoma, Geneva, Verdana, sans-serif;
  36. color: crimson;
  37. }
  38. .text-dec {
  39. white-space: normal;
  40. word-break: break-word;
  41. line-height: 46rpx;
  42. }
  43. .text-name {
  44. margin: 12rpx 0;
  45. }
  46. }
  47. }
  48. .integral-mall-goods {
  49. width: 100%;
  50. height: 320rpx;
  51. background: #F2F2F2;
  52. border-radius: 16upx;
  53. }
  54. .top {
  55. position: relative;
  56. margin-bottom: 16rpx;
  57. .top-img {
  58. width: 100%;
  59. }
  60. .top-wrapper {
  61. display: flex;
  62. flex-direction: column;
  63. position: absolute;
  64. color: #FDF6EC;
  65. margin-left: 25rpx;
  66. bottom: 20px;
  67. .top-title {
  68. font-size: 36px;
  69. font-weight: bolder;
  70. margin-bottom: 35rpx;
  71. font-family: Georgia, 'Times New Roman', Times, serif;
  72. }
  73. .top-content {
  74. font-size: 16px;
  75. font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  76. }
  77. }
  78. }