need.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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-16800ba9 {
  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. font-size: 18px;
  18. }
  19. .tn-custom-nav-bar__back .icon.data-v-16800ba9 {
  20. display: block;
  21. flex: 1;
  22. margin: auto;
  23. text-align: center;
  24. }
  25. .tn-custom-nav-bar__back.data-v-16800ba9:before {
  26. content: " ";
  27. width: 1rpx;
  28. height: 110%;
  29. position: absolute;
  30. top: 22.5%;
  31. left: 0;
  32. right: 0;
  33. margin: auto;
  34. -webkit-transform: scale(0.5);
  35. transform: scale(0.5);
  36. -webkit-transform-origin: 0 0;
  37. transform-origin: 0 0;
  38. pointer-events: none;
  39. box-sizing: border-box;
  40. opacity: 0.7;
  41. background-color: #FFFFFF;
  42. }
  43. /* 文章内容 start*/
  44. .blogger__item.data-v-16800ba9 {
  45. padding: 30rpx;
  46. }
  47. .blogger__author__btn.data-v-16800ba9 {
  48. margin-right: -12rpx;
  49. opacity: 0.5;
  50. }
  51. .blogger__desc.data-v-16800ba9 {
  52. line-height: 30rpx;
  53. }
  54. .blogger__desc__label.data-v-16800ba9 {
  55. color: #1D2541;
  56. background-color: #F3F2F7;
  57. border-radius: 10rpx;
  58. font-size: 22rpx;
  59. padding: 5rpx 15rpx;
  60. margin: 5rpx 18rpx 0 0;
  61. }
  62. .blogger__desc__label--prefix.data-v-16800ba9 {
  63. font-size: 24rpx;
  64. color: #1D2541;
  65. padding-right: 10rpx;
  66. }
  67. .blogger__desc__content.data-v-16800ba9 {
  68. line-height: 50rpx;
  69. }
  70. .blogger__content.data-v-16800ba9 {
  71. margin-top: 18rpx;
  72. padding-right: 18rpx;
  73. }
  74. .blogger__content__data.data-v-16800ba9 {
  75. line-height: 46rpx;
  76. text-align: justify;
  77. overflow: hidden;
  78. transition: all 0.25s ease-in-out;
  79. }
  80. .blogger__content__status.data-v-16800ba9 {
  81. margin-top: 10rpx;
  82. font-size: 26rpx;
  83. color: #82B2FF;
  84. }
  85. .blogger__main-image.data-v-16800ba9 {
  86. border: 1rpx solid #F8F7F8;
  87. border-radius: 16rpx;
  88. }
  89. .blogger__main-image--1.data-v-16800ba9 {
  90. max-width: 80%;
  91. max-height: 300rpx;
  92. }
  93. .blogger__main-image--2.data-v-16800ba9 {
  94. max-width: 260rpx;
  95. max-height: 260rpx;
  96. }
  97. .blogger__main-image--3.data-v-16800ba9 {
  98. height: 212rpx;
  99. width: 100%;
  100. }
  101. .blogger__count-icon.data-v-16800ba9 {
  102. font-size: 40rpx;
  103. padding-right: 5rpx;
  104. }
  105. .blogger__ad.data-v-16800ba9 {
  106. width: 100%;
  107. height: 500rpx;
  108. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  109. transform: translate3d(0px, 0px, 0px) !important;
  110. }
  111. .blogger__ad.data-v-16800ba9 .uni-swiper-slide-frame {
  112. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  113. transform: translate3d(0px, 0px, 0px) !important;
  114. }
  115. .blogger__ad .uni-swiper-slide-frame.data-v-16800ba9 {
  116. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  117. transform: translate3d(0px, 0px, 0px) !important;
  118. }
  119. .blogger__ad__item.data-v-16800ba9 {
  120. position: absolute;
  121. width: 100%;
  122. height: 100%;
  123. -webkit-transform-origin: left center;
  124. transform-origin: left center;
  125. -webkit-transform: translate3d(100%, 0px, 0px) scale(1) !important;
  126. transform: translate3d(100%, 0px, 0px) scale(1) !important;
  127. transition: -webkit-transform 0.25s ease-in-out;
  128. transition: transform 0.25s ease-in-out;
  129. transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  130. z-index: 1;
  131. }
  132. .blogger__ad__item--0.data-v-16800ba9 {
  133. -webkit-transform: translate3d(0%, 0px, 0px) scale(1) !important;
  134. transform: translate3d(0%, 0px, 0px) scale(1) !important;
  135. z-index: 4;
  136. }
  137. .blogger__ad__item--1.data-v-16800ba9 {
  138. -webkit-transform: translate3d(13%, 0px, 0px) scale(0.9) !important;
  139. transform: translate3d(13%, 0px, 0px) scale(0.9) !important;
  140. z-index: 3;
  141. }
  142. .blogger__ad__item--2.data-v-16800ba9 {
  143. -webkit-transform: translate3d(26%, 0px, 0px) scale(0.8) !important;
  144. transform: translate3d(26%, 0px, 0px) scale(0.8) !important;
  145. z-index: 2;
  146. }
  147. .blogger__ad__content.data-v-16800ba9 {
  148. border-radius: 40rpx;
  149. width: 640rpx;
  150. height: 500rpx;
  151. overflow: hidden;
  152. }
  153. .blogger__ad__image.data-v-16800ba9 {
  154. width: 100%;
  155. height: 100%;
  156. }
  157. /* 文章内容 end*/
  158. /* 间隔线 start*/
  159. .tn-strip-bottom.data-v-16800ba9 {
  160. width: 100%;
  161. border-bottom: 20rpx solid rgba(241, 241, 241, 0.8);
  162. }
  163. /* 间隔线 end*/