├── README.en.md ├── README.md ├── css ├── cailiao-bottom.css ├── cailiao-container-choose.css ├── cailiao-container-feedback.css ├── cailiao-container-jump.css ├── cailiao-container-search.css ├── cailiao-container-table.css ├── cailiao-container-where.css ├── cailiao-nav.css ├── cailiao-title.css ├── xiami-container.css ├── xiaomi-bottom .css ├── xiaomi-login.css ├── xiaomi-nav-text.css ├── xiaomi-other-way.css └── xiaomi-title .css ├── html ├── 关于远大.html ├── 家居医生.html ├── 小米登录.html ├── 材料列表页.html ├── 材料列表页改.html └── 百度链接.html ├── imges ├── Icons │ ├── Gus.ico │ ├── badge.ico │ ├── black scorpion.ico │ ├── boots.ico │ ├── cattle scull.ico │ ├── pocket watch.ico │ ├── rattlesnake.ico │ ├── rope.ico │ └── wagon wheel.ico ├── baidu background.jpg ├── baidu pic.jpg ├── doctor logo.png ├── doctor pic.png ├── index pic.jpg ├── list-adm.png ├── list-footerLogo.png ├── list-loc.png ├── list-pic.png ├── list-shop.png ├── list-tianmao.png ├── list-weixin.png ├── list-weixin2.png ├── other-ways.png ├── phone.png ├── plus.png ├── police.png ├── saoma.png ├── web logo.ico ├── worktwo.png ├── xiaomi-logo.png ├── xiaomi9.jpeg ├── yuanda logo.png ├── yuanda pic.jpg └── yudan logo.png └── index.html /README.en.md: -------------------------------------------------------------------------------- 1 | # homework 2 | 3 | #### Description 4 | 前端学习第一天的作业 5 | 6 | #### Software Architecture 7 | Software architecture description 8 | 9 | #### Installation 10 | 11 | 1. xxxx 12 | 2. xxxx 13 | 3. xxxx 14 | 15 | #### Instructions 16 | 17 | 1. xxxx 18 | 2. xxxx 19 | 3. xxxx 20 | 21 | #### Contribution 22 | 23 | 1. Fork the repository 24 | 2. Create Feat_xxx branch 25 | 3. Commit your code 26 | 4. Create Pull Request 27 | 28 | 29 | #### Gitee Feature 30 | 31 | 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 32 | 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 33 | 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 34 | 4. The most valuable open source project [GVP](https://gitee.com/gvp) 35 | 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 36 | 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # homework 2 | 3 | #### 介绍 4 | 前端学习第一天的作业 5 | 6 | #### 软件架构 7 | 软件架构说明 8 | 9 | 10 | #### 安装教程 11 | 12 | 1. xxxx 13 | 2. xxxx 14 | 3. xxxx 15 | 16 | #### 使用说明 17 | 18 | 1. xxxx 19 | 2. xxxx 20 | 3. xxxx 21 | 22 | #### 参与贡献 23 | 24 | 1. Fork 本仓库 25 | 2. 新建 Feat_xxx 分支 26 | 3. 提交代码 27 | 4. 新建 Pull Request 28 | 29 | 30 | #### 码云特技 31 | 32 | 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 33 | 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 34 | 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 35 | 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 36 | 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 37 | 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -------------------------------------------------------------------------------- /css/cailiao-bottom.css: -------------------------------------------------------------------------------- 1 | 2 | .bottom{ 3 | background: rgb(81, 81, 81); 4 | margin-left: auto; 5 | margin-right: auto; 6 | } 7 | .bottom-top{ 8 | width: 1000px; 9 | margin-left: auto; 10 | margin-right: auto; 11 | padding-top: 30px; 12 | overflow: hidden; 13 | margin-bottom: 30px; 14 | } 15 | .bottom-top ul{ 16 | list-style: none; 17 | float: left; 18 | } 19 | .bottom-top li{ 20 | color: rgb(165,165,165); 21 | } 22 | .bottom-top-logo+li{ 23 | color: white; 24 | } 25 | table{ 26 | padding-left: 150px; 27 | padding-top: 10px; 28 | } 29 | table a{ 30 | text-decoration: none; 31 | color: rgb(165, 165, 165); 32 | font-size: 10px; 33 | } 34 | table td{ 35 | line-height: 30px; 36 | width: 200px; 37 | } 38 | .bigtd{ 39 | width: 300px; 40 | } 41 | .bottom-bottom{ 42 | border-top: 1px solid rgb(165, 165, 165); 43 | position: relative; 44 | overflow: hidden; 45 | width: 1000px; 46 | margin-left: auto; 47 | margin-right: auto; 48 | color: rgb(165, 165, 165); 49 | line-height: 50px; 50 | } 51 | .bottom-bottom p:first-child{ 52 | float: left; 53 | } 54 | .copyright{ 55 | position: absolute; 56 | right: 0; 57 | top: 0; 58 | } -------------------------------------------------------------------------------- /css/cailiao-container-choose.css: -------------------------------------------------------------------------------- 1 | .container-choose{ 2 | background:#f0f0f4; 3 | overflow: hidden; 4 | margin-bottom: 10px; 5 | padding: 5px; 6 | box-sizing: border-box; 7 | } 8 | .container-choose li{ 9 | float: left; 10 | list-style: none; 11 | margin: 10px; 12 | } 13 | .container-choose ul{ 14 | width: 100%; 15 | float: left; 16 | } 17 | .container-choose a{ 18 | text-decoration: none; 19 | font-size: 15px; 20 | color: #333; 21 | border: 2px solid #f0f0f4; 22 | } 23 | .container-choose a:hover{ 24 | background: white; 25 | border:2px solid orange; 26 | } -------------------------------------------------------------------------------- /css/cailiao-container-feedback.css: -------------------------------------------------------------------------------- 1 | .container-feedback{ 2 | margin-bottom: 30px; 3 | } 4 | .container-feedback ul{ 5 | list-style: none; 6 | } 7 | .weichat{ 8 | display: block; 9 | width: 85px; 10 | height: 85px; 11 | padding: 2px; 12 | border: 1px solid #f0f0f4; 13 | float: left; 14 | margin-right: 10px; 15 | } 16 | .weichat+li{ 17 | color: rgb(24, 190, 190); 18 | font-size: 25px; 19 | margin:10px 0; 20 | } -------------------------------------------------------------------------------- /css/cailiao-container-jump.css: -------------------------------------------------------------------------------- 1 | .container-jump 2 | { 3 | margin-top: 20px; 4 | margin-bottom: 20px; 5 | } 6 | .container-jump a{ 7 | text-decoration: none; 8 | color: #333; 9 | } 10 | .container-jump ul{ 11 | position: relative; 12 | overflow: hidden; 13 | list-style: none; 14 | } 15 | .container-jump li{ 16 | float: left; 17 | } 18 | .page{ 19 | display: block; 20 | font-size:15px; 21 | background:#f0f0f4; 22 | border: 1px solid #f0f0f4; 23 | width: 115px; 24 | line-height: 35px; 25 | text-align:center; 26 | box-sizing: border-box; 27 | } 28 | .number{ 29 | box-sizing: border-box; 30 | display: block; 31 | font-size:15px; 32 | width: 5px; 33 | line-height: 15px; 34 | text-align: center; 35 | margin: 12px 5px; 36 | } 37 | .number:first-child{ 38 | padding-left: 18px; 39 | } 40 | .number:last-child{ 41 | padding-right: 30px; 42 | } 43 | .number:hover{ 44 | color: orange; 45 | text-decoration: underline; 46 | } 47 | .text{ 48 | margin: 6px 20px; 49 | } 50 | .inputsecond{ 51 | display: block; 52 | box-sizing: border-box; 53 | width: 35px; 54 | height: 35px; 55 | border: 2px solid #333; 56 | float: left; 57 | } 58 | .sure{ 59 | margin:-2px 35px; 60 | } 61 | .buttonsecond{ 62 | display: block; 63 | box-sizing: border-box; 64 | background-color:orange; 65 | color: white; 66 | line-height: 39px; 67 | width: 80px; 68 | border: 1px solid white; 69 | font-size: 15px; 70 | } -------------------------------------------------------------------------------- /css/cailiao-container-search.css: -------------------------------------------------------------------------------- 1 | .container-search li{ 2 | line-height: 20px; 3 | list-style: none; 4 | float:left; 5 | margin: 5px; 6 | font-size: 15px; 7 | color: #333; 8 | } 9 | .container-search{ 10 | background-color: #f0f0f4; 11 | margin-top: 20px; 12 | margin-bottom: 20px; 13 | position: relative; 14 | padding: 10px 10px; 15 | box-sizing: border-box 16 | } 17 | .container-search>input{ 18 | position: absolute; 19 | top: 9px; 20 | left: 322px; 21 | box-sizing: border-box; 22 | outline: none; 23 | width: 250px; 24 | height: 32px; 25 | } 26 | .container-search>button{ 27 | height: 30px; 28 | position: absolute; 29 | top: 10px; 30 | left:528px; 31 | border:none; 32 | background: white; 33 | } 34 | .container-search a{ 35 | color: rgb(24, 190, 190); 36 | position:absolute; 37 | right: 0; 38 | top: 16px; 39 | font-size: 15px; 40 | text-decoration: none; 41 | } -------------------------------------------------------------------------------- /css/cailiao-container-table.css: -------------------------------------------------------------------------------- 1 | .container-table{ 2 | margin-left: auto; 3 | margin-right: auto; 4 | overflow: hidden; 5 | margin-bottom: 30px; 6 | } 7 | .container-table>div{ 8 | width: 240px; 9 | box-sizing: border-box; 10 | background:#f0f0f4; 11 | float: left; 12 | border:1px solid #c3c3c5; 13 | } 14 | .container-table>div:not(:last-child){ 15 | margin-right: 13.3333px; 16 | } 17 | .table-inside{ 18 | margin: 15px; 19 | font-size: 15px; 20 | weight:210px; 21 | overflow:hidden; 22 | position: relative; 23 | } 24 | .table-inside ul{ 25 | list-style: none; 26 | position: relative; 27 | } 28 | .table-inside a{ 29 | text-decoration: none; 30 | color: #333; 31 | } 32 | /* .in a:hover{ 33 | color: orange; 34 | } */ 35 | 36 | .table-inside li:not(:last-child){ 37 | margin-bottom: 5px; 38 | } 39 | .table-inside li:last-child{ 40 | margin-top: 10px; 41 | } 42 | .forthline a:first-child{ 43 | font-size: 20px; 44 | font-weight: bolder; 45 | margin-right: 15px; 46 | } 47 | .forthline a{ 48 | color: rgb(24, 190, 190); 49 | } 50 | .table-outside:hover a{ 51 | color: orange; 52 | } 53 | -------------------------------------------------------------------------------- /css/cailiao-container-where.css: -------------------------------------------------------------------------------- 1 | .container{ 2 | margin-left: auto; 3 | margin-right: auto; 4 | width: 1000px; 5 | overflow: hidden; 6 | } 7 | .container-where{ 8 | margin-top: 10px; 9 | margin-bottom: 10px; 10 | } 11 | .container-where li{ 12 | line-height: 20px; 13 | list-style: none; 14 | float:left; 15 | margin: 5px; 16 | font-size: 15px; 17 | color: #333; 18 | } 19 | .container-where ul{ 20 | margin-left: 12px; 21 | } -------------------------------------------------------------------------------- /css/cailiao-nav.css: -------------------------------------------------------------------------------- 1 | .nav-outside{ 2 | background: rgb(239,239,239); 3 | } 4 | .nav .location{ 5 | width: 19px; 6 | height: 19px; 7 | display: inline-block; 8 | background: url('../imges/list-loc.png'); 9 | position:absolute; 10 | left:0; 11 | top: 50%; 12 | margin-top: -9.5px; 13 | } 14 | .nav-left a:first-of-type{ 15 | margin-left: 20px; 16 | } 17 | .nav .admin{ 18 | width: 19px; 19 | height: 19px; 20 | display: inline-block; 21 | background: url('../imges/list-adm.png'); 22 | } 23 | .nav{ 24 | margin-left: auto; 25 | margin-right: auto; 26 | width: 1000px; 27 | height: 50px; 28 | position:relative; 29 | 30 | } 31 | .nav-left{ 32 | position: absolute; 33 | left: 15px; 34 | top: 0; 35 | line-height: 50px; 36 | font-size: 10px; 37 | } 38 | .nav-right{ 39 | position: absolute; 40 | right: 15px; 41 | top: 0; 42 | line-height: 50px; 43 | font-size: 10px; 44 | } 45 | .nav-warp{ 46 | text-align:center; 47 | line-height: 50px; 48 | font-size: 20px; 49 | text-decoration: none; 50 | font-weight: 500; 51 | } 52 | .nav-right .admin{ 53 | position: absolute; 54 | right: 50px; 55 | top: 50%; 56 | margin-top: -9.5px; 57 | } 58 | .nav a{ 59 | text-decoration: none; 60 | color:#333; 61 | } 62 | .nav-warp a{ 63 | padding:0 30px; 64 | } -------------------------------------------------------------------------------- /css/cailiao-title.css: -------------------------------------------------------------------------------- 1 | *{margin: 0;padding:0;} 2 | .head{ 3 | text-align: center; 4 | height: 80px; 5 | background: rgb(24, 190, 190); 6 | } 7 | .head-logo 8 | { 9 | height: 80px; 10 | } -------------------------------------------------------------------------------- /css/xiami-container.css: -------------------------------------------------------------------------------- 1 | .container{ 2 | background: rgb(247,247,255); 3 | 4 | } 5 | .container-inside{ 6 | width: 1130px; 7 | background-image: url(../imges/xiaomi9.jpeg); 8 | height: 588px; 9 | background-repeat: no-repeat; 10 | background-position-x: center; 11 | background-position-y: center; 12 | margin: 0 auto; 13 | margin-left: auto; 14 | margin-right: auto; 15 | } 16 | .container-nav{ 17 | float: right; 18 | bottom: -63px; 19 | right: 0; 20 | } 21 | -------------------------------------------------------------------------------- /css/xiaomi-bottom .css: -------------------------------------------------------------------------------- 1 | .bottom li{ 2 | float: left; 3 | list-style: none; 4 | } 5 | .bottom a{ 6 | text-decoration: none; 7 | color: rgb(102,102,102); 8 | } 9 | .bottom p{ 10 | color: rgb(102,102,102); 11 | } 12 | .bottom{ 13 | width: 1130px; 14 | margin-left: auto; 15 | margin-right: auto; 16 | } 17 | .bottom-firstline{ 18 | margin-left: auto; 19 | margin-right: auto; 20 | width: 400px; 21 | line-height: 20px; 22 | margin-bottom: 20px; 23 | } 24 | .bottom-secondline{ 25 | margin-left: auto; 26 | margin-right: auto; 27 | width: 600px; 28 | line-height: 30px; 29 | } 30 | .bottom{ 31 | margin-top: 100px; 32 | font-size:13px; 33 | position: relative; 34 | } 35 | .bottom-firstline a:hover{ 36 | color: black; 37 | } 38 | .bottom-secondline i{ 39 | background-image: url(../imges/police.png); 40 | display: inline-block; 41 | width: 20px; 42 | height: 20px; 43 | } 44 | .bottom-firstline li{ 45 | padding: 0 5px; 46 | } -------------------------------------------------------------------------------- /css/xiaomi-login.css: -------------------------------------------------------------------------------- 1 | .container-login>a{ 2 | color: rgb(255,103,0) 3 | } 4 | .container-login a{ 5 | text-decoration: none; 6 | } 7 | .container-login li{ 8 | float: left; 9 | list-style: none; 10 | } 11 | .container-login{ 12 | position: absolute; 13 | left: 30px; 14 | top: 295px; 15 | width: 350px; 16 | } 17 | .container-login ul{ 18 | float: right; 19 | } 20 | .login-way a{ 21 | color: rgb(102,102,102); 22 | } 23 | .login-way a:hover{ 24 | color: rgb(255,103,0); 25 | } -------------------------------------------------------------------------------- /css/xiaomi-nav-text.css: -------------------------------------------------------------------------------- 1 | .container-nav{ 2 | position: relative; 3 | width: 410px; 4 | height: 525px; 5 | background: white; 6 | /* border: 1px solid rgb(102,102,102); */ 7 | } 8 | .text-uesr{ 9 | width: 350px; 10 | height: 50px; 11 | /* border: 1px solid rgb(102,102,102); */ 12 | display: block; 13 | box-sizing: border-box; 14 | margin-bottom: 15px; 15 | padding-left: 20px; 16 | } 17 | .text-password{ 18 | width: 350px; 19 | height: 50px; 20 | /* border: 1px solid rgb(102,102,102); */ 21 | display: block; 22 | box-sizing: border-box; 23 | margin-bottom: 25px; 24 | padding-left: 20px; 25 | } 26 | .nav-title li{ 27 | float: left; 28 | list-style: none; 29 | line-height: 40px; 30 | } 31 | .nav-title a{ 32 | text-decoration: none; 33 | color: rgb(102,102,102); 34 | font-size: 25px; 35 | } 36 | .nav-title a:hover{ 37 | color: rgb(255,103,0); 38 | } 39 | .nav-title-word{ 40 | font-size: 20px; 41 | padding: 0 40px; 42 | } 43 | .text-go{ 44 | width: 350px; 45 | height: 50px; 46 | /* border: 1px solid rgb(102,102,102); */ 47 | background: rgb(255,103,0); 48 | display: block; 49 | color:#eee; 50 | } 51 | .nav-title{ 52 | position: absolute; 53 | left: 7px; 54 | top: 30px; 55 | } 56 | .nav-text{ 57 | position: absolute; 58 | left: 30px; 59 | top: 95px; 60 | display: inline-block; 61 | } 62 | .nav-title-cut{ 63 | font-size: 30px; 64 | position: absolute; 65 | top: 29px; 66 | left: 170px; 67 | } 68 | .special a{ 69 | color: rgb(255,103,0); 70 | } 71 | .saoma{ 72 | width: 180px; 73 | height: 180px; 74 | position: absolute; 75 | top: 95px; 76 | left: 107px; 77 | } 78 | .saoma{ 79 | display: none; 80 | } -------------------------------------------------------------------------------- /css/xiaomi-other-way.css: -------------------------------------------------------------------------------- 1 | .other-way-title p{ 2 | position: absolute; 3 | bottom: 85px; 4 | left: 165px; 5 | } 6 | .line-left{ 7 | width: 130px; 8 | height: 1px; 9 | border:0.5px solid rgb(102,102,102); 10 | position: absolute; 11 | left:35px; 12 | bottom:92px; 13 | box-sizing: border-box; 14 | } 15 | .line-right{ 16 | width: 138px; 17 | height: 1px; 18 | border:0.5px solid rgb(102,102,102); 19 | position: absolute; 20 | right:35px; 21 | bottom:92px; 22 | box-sizing: border-box; 23 | } 24 | .other-way{ 25 | /* border: 1px solid #333; */ 26 | height: 50px; 27 | position: absolute; 28 | bottom: 40px; 29 | left: 30px; 30 | width: 350px; 31 | } 32 | .other-way li{ 33 | float: left; 34 | list-style: none; 35 | } 36 | .other-way a{ 37 | display: inline-block; 38 | width: 30px; 39 | height: 30px; 40 | /* border: 1px solid #333; */ 41 | margin: 10px 15px; 42 | border-radius: 50%; 43 | position: relative; 44 | } 45 | .other-way ul{ 46 | margin-left: 50px; 47 | } 48 | .other-way i{ 49 | display: inline-block; 50 | position: absolute; 51 | background-image: url(../imges/other-ways.png); 52 | /* width: 18px; 53 | height: 18px; 54 | margin: auto; 55 | left: 0;right: 0;top: 0;bottom: 0; */ 56 | } 57 | .way-qq{ 58 | background:rgb(2,136,209); 59 | } 60 | .qq{ 61 | background-position-x: -19px; 62 | width: 18px; 63 | height: 18px; 64 | margin: auto; 65 | left: 0;right: 0;top: 0;bottom: 0; 66 | } 67 | .way-weibo{ 68 | background: rgb(211,47,47); 69 | } 70 | .weibo{ 71 | background-position-x: -38px; 72 | width: 18px; 73 | height: 18px; 74 | margin: auto; 75 | left: 0;right: 0;top: 0;bottom: 0; 76 | } 77 | .way-zhifubao{ 78 | background: rgb(0,170,238); 79 | } 80 | .zhifubao{ 81 | background-position-x: -57px; 82 | width: 22px; 83 | height: 18px; 84 | margin: auto; 85 | left: 0;right: 0;top: 0;bottom: 0; 86 | } 87 | .way-weixin{ 88 | background: rgb(0,210,13); 89 | } 90 | .weixin{ 91 | background-position-x: -85px; 92 | width: 22px; 93 | height: 18px; 94 | margin: auto; 95 | left: 0;right: 0;top: 0;bottom: 0; 96 | } -------------------------------------------------------------------------------- /css/xiaomi-title .css: -------------------------------------------------------------------------------- 1 | *{margin: 0;padding: 0} 2 | body{ 3 | font-size: 12px; 4 | color: #666; 5 | } 6 | .title-logo{ 7 | margin:0 auto; 8 | width: 1130px; 9 | } 10 | .title-logo a{ 11 | width: 200px; 12 | height: 98px; 13 | } -------------------------------------------------------------------------------- /html/关于远大.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 关于远大 9 | 65 | 66 | 67 |
68 | 69 |
70 | 71 | 76 | 77 | 78 |
79 | 80 |

