The girl sitting there giggled. I'd noticed that his eyes were black — coal black.

那个坐在那里的女孩笑着。我注意到她的眼睛是很色的--炭黑色的。

Mr. Banner signed my slip and handed me a book with no nonsense about introductions.

Banner 先生签了我的名字然后递给我一本没有介绍的书。

I could tell we were going to get along. Of course, he had no choice but to send me to the one open seat in the middle of the room.

我能说我们会相处好的。当然他没有选择的在教室中间给我一个空的位置。

I kept my eyes down as I went to sit by him, bewildered by the antagonistic stare he'd given me.

我保持我的眼睛看着下面,我坐在他的旁边,他却给我很敌意的感觉。

I didn't look up as I set my book on the table and took my seat, but I saw his posture change from the corner of my eye.

我把书放到桌子上面坐了下来,但是都没有抬头,但是我从我眼角的余光看见他的姿势改变了。

He was leaning away from me, sitting on the extreme edge of his chair and averting his face like he smelled something bad.

他倾向远离我,坐到了椅子的最边缘,脸也扭到了另一边。

Inconspicuously, I sniffed my hair.

我尽量不引人注意地嗅了嗅我的头发

It smelled like strawberries, the scent of my favorite shampoo. It seemed an innocent enough odor.

我闻到了草莓的味道,那种我最喜欢的洗发水,似乎一个无辜的足够的气味。

I let my hair fall over my right shoulder, making a dark curtain between us, and tried to pay attention to the teacher.

我把我的头发从右边的肩膀上面放下来,在我们之间做成了一个深色的窗帘,想要引起老师的注意。

Unfortunately the lecture was on cellular anatomy, something I'd already studied.

不幸的是这门课是细胞解剖学,我已经学过了。

Chapter 1 First Sight——30的更多相关文章

  1. Chapter 2 Open Book——30

    I looked down. His hands were clenched into hard fists again. 我向下看,他的双手又一次收紧握成拳头. Mr. Banner came to ...

  2. Chapter 1 First Sight——37

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

  3. Chapter 1 First Sight——36

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

  4. Chapter 1 First Sight——35

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

  5. Chapter 1 First Sight——34

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

  6. Chapter 1 First Sight——33

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

  7. Chapter 1 First Sight——32

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

  8. Chapter 1 First Sight——31

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

  9. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

随机推荐

  1. H264所采用的指数格伦布熵编码算法原理及应用

    1 指数格伦布熵编码算法原理 1.1 无符号整数k阶指数格伦布算法编码过程: 1) 将数字以二进制形式写出,去掉最低的k个比特位,之后加1 2) 计算留下的比特数,将此数减一,即是需要增加的前导零个数 ...

  2. 浏览器内核控制Meta标签说明(内核渲染优先问题)

    渲染优先选择极速模式 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> ...

  3. 【转】HDU1028

    转自博客园ID:2108,老卢同志 http://www.cnblogs.com/--ZHIYUAN/p/6102893.html Ignatius and the Princess III Time ...

  4. SQLite学习网址

    http://www.runoob.com/sqlite/sqlite-data-types.html

  5. jqgrid参数

    jqGrid参数 名称 类型 描述 默认值 可修改 url string 获取数据的地址 datatype string 从服务器端返回的数据类型,默认xml.可选类型:xml,local,json, ...

  6. android 5.0 -- Ripple 效果

    Ripple 水波纹效果,也就是涟漪效果. 波纹效果有两种: 1,波纹有边界:波纹涟漪效果只是显示在控件内部 android:background="?android:attr/select ...

  7. CSU 1650 影魔大战

    简单题. 首先判断两个圆是否都与坐标轴相交,有一个不相交直接输出NO 剩下的情况都是相交的.让算一算四个交点.最后只有四种情况了. #include<cstdio> #include< ...

  8. pigcms 微外卖下单加数量bug

    bug:加数量的时候结算金钱出现NAN 先给一个简单粗暴的解决办法. 找到/tpl/static/dishout/js/main.js 把  65行 disPrice = parseFloat(sig ...

  9. Java 反射 Method的invoke回调调用任意方法

    Java 反射 Method的invoke回调调用任意方法 @author ixenos 关键子:Method.Field.invoke方法指针/函数指针.回调函数 invoke回调流程示例 0.由C ...

  10. MongoDB文档基本操作

    一.插入文档 使用insert()或save()方法向集合插入文档 >db.COLLECTION_NAME.insert(document) 详细用法可以参考MongoDB菜鸟教程 二.查找文档 ...