pickIntro.css 894 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* 头部广告 */
  2. .advImg{
  3. height: 282px;
  4. background: url(../imgs/fourseasonsAdv.jpg) no-repeat center;
  5. background-size: cover;
  6. }
  7. /* 园区采摘详情 */
  8. .pickDesc{
  9. padding: 10px 20px 20px;
  10. }
  11. .pickDesc .caption{
  12. line-height: 50px;
  13. font-size: 16px;
  14. color: #000;
  15. font-weight: 700;
  16. text-align: center;
  17. }
  18. .pickDesc .title{
  19. text-align: center;
  20. line-height: 24px;
  21. background-color: #eee;
  22. font-size: 14px;
  23. }
  24. .pickDesc .prodectIntro{
  25. display: flex;
  26. align-items: center;
  27. width: 62%;
  28. margin: 24px auto;
  29. }
  30. .prodectIntro .prodectImg{
  31. width: 275px;
  32. height: 240px;
  33. }
  34. .prodectIntro .prodectImg img{
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .prodectIntro .descTxt{
  39. line-height: 40px;
  40. color: #3f3f3f;
  41. margin-left: 50px;
  42. font-size: 14px;
  43. flex: 1;
  44. }
  45. .prodectIntro .descTxt span{
  46. color: #000;
  47. font-weight: 700;
  48. }