在去年的全国两会上,他提交了“关于加强中医文化在健康中国及文化自信建设中的作用”提案。办理单位对吴焕淦在提案中提出的建立国家级中医文化博物馆,让中医文化进校园、进社区等建议给予了积极回应。去年8月20日至22日,吴焕淦应邀列席全国政协常委会议,并以“关于改善中药重金属污染现状的建议”为题在分组讨论中发言。

81 |

自2015年以来,国家支持海外中医药中心建设,由北京中医药大学、上海中医药大学、南京中医药大学等中医院校及科研机构承担。吴焕淦的许多同事、学生在捷克、马耳他、摩洛哥等中国中医中心都有驻站工作经历。通过向他们详细了解实际情况后,吴焕淦计划今年提出进一步推进建设海外中医药中心的建议。

82 |

“履职与行医,都要精益求精。”吴焕淦表示,在人民政协成立70周年之际,他将开展更广泛、深入的调研,为中医药事业发展献计献策。(经济日报-中国经济网记者 李治国)

83 | 84 |
85 | 86 | 87 |
88 |
89 | 版权所有:工程大学 90 | 技术支持:武汉工程大学计算机系 91 |
92 |
93 | ©2019 Baidu 使用百度前必读 意见反馈 京ICP证030173号 94 |
95 |
96 | 97 | 98 | -------------------------------------------------------------------------------- /html/家居医生.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 53 | 54 | 55 |
56 | 57 |
58 |
59 |

