journalDetail.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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:24rpx;
  23. font-size: 24rpx;
  24. color: #999999;
  25. }
  26. .baseinfo .tweo .title{
  27. font-size: 32rpx;
  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: 20rpx;
  41. padding:0px;
  42. line-height: 48rpx;
  43. }
  44. .intro text{
  45. font-size: 28rpx;
  46. color: #333333;
  47. font-weight: 500;
  48. }
  49. .intro .desc{
  50. margin-top:30rpx;
  51. color: #666666;
  52. line-height: 45rpx;
  53. }
  54. .content{
  55. margin-top:48rpx;
  56. }
  57. .content view{
  58. margin-bottom:28rpx;
  59. color: #333333;
  60. }
  61. .more{
  62. color: #298EF9;
  63. display: block;
  64. text-align: center;
  65. margin-top: 50rpx;
  66. }
  67. .part{
  68. background: #fff;
  69. border-radius: 10rpx;
  70. margin-top: 30rpx;
  71. padding: 24rpx;
  72. }
  73. .title{
  74. font-size: 32rpx;
  75. color: #333;
  76. margin-bottom: 28rpx;
  77. }
  78. .title navigator{
  79. float: right;
  80. color: #3780CD;
  81. font-size: 26rpx;
  82. }
  83. .list{
  84. display: flex;
  85. border-bottom: 1px solid #F0F0F0;
  86. padding: 28rpx 0;
  87. }
  88. .list image{
  89. width: 20%;
  90. height: 160rpx;
  91. }
  92. .hd .list image{
  93. width: 30%;
  94. height: 140rpx;
  95. }
  96. .list>view{
  97. width: 80%;
  98. vertical-align: middle;
  99. padding-left: 20rpx;
  100. }
  101. .hd .list>view{
  102. width: 70%;
  103. }
  104. .list .tt{
  105. margin-bottom: 28rpx;
  106. text-overflow: ellipsis;
  107. overflow: hidden;
  108. white-space: nowrap;
  109. font-size: 26rpx;
  110. }
  111. .list text{
  112. color: #999;
  113. display: block;
  114. text-overflow: ellipsis;
  115. overflow: hidden;
  116. white-space: nowrap;
  117. font-size: 24rpx;
  118. }
  119. .list .ly{
  120. font-size: 24rpx;
  121. color: #333;
  122. margin-bottom: 40rpx;
  123. }
  124. .hd .list .ly{
  125. color: #999;
  126. font-size: 24rpx;
  127. margin-bottom: 30rpx;
  128. }
  129. .hd .tt{
  130. margin-bottom: 16rpx;
  131. }