<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style class="cp-pen-styles">body {
  font-family: helvetica;
  font-size: 18px;
  text-align: center;
}
.accordion {
  display: inline-block;
  text-align: left;
  margin: 1%;
  width: 70%;
}
.accordion:hover .accordion-content {
  max-height: 300px;
}
.accordion-content {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  background: #e5feff;
  overflow: hidden;
  max-height: 0;
}
.accordion-inner {
  padding: 0 15px;
}
.accordion-toggle {
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  -ms-transition: background .1s linear;
  -o-transition: background .1s linear;
  transition: background .1s linear;
  background: #00b8c9;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 30px;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.accordion-toggle:hover {
  background: #00727d;
}
</style></head>
<div class="accordion"> 
  
  <a href="#" class="accordion-toggle">说美国西餐难吃倒不全是假话...如果因此否定西餐,绝对以偏概全,...</a>
  <div class="accordion-content">
    <div class="accordion-inner"> 
      <p>说美国西餐难吃倒不全是假话,快餐汉堡包,三明治,粗制滥造,果腹填肚子,结果是才满胃口,却锁眉头。强调一遍,是美国快餐,如果在意大利,西班牙,希腊,快餐完全换了人间,有滋有味,风姿摇曳,此处不多提。一些美国连锁餐馆也好不到哪里,像Applebee’,Outback Steakhouse之类,真不如去中餐馆吃一个鱼腩豆腐煲,或者水煮牛肉,有肉没肉,有一大碗汤汁,足以刺激舌尖的满足感,胃不满再叫一份。但是,如果因此否定西餐,绝对以偏概全,好西餐馆几乎各地都有。我的经验是绕开连锁店,找土生土长的老字号,这些店常常有店家精心培植的花木,不国色天香,倒像茉莉,细碎不造势,香气滋养人心。
</p> 
    </div>
  </div>
</div>
<body>
<div class="accordion"> 
  
  <a href="#" class="accordion-toggle">说美国西餐难吃倒不全是假话...如果因此否定西餐,绝对以偏概全,...</a>
  <div class="accordion-content">
    <div class="accordion-inner"> 
      <p>说美国西餐难吃倒不全是假话,快餐汉堡包,三明治,粗制滥造,果腹填肚子,结果是才满胃口,却锁眉头。强调一遍,是美国快餐,如果在意大利,西班牙,希腊,快餐完全换了人间,有滋有味,风姿摇曳,此处不多提。一些美国连锁餐馆也好不到哪里,像Applebee’,Outback Steakhouse之类,真不如去中餐馆吃一个鱼腩豆腐煲,或者水煮牛肉,有肉没肉,有一大碗汤汁,足以刺激舌尖的满足感,胃不满再叫一份。但是,如果因此否定西餐,绝对以偏概全,好西餐馆几乎各地都有。我的经验是绕开连锁店,找土生土长的老字号,这些店常常有店家精心培植的花木,不国色天香,倒像茉莉,细碎不造势,香气滋养人心。
</p> 
    </div>
  </div>
</div>
</body>