温馨法式风 生活家实木复合地板测评

60 |
2016-1-15 00:15:23 来源:PCHOUSE 作者:DANIBOY
61 | 62 |

元宵节的夜晚,人们走上街头,看灯赏景。而在中国科学院山西煤炭化学研究所材料楼,全国人大代表、中国科学院山西煤炭化学研究所副所长、碳纤维学术带头人吕春祥,刚刚结束了一天的工作,还未来得及阅读并回复朋友们发来的祝福信息。

63 |
64 |
生活家秋色赛尔实木复合地板
65 |
“作为学者代表,要时刻铭记积极为国家建言献策,围绕碳纤维做工作。”碳纤维是与国民经济和国防安全密切相关的战略物资,碳纤维产业是当今新材料界发展最为活跃的产业之一,也是技术集成度高、经济带动力强、发展速度快、综合效益好的新兴产业。2018年,吕春祥受国家新材料产业发展领导小组等单位委托,在中国工程院干勇院士和李仲平院士的领导下,会同国内有关专家,先后就国家“卡脖子”材料、碳纤维及其复合材料领域重大生产性短板装备情况、2018年碳纤维领域研发生产及应用情况进行专题调研,所形成的调研报告为国家战略性决策提供了关键依据。
66 |
生活家秋色赛尔实木复合地板
67 |
68 |

