wenbaxiangqing.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. font-size: 34rpx;
  61. margin: 30rpx 0;
  62. }
  63. .wenzhangCont image {
  64. width: 100%;
  65. height: 320rpx;
  66. margin: 20rpx auto;
  67. }
  68. .pinglunTj {
  69. width: 100%;
  70. display: flex;
  71. justify-content: space-between;
  72. margin: 30rpx 0;
  73. }
  74. .pinglunTitle {
  75. font-size: 34rpx;
  76. color: #2e2e2e;
  77. font-weight: 600;
  78. }
  79. .pinglunTitle em {
  80. font-size: 34rpx;
  81. color: #9b9b9b;
  82. font-weight: normal;
  83. margin: 0 0 0 10rpx;
  84. }
  85. .pinglunList {
  86. width: 100%;
  87. padding: 0 0 120rpx 0;
  88. }
  89. .pinglunList li {
  90. margin: 20rpx 0;
  91. border-bottom: solid 2rpx #e8e8e8;
  92. padding: 0 0 20rpx 0;
  93. display: flex;
  94. flex-direction: column;
  95. }
  96. .plListcont {
  97. font-size: 30rpx;
  98. color: #696868;
  99. margin: 20rpx 0;
  100. }
  101. .pinglunList li button {
  102. width: 80%;
  103. border-radius: 10rpx;
  104. background: #07c160;
  105. color: #fff;
  106. font-size: 28rpx;
  107. font-weight: normal;
  108. margin: 16rpx auto;
  109. }
  110. .fabiaoPl {
  111. width: 100%;
  112. display: flex;
  113. justify-content: space-between;
  114. position: fixed;
  115. left: 0;
  116. bottom: 0;
  117. height: 112rpx;
  118. background: #e8e8e8;
  119. box-shadow: 0rpx 0rpx 16rpx #999;
  120. }
  121. .shuRu {
  122. width: 72%;
  123. display: flex;
  124. flex-direction: row;
  125. height: 76rpx;
  126. background: #e0e0e0;
  127. border-radius: 60rpx;
  128. margin: 20rpx 0 0 20rpx;
  129. }
  130. .shuRu input {
  131. line-height: 38px;
  132. height: 76rpx;
  133. font-size: 30rpx;
  134. width: 83%;
  135. }
  136. .icon-bianji {
  137. font-size: 38rpx;
  138. line-height: 76rpx;
  139. margin: 0 10rpx 0 20rpx;
  140. color: #828181;
  141. }
  142. .icon-shoucang {
  143. font-size: 50rpx;
  144. line-height: 112rpx;
  145. color: #828181;
  146. }
  147. .fasong {
  148. width: 58rpx;
  149. height: 58rpx;
  150. border-radius: 50rpx;
  151. background: #07c160;
  152. margin: 26rpx 20rpx 0 10rpx;
  153. text-align: center;
  154. line-height: 58rpx;
  155. }
  156. .icon-fasong {
  157. font-size: 40rpx;
  158. color: #fff;
  159. }