fourPickList.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* 头部广告 */
  2. .advImg{
  3. height: 282px;
  4. background: url(../imgs/fourseasonsAdv.jpg) no-repeat center;
  5. background-size: cover;
  6. }
  7. /* 园区列表 */
  8. .gardenList{
  9. width: 20%;
  10. margin: 35px 10px 0 0;
  11. }
  12. .gardenItem{
  13. width: 79%;
  14. }
  15. .gardenList >.caption{
  16. text-align: center;
  17. line-height: 56px;
  18. font-size: 18px;
  19. background: #3ab851;
  20. color: #fff;
  21. }
  22. .gardenListUl >li{
  23. list-style: none;
  24. text-align: center;
  25. line-height: 56px;
  26. font-size: 18px;
  27. border: 1px solid #dbdbdb;
  28. border-top: none;
  29. cursor: pointer;
  30. overflow: hidden;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. padding: 0 20px;
  34. }
  35. .gardenListUl >li.active{
  36. color: #3ab851;
  37. }
  38. .gardenListBtn{
  39. text-align: center;
  40. line-height: 56px;
  41. font-size: 18px;
  42. }
  43. .firstPage,.prevPageBtn,.nextPageBtn{
  44. cursor: pointer;
  45. }
  46. .firstPage:hover,.prevPageBtn:hover,.nextPageBtn:hover{
  47. color: #3ab851;
  48. }
  49. /* 园区采摘详情 */
  50. .productList{
  51. overflow: hidden;
  52. }
  53. .productList >li{
  54. float: left;
  55. margin-right: 50px;
  56. }
  57. .productList >li:nth-child(3n+3){
  58. margin-right: 0
  59. }
  60. .productItem{
  61. margin-bottom: 30px;
  62. }
  63. .productItem img{
  64. width: 256px;
  65. height: 181px;
  66. margin-bottom: 10px;
  67. }
  68. .productItem .title{
  69. font-size: 18px;
  70. line-height: 26px;
  71. text-align: center;
  72. }
  73. .productItem .time{
  74. font-size: 14px;
  75. line-height: 26px;
  76. text-align: center;
  77. }