helpfarm.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .bg {
  2. width: 100%;
  3. min-height: 100%;
  4. background-color: #fff;
  5. }
  6. .projects {
  7. padding-top: 26rpx;
  8. }
  9. .projectbg {
  10. background-color: #fff;
  11. padding-bottom: 1rpx;
  12. }
  13. .project {
  14. position: relative;
  15. margin: 0 auto;
  16. width: 710rpx;
  17. /* height: 580rpx; */
  18. background-color: #f7f7f7;
  19. margin-bottom: 30rpx;
  20. border-radius: 8rpx;
  21. }
  22. .project-image {
  23. display: block;
  24. /* width: 456rpx; */
  25. height: 242rpx;
  26. width: 100%;
  27. }
  28. .project-describe {
  29. width: 710rpx;
  30. /* height: 130rpx; */
  31. padding: 13rpx 13rpx 0 13rpx;
  32. box-sizing: border-box;
  33. }
  34. .project-title1 {
  35. font-size: 30rpx;
  36. color: #2b2b2b;
  37. -webkit-line-clamp: 1;
  38. }
  39. .project-count1 {
  40. float: right;
  41. padding-top: 20rpx;
  42. font-size: 24rpx;
  43. color: #bbbbbb;
  44. }
  45. .project-price1 {
  46. float: left;
  47. padding-top: 10rpx;
  48. font-size: 28rpx;
  49. color: #4c4c4c;
  50. padding-bottom: 20rpx;
  51. }
  52. .project-no {
  53. position: absolute;
  54. left: 13rpx;
  55. top: 13rpx;
  56. background: -webkit-linear-gradient(left, #2fbd2d, #56cd33, #7cde38);
  57. background: -o-linear-gradient(right, #2fbd2d, #56cd33, #7cde38);
  58. background: -moz-linear-gradient(right, #2fbd2d, #56cd33, #7cde38);
  59. background: linear-gradient(to right, #2fbd2d, #56cd33, #7cde38);
  60. z-index: 10;
  61. font-size: 25rpx;
  62. color: #fff;
  63. height: 35rpx;
  64. width: 96rpx;
  65. text-align: center;
  66. line-height: 35rpx;
  67. }
  68. .project-jizhu {
  69. position: absolute;
  70. left: 13rpx;
  71. top: 13rpx;
  72. background: -webkit-linear-gradient(left, #ff5d5d, #ff7e69, #ff9a73);
  73. background: -o-linear-gradient(right, #ff5d5d, #ff7e69, #ff9a73);
  74. background: -moz-linear-gradient(right, #ff5d5d, #ff7e69, #ff9a73);
  75. background: linear-gradient(to right, #ff5d5d, #ff7e69, #ff9a73);
  76. z-index: 10;
  77. font-size: 25rpx;
  78. color: #fff;
  79. height: 35rpx;
  80. width: 96rpx;
  81. text-align: center;
  82. line-height: 35rpx;
  83. }
  84. .project-jindu {
  85. height: 80rpx;
  86. width: 710rpx;
  87. background: #f9f9f9;
  88. position: relative;
  89. /* padding: 32rpx 140rpx 0 100rpx; */
  90. box-sizing: border-box;
  91. color: #fe7554;
  92. display:-webkit-box;
  93. display:flex;
  94. align-items:center;
  95. }
  96. .jindu {
  97. font-size: 30rpx;
  98. color: #ff9262;
  99. padding-left: 20rpx;
  100. padding-bottom:5rpx;
  101. /* position: absolute;
  102. top: 20rpx;
  103. left: 20rpx; */
  104. /* float: left; */
  105. flex:1;
  106. }
  107. .jindu-percent{
  108. font-size: 30rpx;
  109. color: #ff9262;
  110. flex:1;
  111. padding-left: 20rpx;
  112. padding-right: 20rpx;
  113. padding-bottom:5rpx;
  114. /* position: absolute;
  115. top: 20rpx;
  116. right: 10rpx; */
  117. /* float: right; */
  118. }
  119. .project-jieshu {
  120. position: absolute;
  121. left: 10rpx;
  122. top: 10rpx;
  123. background: red;
  124. z-index: 10;
  125. font-size: 25rpx;
  126. color: #fff;
  127. height: 35rpx;
  128. width: 96rpx;
  129. text-align: center;
  130. line-height: 35rpx;
  131. }
  132. .project-chenggong {
  133. position: absolute;
  134. left: 13rpx;
  135. top: 13rpx;
  136. background: -webkit-linear-gradient(left, #845f44, #a4835d, #c2a374);
  137. background: -o-linear-gradient(right, #845f44, #a4835d, #c2a374);
  138. background: -moz-linear-gradient(right, #845f44, #a4835d, #c2a374);
  139. background: linear-gradient(to right, #845f44, #a4835d, #c2a374);
  140. z-index: 10;
  141. font-size: 25rpx;
  142. color: #fff;
  143. height: 35rpx;
  144. width: 96rpx;
  145. text-align: center;
  146. line-height: 35rpx;
  147. }
  148. .project-tuikuan {
  149. position: absolute;
  150. left: 10rpx;
  151. top: 10rpx;
  152. background: #ccc;
  153. z-index: 10;
  154. font-size: 25rpx;
  155. color: #fff;
  156. height: 35rpx;
  157. width: 96rpx;
  158. text-align: center;
  159. line-height: 35rpx;
  160. }
  161. .bg-img {
  162. background: #f2f3f4 url(https://cfohow.hiwavo.com/xcx/xcx/helpfarm/coming_soon.png) no-repeat fixed center;
  163. width: 100%;
  164. min-height: 100%;
  165. }
  166. .top-left {
  167. width: 68%;
  168. height: 242rpx;
  169. float: left;
  170. }
  171. .project-top {
  172. margin-bottom: 20rpx;
  173. overflow: hidden;
  174. }
  175. .top-right {
  176. background: #fff;
  177. width: 32%;
  178. float: right;
  179. height:242rpx;
  180. position: relative;
  181. }
  182. .circle {
  183. width: 160rpx;
  184. height: 160rpx;
  185. position: absolute;
  186. right: 26rpx;
  187. top: 20rpx;
  188. border-radius: 50%;
  189. background: #ff7655;
  190. /* background: -webkit-linear-gradient(#ff7555, #ff865a, #ff9f62);
  191. background: -o-linear-gradient(#ff7555, #ff865a ,#ff9f62);
  192. background: -moz-linear-gradient(#ff7555, #ff865a, #ff9f62);
  193. background: linear-gradient(#ff7555, #ff865a, #ff9f62); */
  194. overflow: hidden;
  195. }
  196. .clip_left,.clip_right{
  197. width:160rpx;
  198. height:160rpx;
  199. position: absolute;
  200. top: 0rpx;
  201. left: 0rpx;
  202. }
  203. .circle_left, .circle_right{
  204. width:160rpx;
  205. height:160rpx;
  206. position: absolute;
  207. border-radius: 50%;
  208. top: 0rpx;
  209. left: 0rpx;
  210. }
  211. .mask {
  212. width: 120rpx;
  213. height: 120rpx;
  214. border-radius: 50%;
  215. left: 21rpx;
  216. top: 21rpx;
  217. background: #FFF;
  218. position: absolute;
  219. text-align: center;
  220. line-height: 120rpx;
  221. font-size: 28rpx;
  222. }
  223. .circle_right,.clip_right {
  224. clip:rect(0,auto,auto,80rpx);
  225. }
  226. .circle_left , .clip_left{
  227. clip:rect(0,80rpx,auto,0);
  228. }
  229. .circle_left{
  230. background: #eee;
  231. }
  232. .circle_right{
  233. background: #eee;
  234. }
  235. .end{
  236. font-size: 25rpx;
  237. color: #bbbbbb;
  238. /* float: right; */
  239. /* margin-top: 27rpx; */
  240. /* margin-right: 65rpx; */
  241. position: absolute;
  242. right:65rpx;
  243. top:193rpx;
  244. }