journalDetail.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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:24rpx;
  39. color:#ffffff;
  40. right: 20rpx;
  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: #666666;
  52. line-height: 50rpx;
  53. font-size: 32rpx;
  54. }
  55. .content{
  56. margin-top:48rpx;
  57. }
  58. .content view{
  59. margin-bottom:28rpx;
  60. color: #333333;
  61. }
  62. .more{
  63. color: #298EF9;
  64. display: block;
  65. text-align: center;
  66. margin-top: 50rpx;
  67. }
  68. .part{
  69. background: #fff;
  70. border-radius: 10rpx;
  71. margin-top: 30rpx;
  72. padding: 24rpx;
  73. }
  74. .title{
  75. font-size: 32rpx;
  76. color: #333;
  77. margin-bottom: 28rpx;
  78. }
  79. .title navigator{
  80. float: right;
  81. color: #3780CD;
  82. font-size: 26rpx;
  83. }
  84. .list{
  85. display: flex;
  86. border-bottom: 1px solid #F0F0F0;
  87. padding: 28rpx 0;
  88. }
  89. .list image{
  90. width: 20%;
  91. height: 160rpx;
  92. }
  93. .hd .list image{
  94. width: 30%;
  95. height: 140rpx;
  96. }
  97. .list>view{
  98. width: 80%;
  99. vertical-align: middle;
  100. padding-left: 20rpx;
  101. }
  102. .hd .list>view{
  103. width: 70%;
  104. }
  105. .list .tt{
  106. margin-bottom: 28rpx;
  107. text-overflow: ellipsis;
  108. overflow: hidden;
  109. white-space: nowrap;
  110. font-size: 26rpx;
  111. }
  112. .list text{
  113. color: #999;
  114. display: block;
  115. text-overflow: ellipsis;
  116. overflow: hidden;
  117. white-space: nowrap;
  118. font-size: 24rpx;
  119. }
  120. .list .ly{
  121. font-size: 24rpx;
  122. color: #333;
  123. margin-bottom: 40rpx;
  124. }
  125. .hd .list .ly{
  126. color: #999;
  127. font-size: 24rpx;
  128. margin-bottom: 30rpx;
  129. }
  130. .hd .tt{
  131. margin-bottom: 16rpx;
  132. }
  133. .ewm{
  134. position: fixed;
  135. width: 100%;
  136. height: 100vh;
  137. top: 0;
  138. left: 0;
  139. }
  140. .bg{
  141. position: fixed;
  142. width: 100%;
  143. height: 100vh;
  144. top: 0;
  145. left: 0;
  146. z-index: 9;
  147. background: rgba(0,0,0,.5);
  148. }
  149. .ewm>.ww{
  150. background: #fff;
  151. border-radius: 18rpx;
  152. padding: 100rpx;
  153. display: block;
  154. position: absolute;
  155. width: 90%;
  156. top: 0;
  157. bottom: 0;
  158. left: 0;
  159. right: 0;
  160. margin: auto;
  161. height: 80vh;
  162. z-index: 99;
  163. }
  164. .t image{
  165. width: 100rpx;
  166. height: 100rpx;
  167. border-radius: 8rpx;
  168. }
  169. .t>view{
  170. display: inline-block;
  171. vertical-align: top;
  172. margin-left: 20rpx;
  173. }
  174. .m{
  175. display: block;
  176. width: 100%;
  177. margin: 50rpx auto;
  178. }
  179. .b text{
  180. display: block;
  181. text-align: center;
  182. color: #999;
  183. }