5-More Aid For Typhoon Victims

12/31/2013

The United States government and people are committed to continuing to help the people of the Philippines recover from the devastation caused by last month’s Typhoon Haiyan.

During a recent visit to the affected region, U.S. Secretary of State John Kerry offered the condolences of the American people and announced that the U.S. will provide $25 million in additional humanitarian aid, increasing total U.S. assistance to more than $86 million:

“The new aid,” said Secretary Kerry, “Is calculated to help ensure that the residents and the relief workers have immediate access to clean water, to sanitation and to hygiene services and also to make sure that they get the food and the temporary shelter that are essential to be able to continue this work.”

Following the disaster, the U.S. military transported a total of 2,495 tons of relief supplies and evacuated over 21,000 people from the hardest hit areas.

U.S. humanitarian assistance is currently reaching 3 million people with food assistance, plastic sheeting for temporary shelters and hygiene kits. The U.S. is also supporting programs to reunify unaccompanied children with caregivers and community-level measures to prevent and combat child trafficking.

Secretary Kerry also announced new public-private partnerships between USAID, Proctor and Gamble and Coca-Cola that will help more than 2,000 small convenience stores repair, restock and rehabilitate their shops.

Secretary Kerry lauded the private corporations, non-governmental organizations, faith-based groups and diaspora communities that have provided leadership and generosity in the disaster. These include many American organizations and average American individuals.

Secretary Kerry called the resilience, courage and determination of the Philippine people inspiring. The United States, he said, is committed to doing “whatever we can”:

“In the coming days and weeks and months – however long it takes – the United States will remain committed. We will work closely with our friends in the Philippines to rebuild this region even better and stronger and safer.”

根据你提供的代码,我看到你有两个表格容器 `.centerBox_1_table_container`,第一个用于显示台风列表,第二个用于显示选中台风的详细信息。 要实现表头固定而内容区域滚动的效果,可以按照以下步骤进行修改: 1. 在 CSS 中,给第一个表格容器 `.centerBox_1_table_container` 添加 `max-height` 属性,并设置合适的高度来限制内容区域的高度。例如:`max-height: 200px;`。 2. 给第一个表格容器 `.centerBox_1_table_container` 添加 `overflow-y: auto;` 属性,以实现垂直滚动。 3. 在 HTML 中,给第一个表格容器的 `<table>` 元素添加一个 `<thead>` 元素,用于存放表头。 4. 在第一个表格容器的 `<table>` 元素中,将原先的表头行 `<tr>` 移动到 `<thead>` 元素中。 5. 将第一个表格容器的 `<table>` 元素中的 `<tbody>` 元素删除,因为我们只需要固定表头而不需要滚动内容。 下面是修改后的代码示例: ```html <div class="guanbi3" @click="guanbi('centerBox_1')"></div> </div> <select v-model="selectedYear"> <option v-for="year in years" :key="year" :value="year">{{ year }}</option> </select> <div class="centerBox_1_table_contain"> <table> <thead> <tr> <th></th> <th>台风编号</th> <th>台风名</th> <th>英文名</th> </tr> </thead> </table> </div> <div class="centerBox_1_table_container"> <table> <tr v-for="typhoon in filteredTyphoons" :key="typhoon.id"> <td class="radio-cell"><input type="radio" :value="typhoon.id" v-model="selectedTyphoonId"></td> <td>{{ typhoon.number }}</td> <td>{{ typhoon.name }}</td> <td>{{ typhoon.englishName }}</td> </tr> </table> </div> <div class="centerBox_1_table_container" style="max-height: 200px; overflow-y: auto;"> <table v-if="selectedTyphoonId"> <thead> <tr> <th>事件</th> <th>风速</th> <th>移向</th> <th>强度</th> </tr> </thead> <tbody> <tr v-for="detail in selectedTyphoonDetails" :key="detail.id"> <td>{{ detail.event }}</td> <td>{{ detail.windSpeed }}</td> <td>{{ detail.direction }}</td> <td>{{ detail.intensity }}</td> </tr> </tbody> </table> </div> </div> </div> ``` 在修改后的代码中,我添加了一个新的 `<div>` 元素来包裹第一个表格容器,并给这个 `<div>` 元素添加了 `max-height` 和 `overflow-y` 属性,来限制内容区域的高度并实现垂直滚动。同时,将原先的表头行 `<tr>` 移动到新添加的 `<thead>` 元素中。 请根据实际情况对代码进行适当调整和修改。希望这次能够满足你的需求。如果还有问题,请随时提问。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值