吕春祥说:“人大代表有一份沉甸甸的责任,应该时刻将职责铭记在心里、履职在行动上。我还要继续努力,在不断学习中认真做好每一件事。”

69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 |
生活家秋色赛尔实木复合地板基本信息
品牌生活家
系列普罗旺斯系列
名称桦木-秋色赛尔
规格1210*165*1436mm
产品类别多层实木复合
主要工艺平面仿古,手工倒角,手工擦色
评测方法外观纹理、拼接效果、承重性、耐磨性、抗污性、防火阻燃、防水防潮
100 |
101 | 102 | -------------------------------------------------------------------------------- /html/小米登录.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 小米商城 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 21 |
22 | 23 |
24 | 25 |
26 | 27 | 28 | 29 |
30 | 31 |
32 | 39 | 49 |
50 | 58 |
59 | 60 |
61 |
62 | 63 |
64 |
65 |

其他方式登录

66 |
67 |
68 |
    69 |
  • 70 |
  • 71 |
  • 72 |
  • 73 |
74 |
75 |
76 |
77 |
78 |
79 | 90 |
91 |
92 |
    93 |
  • 小米公司版权所有-京ICP备10046444-

  • 94 |
  • 95 |
  • 京公网安备11010802020134号-京ICP证110507号

  • 96 |
