informationDetail.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* pages/wenbaxiangqing.wxss */
  2. .title {
  3. font-size: 44rpx;
  4. text-align: center;
  5. line-height: 70rpx;
  6. color: #333;
  7. margin: 30rpx 0;
  8. }
  9. .wenzhangLy {
  10. width: 100%;
  11. display: flex;
  12. justify-content: space-between;
  13. border-bottom: solid 2rpx #e8e8e8;
  14. padding: 0 0 14rpx 0;
  15. }
  16. .txTime {
  17. display: flex;
  18. flex-direction: row;
  19. }
  20. .txTime image {
  21. width: 80rpx;
  22. height: 80rpx;
  23. }
  24. .time {
  25. display: flex;
  26. flex-direction: column;
  27. padding: 10rpx 0 0 8px;
  28. }
  29. .time p {
  30. font-size: 28rpx;
  31. color: #9c9c9c;
  32. }
  33. .time span {
  34. font-size: 24rpx;
  35. color: #c4c4c4;
  36. }
  37. .jf {
  38. color: #07c160;
  39. line-height: 80rpx;
  40. font-size: 24rpx;
  41. }
  42. .icon-jifen {
  43. font-size: 28rpx;
  44. color: #07c160;
  45. margin: 0 0 0 6rpx;
  46. }
  47. .ck {
  48. color: #c4c4c4;
  49. font-size: 28rpx;
  50. }
  51. .icon-pinglun,
  52. .icon-chakan,
  53. .ck .icon-shoucang {
  54. font-size: 28rpx;
  55. margin: 0 6rpx 0 20rpx;
  56. color: #c4c4c4;
  57. line-height: 0;
  58. }
  59. .wenzhangCont {
  60. width: 100vw;
  61. font-size: 34rpx;
  62. margin: 30rpx 0;
  63. }
  64. .wenzhangCont image {
  65. width: 100%;
  66. height: 320rpx;
  67. margin: 20rpx auto;
  68. }
  69. .pinglunTj {
  70. width: 100%;
  71. display: flex;
  72. justify-content: space-between;
  73. margin: 30rpx 0;
  74. }
  75. .pinglunTitle {
  76. font-size: 34rpx;
  77. color: #2e2e2e;
  78. font-weight: 600;
  79. }
  80. .pinglunTitle em {
  81. font-size: 34rpx;
  82. color: #9b9b9b;
  83. font-weight: normal;
  84. margin: 0 0 0 10rpx;
  85. }
  86. .pinglunList {
  87. width: 100%;
  88. padding: 0 0 120rpx 0;
  89. }
  90. .pinglunList li {
  91. margin: 20rpx 0;
  92. border-bottom: solid 2rpx #e8e8e8;
  93. padding: 0 0 20rpx 0;
  94. display: flex;
  95. flex-direction: column;
  96. }
  97. .plListcont {
  98. font-size: 30rpx;
  99. color: #696868;
  100. margin: 20rpx 0;
  101. }
  102. .pinglunList li button {
  103. width: 80%;
  104. border-radius: 10rpx;
  105. background: #07c160;
  106. color: #fff;
  107. font-size: 28rpx;
  108. font-weight: normal;
  109. margin: 16rpx auto;
  110. }
  111. .fabiaoPl {
  112. width: 100%;
  113. display: flex;
  114. justify-content: space-between;
  115. position: fixed;
  116. left: 0;
  117. bottom: 0;
  118. height: 112rpx;
  119. background: #e8e8e8;
  120. box-shadow: 0rpx 0rpx 16rpx #999;
  121. }
  122. .shuRu {
  123. width: 72%;
  124. display: flex;
  125. flex-direction: row;
  126. height: 76rpx;
  127. background: #e0e0e0;
  128. border-radius: 60rpx;
  129. margin: 20rpx 0 0 20rpx;
  130. }
  131. .shuRu input {
  132. line-height: 38px;
  133. height: 76rpx;
  134. font-size: 30rpx;
  135. width: 83%;
  136. }
  137. .icon-bianji {
  138. font-size: 38rpx;
  139. line-height: 76rpx;
  140. margin: 0 10rpx 0 20rpx;
  141. color: #828181;
  142. }
  143. .icon-shoucang {
  144. font-size: 50rpx;
  145. line-height: 112rpx;
  146. color: #828181;
  147. }
  148. .fasong {
  149. width: 58rpx;
  150. height: 58rpx;
  151. border-radius: 50rpx;
  152. background: #07c160;
  153. margin: 26rpx 20rpx 0 10rpx;
  154. text-align: center;
  155. line-height: 58rpx;
  156. }
  157. .icon-fasong {
  158. font-size: 40rpx;
  159. color: #fff;
  160. }