Chapter 1 First Sight——22
The girls were opposites. The tall one was statuesque.
女生却相反,高的像雕像一般
She had a beautiful figure, the kind you saw on the cover of the Sports Illustratedswimsuit issue, the kind that made every girl around her take a hit on her self-esteem just by being in the same room.
她有一个漂亮的体型,就像你在时尚运动杂志封面上面看到的一样,这使得在这个房间的每个在她旁边的女孩自尊心都受到了打击。
take a hit 受到打击
self-esteem 自大
Her hair was golden,gently waving to the middle of her back.
她的头发是金色的,尾部的波浪直到她后背的中间。
The short girl was pixielike,thin in the extreme, with small features.
那个小巧的女生就像个小精灵似的,特别的瘦,和小的容貌。
Her hair was a deep black,cropped short and pointing in every direction.
她的头发是深黑色的,每个方向每个点看上去都是裁切不齐的。
And yet, they were all exactly alike. Every one of them was chalky pale,the palest of all the students living in this sunless town. Paler than me, the albino.
可是,他们都一样。所以每个人都是白皙的,几乎所有的学生都是生活在少阳光的城镇里面。帕勒尔比我更加,是白化病的关系。
比我这个白化病人还要白。
They all had very dark eyes despite the range in hair tones.
他们所有都哟与褐色的眼睛,
无论发色深浅,他们都有着黑色的眸子。
They also had dark shadows under those eyes — purplish, bruise like shadows.
在他们的黑色影子中都有他们的眼睛,
在他们的眼睛下都有着黑色的阴影——略带紫色的,瘀伤一样的阴影。
As if they were all suffering from a sleepless night, or almost done recovering from a broken nose.
好像他们遭受着少睡的夜晚,或者还没从感冒中恢复出来一样
就好像他们经历了一个无眠之夜,又或者是鼻子折断了还没好。
Though their noses, all theirfeatures, were straight, perfect, angular.
But all this is not why I couldn't look away.
尽管他们的鼻子,他们的五官,都既笔挺又完美,棱角分明。
但这都不是我无法收回视线的缘故。
Chapter 1 First Sight——22的更多相关文章
- Chapter 5 Blood Type——22
Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...
- Chapter 2 Open Book——22
I dropped my head, letting my hair fall to conceal my face. 我低下了我的头,让我的头发垂下来隐藏我的脸. I was sure,though ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
随机推荐
- javacript参数传递表单验证
<!doctype html> <html> <head> <meta charset="utf-8"> <style typ ...
- 网页 HTML表格
今天,我开始学习了网站开发中HTML的部分内容,主要包括标签和表格. body的属性:bgcolor,background,text,topmargin,bottomargin,leftmargin, ...
- tomcat session失效时间
conf\web.xml <session-config> <session-timeout>600</session-timeout> </session- ...
- 对端口Com1的访问被拒绝
某项目中,需通过com口的方式读取CF卡的rfid,. 问题:当我关闭模块,然后第二次打该模块时,弹出如下错误”对端口Com1的访问被拒绝”(编程这一行业,不是找不到对象,就是被xxx拒绝!): 断点 ...
- JavaScript Function arguments.callee caller length return
一.Function 函数是对象,函数名是指针. 函数名实际上是一个指向函数对象的指针. 使用不带圆括号的函数名是访问函数指针,并非调用函数. 函数的名字仅仅是一个包含指针的变量而已.即使在不同的环境 ...
- [转]html 移动互联网终端的javascript touch事件,touchstart, touchend, touchmove
前言 如果我们允许用户在页面上用类似桌面浏览器鼠标手势的方式来控制WEB APP,这个页面上肯定是有很多可点击区域的,如果用户触摸到了那些可点击区域怎么办呢??诸如智能手机和平板电脑一类的移动设备通常 ...
- VBS脚本实例
一.一键升级哨位台核心板程序脚本. ############################################################ Set ws=WScript.Create ...
- 面向对象的特性-利用prototype为类创建静态成员
—————————————————————————— <script type="text/javascript"> //用function模拟一 ...
- Entity Framework技巧系列之五 - Tip 16 – 19
提示16. 当前如何模拟.NET 4.0的ObjectSet<T> 背景: 当前要成为一名EF的高级用户,你确实需要熟悉EntitySet.例如,你需要理解EntitySet以便使用 At ...
- 15分钟快速开发一个kissy组件(流程篇)
Step1: 安装kissy gallery组件工具 npm install yo grunt-cli -g npm install generator-kissy-gallery -g 请确保本地带 ...