From 454a36f4534edde2c9c4f38c8d29372e3ff7f58a Mon Sep 17 00:00:00 2001 From: myh <95896306+Anchor-x@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:38:02 +0800 Subject: [PATCH] body.component --- src/app/body/body.component.html | 115 +++++++++++++++++++++++++++++++ src/app/body/body.component.scss | 30 ++++++++ src/app/body/body.component.ts | 0 3 files changed, 145 insertions(+) create mode 100644 src/app/body/body.component.html create mode 100644 src/app/body/body.component.scss create mode 100644 src/app/body/body.component.ts diff --git a/src/app/body/body.component.html b/src/app/body/body.component.html new file mode 100644 index 0000000..3643290 --- /dev/null +++ b/src/app/body/body.component.html @@ -0,0 +1,115 @@ +
+
+
+

+ 学院新闻 + + 更多>> + +

+
    +
  • 很久以前,那还是我用win98的时候有次我系统崩溃了
  • +
  • 因为我是电脑白痴
  • +
  • 我朋友给我介绍了一个高手来帮我修电脑
  • +
  • 他看了一下电脑,问我有没有98的盘
  • +
  • 我说没有
  • +
  • 他想了一下,叫我把固定电话拿给他
  • +
  • 我想修电脑要电话干什么
  • +
  • 但人家是高手,我也不好说什么
  • +
  • 就把电话拔下来给他了
  • +
+
+ +
+
+

+ 学术动态 + + 更多>> + +

+
    +
  • 他把电话线空着的一头接在电脑的一个插孔内
  • +
  • 然后进入了dos
  • +
  • 然后就开始在电话上不停的按着键
  • +
  • 他按键的速度非常快,但是只按0,1两个键
  • +
+
+ +
+
+

+ 历史学习 + + 更多>> + +

+
+ +
+
+ 我渐渐的有些困,我问他这东西要搞多久 +
+
+ +
+
+ +
+
+ 他说要几个小时 +
+
+ +
+
+ +
+
+ 我给他倒了杯茶,就一个人去隔壁睡觉了 +
+
+ +
+
+
+
+
+ +
+
+

+ 信息公告 + + 更多>> + +

+
    +
  • 醒来的时候,一看已经过了4个多小时
  • +
  • 我起身到隔壁,看见他正在98里面调试
  • +
  • 过了一会儿,他说,你试试,我坐上椅子用了一下,真的好了
  • +
  • 我当时也不懂电脑
  • +
  • 谢过人家就走了
  • +
  • 后来我慢慢对电脑有了了解
  • +
  • 终于了解
  • +
  • 原来当时那位高手是用机器语言编了一个98系统
  • +
  • 我后来问我朋友那位高手的下落
  • +
  • 朋友说前几年去了美国之后
  • +
  • 杳无音讯……
  • +
+
+
+
+ +
+ +
\ No newline at end of file diff --git a/src/app/body/body.component.scss b/src/app/body/body.component.scss new file mode 100644 index 0000000..b1c3dab --- /dev/null +++ b/src/app/body/body.component.scss @@ -0,0 +1,30 @@ +@tailwind base; +@tailwind utilities; +@tailwind components; + +.li-img li { + list-style: none; + float: left; + width: 25%; /*四列图片排列*/ + height: 175px; + overflow: hidden; +} + +.li-img li img { + position: relative; + width: 100%; + height: auto; + top: 50%; /*li高度的一半*/ + transform: translateY(-50%); /*再向上移动自身的50%*/ +} + +/*清除浮动*/ +.clearfix:after { + position: relative; + content: ''; + display: block; + width: 0; + height: 0; + visibility: hidden; + clear: both; +} \ No newline at end of file diff --git a/src/app/body/body.component.ts b/src/app/body/body.component.ts new file mode 100644 index 0000000..e69de29