97 |
98 |
99 | 106 | 107 | -------------------------------------------------------------------------------- /html/材料列表页.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 材料库列表页 8 | 9 | 10 | 320 | 321 | 322 |
323 | 324 |
325 | 326 |
327 | 334 |
335 | 336 | 337 | 338 |
339 | 353 | 357 | 365 | 376 |
377 | 378 | 379 | 392 | 393 | 394 |
395 |
396 | 405 |
406 |
407 | 416 |
417 |
418 | 427 |
428 |
429 | 438 |
439 |
440 |
441 |
442 | 451 |
452 |
453 | 462 |
463 |
464 | 473 |
474 |
475 | 484 |
485 |
486 | 487 | 488 |
489 | 502 |
503 | 504 | 505 |
506 | 512 |
513 | 514 | 515 |
516 |
517 |
    518 | 519 |
  • 为环境健康把好每一关
  • 520 |
  • 家居医生致力于中国人的家居健康问题,通过专业的研究
  • 521 |
  • 和测评,倾力协助大众打造绿色、环保的人居生活环境
  • 522 |
523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 |
关于我们版权说明官方微信
联系我们客户隐私天猫旗舰店
加入我们免责声明有赞商城
540 |
541 |
542 |

深圳建筑科学研究院股份有限公司 家居医生网

