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的更多相关文章

  1. Chapter 5 Blood Type——22

    Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...

  2. Chapter 2 Open Book——22

    I dropped my head, letting my hair fall to conceal my face. 我低下了我的头,让我的头发垂下来隐藏我的脸. I was sure,though ...

  3. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  4. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  5. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  6. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  7. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  8. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  9. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

随机推荐

  1. sql存储过程——名称 ****不是有效的标识符

    转载自http://blog.csdn.net/xb12369/article/details/8202703 假设存储过程:proc_test create proc proc_test @Prod ...

  2. 注册表被篡改,请重新安装应用程序 acdphotoEdit

    破解之后,运行程序,提示“注册表被篡改,请重新安装应用程序”,反复重装,重启,都不行,删除注册表,重新安装后运行一次ACDSee,绿化,也不行,最后发现设置属性以管理员权限运行,ok,解决了

  3. sysadmin_basement

    基本部分 1. 系统硬件 1.1. 主板 获取序列号 $ sudo dmidecode -t system |grep -i Serial Serial Number: CNU9032T3N 获取厂商 ...

  4. HTML 概述

    一.hello world<!--根标签--><html> <!--头部--> <head> <!--标题标签--> <title&g ...

  5. oracle创建数据库表空间

    1.创建表空间(存放数据) create tablespace xtba_datadatafile 'F:\ORACLE\ORADATA\ORCL\XTBA.DBF'size 50mautoexten ...

  6. Windows 小端存储

    小端->高高低低(高位存在高地址,低位存在低地址)

  7. c语言-三字符组

    C 源程序源字符集在 7 位 ASCII 字符集中包含,但设置为 ISO 646-1983 固定的代码的超集. 三字符序列允许 C 程序编写使用 " 仅 ISO (国际标准组织的固定的代码. ...

  8. .NET下,关于文件夹权限设置的小细节

    InheritanceFlags 指定哪些接受权限继承 InheritanceFlags.ContainerInherit 下级文件夹要继承权限. InheritanceFlags.None 下级文件 ...

  9. could not perform addBatch

    在执行存数据到数据库的操作时,由于增加的ID值小于或等于对应的索引值时会报这个错误

  10. listview必须设置数据适配器才能显示出来

    listview必须设置数据适配器才能显示出来,哪怕只设置一个空的数据适配器都行: lvTabDetail.setAdapter(new NewsListAdapter()); class NewsL ...