projects.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .bg {
  2. width: 100%;
  3. min-height: 100%;
  4. background-color: #fff;
  5. }
  6. .projects {
  7. padding-top: 106rpx;
  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: 284rpx;
  18. background-color: #f7f7f7;
  19. margin-bottom: 20rpx;
  20. border-radius: 8rpx;
  21. }
  22. .project-left {
  23. float: left;
  24. width: 390rpx;
  25. padding-left: 20rpx;
  26. padding-top: 15rpx;
  27. }
  28. .project-title {
  29. font-size: 28rpx;
  30. color: #2b2b2b;
  31. line-height: 36rpx;
  32. height: 72rpx;
  33. -webkit-line-clamp: 2;
  34. }
  35. .project-right {
  36. float: right;
  37. margin-right: 10rpx;
  38. margin-top: 10rpx;
  39. display: block;
  40. width: 258rpx;
  41. height: 258rpx;
  42. /*border: 1rpx solid #dddddd;*/
  43. }
  44. .project-count {
  45. padding-top: 15rpx;
  46. font-size: 24rpx;
  47. color: #bbbbbb;
  48. }
  49. .project-price {
  50. padding-top: 90rpx;
  51. font-size: 28rpx;
  52. color: #eab86a;
  53. }
  54. .project-point {
  55. /* color: #bbbbbb; */
  56. color: #eab86a;
  57. font-size: 24rpx;
  58. margin-top: 4rpx;
  59. margin-left: 10rpx;
  60. }
  61. .project-out {
  62. position: absolute;
  63. right: 20rpx;
  64. bottom: 20rpx;
  65. width: 66rpx;
  66. height: 66rpx;
  67. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/sellout.png');
  68. background-size: 100% 100%;
  69. z-index: 10;
  70. }
  71. .project-green {
  72. position: absolute;
  73. right: 10rpx;
  74. top: 10rpx;
  75. width: 48rpx;
  76. height: 48rpx;
  77. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/green.png');
  78. background-size: 100% 100%;
  79. z-index: 10;
  80. }
  81. .scrollview {
  82. position: fixed;
  83. top: 0;
  84. left: 0;
  85. width: 100%;
  86. height: 80rpx;
  87. z-index: 999;
  88. background-color: #f8f9fb;
  89. }
  90. .nav {
  91. height: 80rpx;
  92. width: 100%;
  93. box-sizing: border-box;
  94. overflow: hidden;
  95. line-height: 80rpx;
  96. background-color: #f8f9fb;
  97. font-size: 26rpx;
  98. white-space: nowrap;
  99. color: #888888;
  100. }
  101. .nav-item {
  102. width: 20%;
  103. display: inline-block;
  104. text-align: center;
  105. }
  106. .nav-item.active{
  107. color: #eab86a;
  108. }
  109. .project-miaosha {
  110. width: 60rpx;
  111. height: 28rpx;
  112. display: inline-block;
  113. float: left;
  114. padding-top: 5rpx;
  115. padding-right: 10rpx;
  116. }
  117. .project-stop {
  118. height: 38rpx;
  119. width: 258rpx;
  120. background: #ffefe4;
  121. color: #ff9434;
  122. position: absolute;
  123. right: 10rpx;
  124. bottom: 13rpx;
  125. font-size: 20rpx;
  126. text-align: center;
  127. line-height: 38rpx;
  128. }