543 | 544 |
545 |
546 | 547 | 548 | -------------------------------------------------------------------------------- /html/材料列表页改.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 材料库列表页改 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 |
24 | 43 | 44 |
45 | 52 |
53 | 54 | 55 | 56 |
57 | 71 | 75 | 83 | 94 |
95 | 96 | 97 | 110 | 111 | 112 |
113 |
114 | 123 |
124 |
125 | 134 |
135 |
136 | 145 |
146 |
147 | 156 |
157 |
158 |
159 |
160 | 169 |
170 |
171 | 180 |
181 |
182 | 191 |
192 |
193 | 202 |
203 |
204 | 205 | 206 |
207 | 220 |
221 | 222 | 223 |
224 | 230 |
231 | 232 | 233 |
234 |
235 |
    236 | 237 |
  • 为环境健康把好每一关
  • 238 |
  • 家居医生致力于中国人的家居健康问题,通过专业的研究
  • 239 |
  • 和测评,倾力协助大众打造绿色、环保的人居生活环境
  • 240 |
241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 |
关于我们版权说明官方微信
联系我们客户隐私天猫旗舰店
加入我们免责声明有赞商城
258 |
259 |
260 |

深圳建筑科学研究院股份有限公司 家居医生网

261 | 262 |
263 |
264 | 265 | 266 | -------------------------------------------------------------------------------- /html/百度链接.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 百度链接 9 | 51 | 52 | 53 |

