recommend.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/recommend/recommend.wxss */
  2. .unfold {
  3. position: absolute;
  4. right: 28rpx;
  5. bottom: 10rpx;
  6. font-size: 28rpx;
  7. color: #93AAFA;
  8. }
  9. .recommend-exchange,
  10. .recommend-strategy {
  11. width: 100%;
  12. margin: 15rpx 0;
  13. padding-bottom: 32rpx;
  14. border-radius: 25rpx;
  15. box-sizing: border-box;
  16. background: #fff;
  17. overflow: hidden;
  18. }
  19. .auto-img {
  20. width: 100%;
  21. height: 404rpx;
  22. }
  23. swiper {
  24. height: 404rpx;
  25. }
  26. .auto-img image {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .this-week {
  31. display: flex;
  32. margin-top: 25rpx;
  33. padding: 0 25rpx;
  34. box-sizing: border-box;
  35. }
  36. .this-week image {
  37. width: 86rpx;
  38. height: 86rpx;
  39. }
  40. .medal-name {
  41. display: flex;
  42. flex-direction: column;
  43. margin: 8rpx 16rpx;
  44. }
  45. .medal-name text:nth-child(1) {
  46. height: 38rpx;
  47. font-size: 32rpx;
  48. font-weight: 600;
  49. }
  50. .medal-name text:nth-child(2) {
  51. height: 30rpx;
  52. margin-top: 10rpx;
  53. font-size: 24rpx;
  54. color: #C3C3C3;
  55. }
  56. .get-gem {
  57. margin-top: 30rpx;
  58. padding: 0 30rpx;
  59. }
  60. .get-medal {
  61. padding: 0 30rpx;
  62. }
  63. .get-gem text, .get-medal text {
  64. display: block;
  65. margin-top: 18rpx;
  66. font-size: 28rpx;
  67. }
  68. .recommend-strategy {
  69. position: relative;
  70. padding-bottom: 80rpx;
  71. }
  72. .strategy-con {
  73. margin-top: 26rpx;
  74. }
  75. .strategy-con view {
  76. display: block;
  77. font-size:28rpx;
  78. overflow: hidden;
  79. white-space: nowrap;
  80. text-overflow:ellipsis;
  81. padding: 0 30rpx;
  82. }
  83. .none {
  84. display: none;
  85. }