journalDetail.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. /* pages/journalDetail/journalDetail.wxss */
  2. .container{
  3. /* margin:30rpx; */
  4. background: #fff;
  5. border-radius: 10rpx;
  6. padding:20rpx;
  7. }
  8. .baseinfo{
  9. display: flex;
  10. margin-bottom:30rpx;
  11. position: relative;
  12. }
  13. .baseinfo .faceimg{
  14. margin-right: 20rpx;
  15. }
  16. .baseinfo .faceimg image{
  17. width:170rpx;
  18. height: 236rpx;
  19. box-shadow: 2px 2px 10rpx 1px rgba(0, 0, 0, 0.2);
  20. }
  21. .baseinfo .tweo view{
  22. margin-bottom:16rpx;
  23. font-size: 28rpx;
  24. color: #999999;
  25. }
  26. .baseinfo .tweo .title{
  27. font-size: 36rpx;
  28. color:#333333;
  29. margin-bottom:40rpx;
  30. padding-right: 136rpx;
  31. }
  32. .baseinfo .gzgzh{
  33. position: absolute;
  34. width: 136rpx;
  35. height: 48rpx;
  36. background: #298EF9;
  37. border-radius: 8rpx;
  38. font-size:20rpx;
  39. color:#ffffff;
  40. right: 0;
  41. padding:0px;
  42. line-height: 48rpx;
  43. }
  44. .intro text{
  45. font-size: 32rpx;
  46. color: #333333;
  47. font-weight: 500;
  48. }
  49. .intro .desc{
  50. margin-top:30rpx;
  51. color: #777;
  52. line-height: 60rpx;
  53. font-size: 32rpx;
  54. letter-spacing: 3rpx;
  55. }
  56. .content{
  57. margin-top:48rpx;
  58. }
  59. .content view{
  60. margin-bottom:28rpx;
  61. color: #333333;
  62. }
  63. .more{
  64. color: #298EF9;
  65. display: block;
  66. text-align: center;
  67. margin-top: 50rpx;
  68. }
  69. .part{
  70. background: #fff;
  71. border-radius: 10rpx;
  72. margin-top: 30rpx;
  73. padding: 24rpx;
  74. }
  75. .title{
  76. font-size: 32rpx;
  77. color: #333;
  78. margin-bottom: 28rpx;
  79. }
  80. .title navigator{
  81. float: right;
  82. color: #3780CD;
  83. font-size: 26rpx;
  84. }
  85. .list{
  86. display: flex;
  87. border-bottom: 1px solid #F0F0F0;
  88. padding: 28rpx 0;
  89. }
  90. .list image{
  91. width: 20%;
  92. height: 160rpx;
  93. }
  94. .hd .list image{
  95. width: 30%;
  96. height: 160rpx;
  97. }
  98. .list>view{
  99. width: 80%;
  100. vertical-align: middle;
  101. padding-left: 20rpx;
  102. }
  103. .hd .list>view{
  104. width: 70%;
  105. }
  106. .list .tt{
  107. /* margin-bottom: 10rpx; */
  108. text-overflow: ellipsis;
  109. overflow: hidden;
  110. white-space: nowrap;
  111. font-size: 26rpx;
  112. }
  113. .list text{
  114. color: #999;
  115. display: block;
  116. text-overflow: ellipsis;
  117. overflow: hidden;
  118. white-space: nowrap;
  119. font-size: 24rpx;
  120. }
  121. .list .ly{
  122. font-size: 24rpx;
  123. color: #666;
  124. margin-bottom: 40rpx;
  125. }
  126. .hd .list .ly{
  127. color: #666;
  128. font-size: 24rpx;
  129. margin-bottom: 30rpx;
  130. }
  131. .hd .tt{
  132. /* margin-bottom: 16rpx; */
  133. }
  134. .ewm{
  135. position: fixed;
  136. width: 100%;
  137. height: 100vh;
  138. top: 0;
  139. left: 0;
  140. }
  141. .bg{
  142. position: fixed;
  143. width: 100%;
  144. height: 100vh;
  145. top: 0;
  146. left: 0;
  147. z-index: 9;
  148. background: rgba(0,0,0,.5);
  149. }
  150. .ewm>.ww{
  151. background: #fff;
  152. border-radius: 18rpx;
  153. padding: 100rpx;
  154. display: block;
  155. position: absolute;
  156. width: 90%;
  157. top: 0;
  158. bottom: 0;
  159. left: 0;
  160. right: 0;
  161. margin: auto;
  162. height: 80vh;
  163. z-index: 99;
  164. }
  165. .t image{
  166. width: 100rpx;
  167. height: 100rpx;
  168. border-radius: 8rpx;
  169. }
  170. .t>view{
  171. display: inline-block;
  172. vertical-align: top;
  173. margin-left: 20rpx;
  174. }
  175. .m{
  176. display: block;
  177. width: 100%;
  178. margin: 50rpx auto;
  179. }
  180. .b text{
  181. display: block;
  182. text-align: center;
  183. color: #999;
  184. }
  185. .list .desc{
  186. overflow: hidden;
  187. text-overflow: ellipsis;
  188. display: -webkit-box;
  189. -webkit-line-clamp: 2;
  190. -webkit-box-orient: vertical;
  191. white-space: normal;
  192. }