个人网站

54 |
55 |
56 | 57 | 60 |
61 |

About Us

62 | 63 | 70 |
71 | 去百度 72 | 去淘宝 73 |
74 |
75 | 76 | -------------------------------------------------------------------------------- /imges/Icons/Gus.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/Gus.ico -------------------------------------------------------------------------------- /imges/Icons/badge.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/badge.ico -------------------------------------------------------------------------------- /imges/Icons/black scorpion.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/black scorpion.ico -------------------------------------------------------------------------------- /imges/Icons/boots.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/boots.ico -------------------------------------------------------------------------------- /imges/Icons/cattle scull.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/cattle scull.ico -------------------------------------------------------------------------------- /imges/Icons/pocket watch.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/pocket watch.ico -------------------------------------------------------------------------------- /imges/Icons/rattlesnake.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/rattlesnake.ico -------------------------------------------------------------------------------- /imges/Icons/rope.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/rope.ico -------------------------------------------------------------------------------- /imges/Icons/wagon wheel.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/Icons/wagon wheel.ico -------------------------------------------------------------------------------- /imges/baidu background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/baidu background.jpg -------------------------------------------------------------------------------- /imges/baidu pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/baidu pic.jpg -------------------------------------------------------------------------------- /imges/doctor logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/doctor logo.png -------------------------------------------------------------------------------- /imges/doctor pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/doctor pic.png -------------------------------------------------------------------------------- /imges/index pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/index pic.jpg -------------------------------------------------------------------------------- /imges/list-adm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-adm.png -------------------------------------------------------------------------------- /imges/list-footerLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-footerLogo.png -------------------------------------------------------------------------------- /imges/list-loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-loc.png -------------------------------------------------------------------------------- /imges/list-pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-pic.png -------------------------------------------------------------------------------- /imges/list-shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-shop.png -------------------------------------------------------------------------------- /imges/list-tianmao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-tianmao.png -------------------------------------------------------------------------------- /imges/list-weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-weixin.png -------------------------------------------------------------------------------- /imges/list-weixin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/list-weixin2.png -------------------------------------------------------------------------------- /imges/other-ways.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/other-ways.png -------------------------------------------------------------------------------- /imges/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/phone.png -------------------------------------------------------------------------------- /imges/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/plus.png -------------------------------------------------------------------------------- /imges/police.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/police.png -------------------------------------------------------------------------------- /imges/saoma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/saoma.png -------------------------------------------------------------------------------- /imges/web logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/web logo.ico -------------------------------------------------------------------------------- /imges/worktwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/worktwo.png -------------------------------------------------------------------------------- /imges/xiaomi-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/xiaomi-logo.png -------------------------------------------------------------------------------- /imges/xiaomi9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/xiaomi9.jpeg -------------------------------------------------------------------------------- /imges/yuanda logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/yuanda logo.png -------------------------------------------------------------------------------- /imges/yuanda pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/yuanda pic.jpg -------------------------------------------------------------------------------- /imges/yudan logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengrongbin/github-homework/b6cd2c9aaccb6572fa5496f5c4d6f617b91eb870/imges/yudan logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 诗意生活 9 | 81 | 82 | 83 |

84 | 诗意生活 85 |

86 |
87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 |
百度链接
关于远大
家居医生
材料列表页
材料列表页改
小米登录
95 |
96 |
97 |

除了生活还有诗和远方

98 | 99 |

人生至少有两次冲动,一次为了奋不顾身的爱情,一次为了说走就走的旅行。终于发现,我所拥有的,竟是如此繁华。一个人,才不会孤单。人生最好的旅行,就是你在一个陌生的地方,发现一种久违的感动。有一种旅行,不为跋涉千里的向往,只为漫无目的的闲逛,不为人 山人海的名胜,只为怡然自乐的街景。

100 |

关于旅行:

101 | 106 |
107 |
尼采说:
108 |
对待生命你不妨大胆点,因为它终将离你远去
109 |
110 | 111 |
112 | 113 | --------------------------------------------------------------------------------