detail.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /* pages/detail/detail.wxss */
  2. page{
  3. background: #F4F6F8;
  4. }
  5. .part{
  6. background: #fff;
  7. padding: 30rpx;
  8. margin-bottom: 16rpx;
  9. }
  10. .top image{
  11. position: absolute;
  12. right: 0;
  13. top: 20rpx;
  14. width: 210rpx;
  15. }
  16. .rank{
  17. position: absolute;
  18. top: 18rpx;
  19. right: 0rpx;
  20. color: #FF5151;
  21. padding-right: 24rpx;
  22. }
  23. .rank text{
  24. font-size: 48rpx;
  25. margin-right: 20rpx;
  26. color: #FF5151;
  27. position: relative;
  28. top: 6rpx;
  29. }
  30. .label{
  31. font-size: 32rpx;
  32. color: #999;
  33. padding: 10rpx 0;
  34. }
  35. .label text{
  36. color: #333;
  37. margin-left: 16rpx;
  38. font-size: 32rpx;
  39. }
  40. .info{
  41. display: flex;
  42. flex-wrap: wrap;
  43. background: #fff;
  44. margin-bottom: 16rpx;
  45. }
  46. .info view{
  47. width: 50%;
  48. color: #999;
  49. padding: 16rpx 32rpx;
  50. }
  51. .info view:first-child{
  52. border-right: 1px solid #F6F6F6;
  53. border-bottom: 1px solid #F6F6F6
  54. }
  55. .info view:last-child{
  56. border-left: 1px solid #F6F6F6;
  57. border-top: 1px solid #F6F6F6
  58. }
  59. .info text{
  60. display: block;
  61. font-size: 40rpx;
  62. font-weight: 500;
  63. }
  64. .tag{
  65. display: inline-block;
  66. color: #FFF;
  67. font-size: 24rpx;
  68. background: #4587FF;
  69. border-radius: 4rpx;
  70. padding:2px 4px;
  71. }
  72. .list{
  73. margin:24rpx 0 40rpx;
  74. }
  75. .list view{
  76. display: inline-block;
  77. padding: 16rpx;
  78. background: #F4F6F8;
  79. border-radius: 8rpx;
  80. margin-bottom: 16rpx;
  81. margin-right: 16rpx;
  82. }
  83. .list text{
  84. display: block;
  85. color: #999;
  86. }