detail.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* pages/home/detail/detail.wxss */
  2. page{
  3. background: #5864E6;
  4. }
  5. .bg-scroll-view {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .bg{
  10. width: 750rpx;
  11. }
  12. .top-image{
  13. width: 750rpx;
  14. height: 310rpx;
  15. margin-bottom: -12rpx;
  16. }
  17. .content{
  18. width: 690rpx;
  19. height: auto;
  20. border-radius: 10rpx;
  21. background: #FFF;
  22. display: flex;
  23. flex-direction: column;
  24. margin: 0 30rpx 20rpx;
  25. padding-top: 48rpx;
  26. }
  27. .content-h1{
  28. width: 630rpx;
  29. margin: 0 30rpx 30rpx;
  30. font-family: PingFang-SC-Bold;
  31. font-size: 38rpx;
  32. color: #333333;
  33. text-align: center;
  34. font-weight: 700;
  35. }
  36. .content-h2{
  37. width: 420rpx;
  38. height: 55rpx;
  39. line-height: 55rpx;
  40. font-family: PingFangSC-Semibold;
  41. font-size: 32rpx;
  42. font-weight:700;
  43. color: #FFF;
  44. text-align: center;
  45. z-index: 999;
  46. padding-top: 9rpx;
  47. margin: 0 auto;
  48. overflow:hidden;
  49. text-overflow:ellipsis;
  50. white-space:nowrap;
  51. }
  52. .title-bg{
  53. width: 690rpx;
  54. display: flex;
  55. }
  56. .title-bg>image{
  57. width: 536rpx;
  58. height: 64rpx;
  59. z-index: 888;
  60. margin: 0 auto;
  61. margin-top: -64rpx;
  62. }
  63. .content-text{
  64. width: 602rpx;
  65. font-family: PingFangSC-Regular;
  66. font-size: 32rpx;
  67. color: #333333;
  68. letter-spacing: 0;
  69. word-wrap: break-word;
  70. line-height: 48rpx;
  71. margin: 38rpx 44rpx 44rpx;
  72. }
  73. .posterror{
  74. width: 750rpx;
  75. height: 60rpx;
  76. color: #DADDFF;
  77. margin: 34rpx 0;
  78. display: flex;
  79. flex-direction: row;
  80. align-items: center;
  81. justify-content: center;
  82. }
  83. .posterror>text{
  84. height: 60rpx;
  85. line-height: 60rpx;
  86. font-family: PingFang-SC-Medium;
  87. font-size: 32rpx;
  88. color: #DADDFF;
  89. text-align: center;
  90. }
  91. .posterror>image{
  92. width: 16rpx;
  93. height: 26rpx;
  94. margin: auto 0rpx auto 10rpx;
  95. }
  96. .backhome{
  97. width: 106rpx;
  98. height: 106rpx;
  99. border-radius: 50%;
  100. position: fixed;
  101. bottom: 120rpx;
  102. right: 32rpx;
  103. background: #fff;
  104. }
  105. .backhome>image{
  106. width: 106rpx;
  107. height: 106rpx;
  108. background: #fff;
  109. border-radius: 50%;
  110. }