2024年Linux最新web蓝桥杯真题--11、蓝桥知识网_第11届蓝桥杯web真题(3),挑战大厂重燃激情

网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。

需要这份系统化的资料的朋友,可以点击这里获取!

一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!

        <div class="rengong">
          <div style="margin-bottom: 10px;  font-size: 30px; font-weight: 200; color: black;">人工智能</div>
          <span style="font-size: 18px; color: #aaa; line-height: 1.4em;">人工智能亦称智械、机器智能,指由人制造出来的机器所表现出来的智能。通常人工智能是指通过普通计算机程序来呈现人类智能的技术。
          </span>
        </div>
        <div class="qianduan">
          <div style="margin-bottom: 10px; font-size: 30px; font-weight: 200; color: black;">前端开发</div>
          <span style="font-size: 18px; color: #aaa; line-height: 1.4em;">前端开发是创建 WEB 页面或 APP 等前端界面呈现给用户的过程,通过 HTML,CSS 及 JavaScript 以及衍生出来的各种技术、框架、解决方案,来实现互联网产品的用户界面交互。

          </span>
        </div>
        <div class="houduan">
          <div style="margin-bottom: 10px; font-size: 30px; font-weight: 200; color: black;">后端开发</div>
          <span style="font-size: 18px; color: #aaa; line-height: 1.4em;">后端开发是实现页面的交互逻辑,通过使用后端语言来实现页面的操作功能,例如登录、注册等。
          </span>
        </div>
        <div class="xinan">
          <div style="margin-bottom: 10px; font-size: 30px; font-weight: 200; color: black;">信息安全</div>
          <span style="font-size: 18px; color: #aaa; line-height: 1.4em;">ISO(国际标准化组织)的定义为:为数据处理系统建立和采用的技术、管理上的安全保护,为的是保护计算机硬件、软件、数据不因偶然和恶意的原因而遭到破坏、更改和泄露。

          </span>
        </div>
      </div>
      <div class="dibu">
        <div class="yunke" style="font-size: 14px; color: #aaa; margin: auto;">
          © 蓝桥云课 2022
        </div>
        <div style="font-size: 14px; color: #aaa; margin-top: 10px;">
          京公网安备 11010102005690 号 | 京 ICP 备 2021029920 号
        </div>
      </div>
    </div>
  </div>
</div>
```

css:

/*

 TODO:请补充代码

*/

\* {
    margin: 0;
  
    padding: 0;
  
    box-sizing: border-box;
  }
  
  .lanse {
    background-color: #a6b1e1;
  
    width: 100vm;
  
    height: 492px;
  
    display: flex;
  
    justify-content: center;
  }
  
  .lanse .contain {
    width: 1024px;
  
    height: 100%;
  }
  
  .lanse .contain .one {
    margin-top: 19px;
  
    height: 46px;
  
    display: flex;
  
    align-items: center;
  }
  
  .lanse .contain .one .index {
    margin-left: 365px;
  }
  
  .lanse .contain .one .index span {
    padding-right: 16px;
  
    font-size: 16px;
  
    color: white;
  }
  
  .lanse .contain .one .lanqiao {
    font-size: 18px;
  
    color: white;
  
    margin-left: 10px;
  }
  
  .lanse .contain .two {
    margin-top: 30px;
  
    font-size: 45px;
  
    color: black;
  
    display: flex;
  
    justify-content: center;
  }
  
  .lanse .contain .three {
    margin-top: 62px;
  
    font-size: 21px;
  
    font-weight: 200;
  
    color: white;
  
    display: flex;
  
    justify-content: center;
  }
  
  .lanse .contain .four {
    margin-top: 36px;
  
    display: flex;
  
    justify-content: center;
  }
  
  .lanse .contain .four span {
    font-size: 18px;
  
    color: #efbfbf;
  
    line-height: 40px;
  
    border-radius: 2px;
  
    width: 100px;
  
    display: flex;
  
    justify-content: center;
  
    box-shadow: inset 0 0 0 2px #efbfbf;
  }
  
  .lvse {
    /* background-color: #efbfbf; */
    height: 456px;
  
  }
  
  .lvse .one2 {
    /* background-color: #a54444; */
    width: 1024px;
    height: 302px;
    margin-top: 74px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 74px;
  }
  
  .lvse .one2 .qianduan {
    height: 144px;
  
    width: 49%;
  
    margin-left: 20px;
  
    margin-top: 10px;
  }
  
  .lvse .one2 .xinan {
    height: 144px;
  
    width: 49%;
  
    margin-left: 20px;
  
    margin-top: 10px;
  }
  
  .lvse .one2 .houduan {
    height: 144px;
  
    width: 49%;
  
    margin-top: 10px;
  }
  
  .lvse .one2 .rengong {
    height: 144px;
  
    width: 49%;
  
    margin-top: 10px;
  }
  
  .lvse .dibu {
      border-top: 1px solid black;
      text-align: center;


**网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。**

**[需要这份系统化的资料的朋友,可以点击这里获取!](https://bbs.csdn.net/forums/4f45ff00ff254613a03fab5e56a57acb)**

**一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!**

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值