coll.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
  6. */
  7. /* 胶囊*/
  8. .tn-custom-nav-bar__back.data-v-8597d202 {
  9. width: 60%;
  10. height: 100%;
  11. position: relative;
  12. display: flex;
  13. justify-content: space-evenly;
  14. align-items: center;
  15. box-sizing: border-box;
  16. border-radius: 1000rpx;
  17. border: 1rpx solid rgba(255, 255, 255, 0.5);
  18. font-size: 18px;
  19. }
  20. .tn-custom-nav-bar__back .icon.data-v-8597d202 {
  21. display: block;
  22. flex: 1;
  23. margin: auto;
  24. text-align: center;
  25. }
  26. .tn-custom-nav-bar__back.data-v-8597d202:before {
  27. content: " ";
  28. width: 1rpx;
  29. height: 110%;
  30. position: absolute;
  31. top: 22.5%;
  32. left: 0;
  33. right: 0;
  34. margin: auto;
  35. -webkit-transform: scale(0.5);
  36. transform: scale(0.5);
  37. -webkit-transform-origin: 0 0;
  38. transform-origin: 0 0;
  39. pointer-events: none;
  40. box-sizing: border-box;
  41. opacity: 0.7;
  42. background-color: #FFFFFF;
  43. }
  44. /* 文章内容 start*/
  45. .blogger__item.data-v-8597d202 {
  46. padding: 30rpx;
  47. }
  48. .blogger__author__btn.data-v-8597d202 {
  49. margin-right: -12rpx;
  50. opacity: 0.5;
  51. }
  52. .blogger__desc.data-v-8597d202 {
  53. line-height: 30rpx;
  54. }
  55. .blogger__desc__label.data-v-8597d202 {
  56. color: #1D2541;
  57. background-color: #F3F2F7;
  58. border-radius: 10rpx;
  59. font-size: 22rpx;
  60. padding: 5rpx 15rpx;
  61. margin: 5rpx 18rpx 0 0;
  62. }
  63. .blogger__desc__label--prefix.data-v-8597d202 {
  64. font-size: 24rpx;
  65. color: #1D2541;
  66. padding-right: 10rpx;
  67. }
  68. .blogger__desc__content.data-v-8597d202 {
  69. line-height: 50rpx;
  70. }
  71. .blogger__content.data-v-8597d202 {
  72. margin-top: 18rpx;
  73. padding-right: 18rpx;
  74. }
  75. .blogger__content__data.data-v-8597d202 {
  76. line-height: 46rpx;
  77. text-align: justify;
  78. overflow: hidden;
  79. transition: all 0.25s ease-in-out;
  80. }
  81. .blogger__content__status.data-v-8597d202 {
  82. margin-top: 10rpx;
  83. font-size: 26rpx;
  84. color: #82B2FF;
  85. }
  86. .blogger__main-image.data-v-8597d202 {
  87. border: 1rpx solid #F8F7F8;
  88. border-radius: 16rpx;
  89. }
  90. .blogger__main-image--1.data-v-8597d202 {
  91. max-width: 80%;
  92. max-height: 300rpx;
  93. }
  94. .blogger__main-image--2.data-v-8597d202 {
  95. max-width: 260rpx;
  96. max-height: 260rpx;
  97. }
  98. .blogger__main-image--3.data-v-8597d202 {
  99. height: 212rpx;
  100. width: 100%;
  101. }
  102. .blogger__count-icon.data-v-8597d202 {
  103. font-size: 40rpx;
  104. padding-right: 5rpx;
  105. }
  106. .blogger__ad.data-v-8597d202 {
  107. width: 100%;
  108. height: 500rpx;
  109. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  110. transform: translate3d(0px, 0px, 0px) !important;
  111. }
  112. .blogger__ad.data-v-8597d202 .uni-swiper-slide-frame {
  113. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  114. transform: translate3d(0px, 0px, 0px) !important;
  115. }
  116. .blogger__ad .uni-swiper-slide-frame.data-v-8597d202 {
  117. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  118. transform: translate3d(0px, 0px, 0px) !important;
  119. }
  120. .blogger__ad__item.data-v-8597d202 {
  121. position: absolute;
  122. width: 100%;
  123. height: 100%;
  124. -webkit-transform-origin: left center;
  125. transform-origin: left center;
  126. -webkit-transform: translate3d(100%, 0px, 0px) scale(1) !important;
  127. transform: translate3d(100%, 0px, 0px) scale(1) !important;
  128. transition: -webkit-transform 0.25s ease-in-out;
  129. transition: transform 0.25s ease-in-out;
  130. transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  131. z-index: 1;
  132. }
  133. .blogger__ad__item--0.data-v-8597d202 {
  134. -webkit-transform: translate3d(0%, 0px, 0px) scale(1) !important;
  135. transform: translate3d(0%, 0px, 0px) scale(1) !important;
  136. z-index: 4;
  137. }
  138. .blogger__ad__item--1.data-v-8597d202 {
  139. -webkit-transform: translate3d(13%, 0px, 0px) scale(0.9) !important;
  140. transform: translate3d(13%, 0px, 0px) scale(0.9) !important;
  141. z-index: 3;
  142. }
  143. .blogger__ad__item--2.data-v-8597d202 {
  144. -webkit-transform: translate3d(26%, 0px, 0px) scale(0.8) !important;
  145. transform: translate3d(26%, 0px, 0px) scale(0.8) !important;
  146. z-index: 2;
  147. }
  148. .blogger__ad__content.data-v-8597d202 {
  149. border-radius: 40rpx;
  150. width: 640rpx;
  151. height: 500rpx;
  152. overflow: hidden;
  153. }
  154. .blogger__ad__image.data-v-8597d202 {
  155. width: 100%;
  156. height: 100%;
  157. }
  158. /* 文章内容 end*/
  159. /* 间隔线 start*/
  160. .tn-strip-bottom.data-v-8597d202 {
  161. width: 100%;
  162. border-bottom: 20rpx solid rgba(241, 241, 241, 0.8);
  163. }
  164. /* 间隔线 end*/