| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* 头部广告 */
- .advImg{
- height: 282px;
- background: url(../imgs/fourseasonsAdv.jpg) no-repeat center;
- background-size: cover;
- }
- /* 园区采摘详情 */
- .pickDesc{
- padding: 10px 20px 20px;
- }
- .pickDesc .caption{
- line-height: 50px;
- font-size: 16px;
- color: #000;
- font-weight: 700;
- text-align: center;
- }
- .pickDesc .title{
- text-align: center;
- line-height: 24px;
- background-color: #eee;
- font-size: 14px;
- }
- .pickDesc .prodectIntro{
- display: flex;
- align-items: center;
- width: 62%;
- margin: 24px auto;
- }
- .prodectIntro .prodectImg{
- width: 275px;
- height: 240px;
- }
- .prodectIntro .prodectImg img{
- width: 100%;
- height: 100%;
- }
- .prodectIntro .descTxt{
- line-height: 40px;
- color: #3f3f3f;
- margin-left: 50px;
- font-size: 14px;
- flex: 1;
- }
- .prodectIntro .descTxt span{
- color: #000;
- font-weight: 700;
- }
|