I kept my head down and glanced up under my lashes.

我一直保持低着头并且在睫毛之下瞟了一眼。

None of them were looking this way. I lifted my head a little.

他们没有人看这个方向。我转了一点我的头。

They were laughing. Edward, Jasper, and Emmett all had their hairentirely saturated with melting snow.

他们在笑,Edward, Jasper, 和Emmett他们的头发上面都留着雪花。

Alice and Rosalie were leaning awayas Emmett shook his dripping hair toward them.

Alice和Rosalie向一边倾斜着Emmett向他摇动着他的头发。

They were enjoying the snowy day, just like everyone else — only they looked more like a scene from a movie than the rest of us.

他们正在享受下雪天,就像所有别的人一样。我们其他人比他们看这景色更像来自于电影中的场景一般。

只是和我们相比,他们看上去更像是电影里的某个镜头。

But, aside from the laughter and playfulness, there was something different, and I couldn't quite pinpoint what that difference was.

但是,除开笑声和玩笑,有一些不同的是,我却不能查明这点不同是什么

但是,除了欢笑和嬉闹,还有些许不同之处。但我无法确切地说出到底有何不同。

I examined Edward the most carefully. His skin was less pale, I decided —flushed from the snow fight maybe — the circles under his eyes much less noticeable.

我小心的检查着Edward。他的皮肤不太苍白,我觉得——应该可能是打雪仗过后变成这样的——这变化在我眼中很少能注意到。

我更仔细地打量着爱德华。他的肤色不那么苍白了,我觉得——大概是一场雪仗带来的红晕——他眼睛下的黑眼圈也不那么明显了。

But there was something more. I pondered, staring, trying to isolate the change.

但是更多的一些是。我盯着思考,尝试去隔离这种变化。

但还不止这些。我反复思考着,看着,试图找出变化的地方。

"Bella, what are you staring at?" Jessica intruded, her eyes following my stare.

bella,你在盯着看什么?jessica打断了我,她的眼睛随着我的状态看过去。

杰西卡插进来,她的眼睛随着我的视线望去。

At that precise moment, his eyes flashed over to meet mine.

在那个瞬间,他的眼睛闪过我的心中。

就在那一刻,他的眼睛转过来,对上了我的双眼。

Chapter 2 Open Book——21的更多相关文章

  1. Chapter 1 First Sight——21

    They were sitting in the corner of the cafeteria, as far away from where I sat as possible in the lo ...

  2. Chapter 5 Blood Type——21

    "Bella." Edward's voice was right beside me, relieved now. "Can you hear me?" “B ...

  3. VES Hand Book Contents

    3...ABOUT THE VES4...Foreword 6...Chapter 1......Introduction6......Visual Effects and Special Effec ...

  4. 实战爬取拷背漫画-Python

    ​  一.抓包获取链接 以爬取<前科者>为例 获取搜索链接 https://api.copymanga.com/api/v3/search/comic?limit=5&q=前科者 ...

  5. 零元学Expression Blend 4 &ndash; Chapter 21 以实作案例学习MouseDragElementBehavior

    原文:零元学Expression Blend 4 – Chapter 21 以实作案例学习MouseDragElementBehavior 本章将教大家如何运用Blend 4内建的行为注入元件「Mou ...

  6. MySQL Crash Course #13# Chapter 21. Creating and Manipulating Tables

    之前 manipulate 表里的数据,现在则是 manipulate 表本身. INDEX 创建多列构成的主键 自动增长的规定 查看上一次插入的自增 id 尽量用默认值替代 NULL 外键不可以跨引 ...

  7. Chapter 21 G-Methods for Time-Varying Treatments

    目录 21.1 The g-formula for time-varying treatments 21.2 IP weighting for time-varying treatments 21.3 ...

  8. <Chapter 2>2-1.安装SDK

    开发一个应用需要的所有工具都包含在App Engine SDK中.对于Java和Python有不同的SDKs,每个都有特性对于用那种语言开发是有益的.SDKs在任何平台上工作,包括Windows,Ma ...

  9. 9.21 investments - chapter 4 - Summary

    转载请注明来自souldak,微博:@evagle MUTUAL FUNDS AND OTHER INVESTMENT COMPANIES KEYWORDS: investment company n ...

随机推荐

  1. rune is alias of int32

    I think chendesheng's quote gets at the root cause best: Go uses a lot of signed values, not just fo ...

  2. NSXMLParser自定义的一个xml解析工具

    // // DenglXMLParser.h // #import <Foundation/Foundation.h> @interface DenglXMLParser : NSXMLP ...

  3. sudo命令出错 must set be suid

    特殊权限 4,2 ,1 4  suid,控制用户执行的文件,以文件所属用户的身份执行.当一个可执行的文件拥有suid时,会将文件拥有者的x位变成s(---s--x--x),这时称为set uid,简写 ...

  4. HTML5入门总结 HTML5API

    w3cshools  MDN英文  MDN中文 HTML5 HTML5 is the latest evolution of the standard that defines HTML. The t ...

  5. 安装Postgresql踩过的坑

    PG安装相关的 1  系统语言的设置 PG的安装,和系统的locale设置有一定的关系,需要设置,如在.profile或.bashrc中 也可以运行下面的命令: dpkg-reconfigure lo ...

  6. java基础之操作符

    一:赋值 1.对基本数据类型的赋值,int a=b:   //把b的值复制给a,如果修改了a的值,b 的值不会受到影响. 2.对引用类型的赋值, public class Text { public ...

  7. Windows下NexusPHP搭建PT站过程

    搭建环境:Win7+XAMPP(5.5) 网站根目录: D:\IT\XAMPP5.5\htdocs\ 1 下载源码程序http://sourceforge.net/projects/nexusphp/ ...

  8. pull类型消息中间件-消息服务端(三)

    部署架构 消息存储 存储结构 MetaQ的存储结构是一种物理队列+逻辑队列的结构.如下图所示: Producer生产消息,根据消息的topic选择topic对应某一个分区,然后发送到这个分区对应的Br ...

  9. 第九十四节,html5+css3移动手机端流体布局,旅游部分,媒体查询

    html5+css3移动手机端流体布局,旅游部分,媒体查询 媒体查询 媒体查询是手机网站和自适应网站的重要部分,媒体查询可以根据不同的屏幕大小,做响应的处理,如文字的大小,区块隐藏等等 媒体查询,这里 ...

  10. Storm-0.9.0.1安装部署 指导

    可以带着下面问题来阅读本文章: 1.Storm只支持什么传输 2.通过什么配置,可以更改Zookeeper默认端口 3.Storm UI必须和Storm Nimbus部署在同一台机器上,UI无法正常工 ...