当前位置:   article > 正文

课程大作业之华为鸿蒙官网(HTML5+CSS3)_鸿蒙去期末作业课 设代码

鸿蒙去期末作业课 设代码

前言

大家好,本篇文章分析一下 用HTML5+CSS3实现华为鸿蒙官网!
该网页结构相对简单,比较适合大家当个课程设计啥的!
大家如果正在面临课程设计的烦恼,那么恭喜大家遇见了我,因为我也是学生,我前段时间也正在饱受摧残,现在将我的作品展示给大家,大家如果有任何问题了,可以及时联系我,帮助大家!

一、效果展示

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

二、部分代码展示

因为篇幅受限,所有这里仅展示部分代码,完整代码在文章末尾

 <div class="head1">
        <div class="head1_1">
            <a href="">注册</a>
            <a href="">登录</a>
            <a href="">简体中文</a>
        </div>
    </div>

    <div class="container">
        <div class="con1">
            <div class="a1">
                <a href="#"><img src="imgs/harmonyOS_logo.png" alt=""
                        style="float: left; height: 20px;width: 93px; margin-top: 35px;"></a>
            </div>
            <div class="a2">
                <ul>
                    <li><a href="#">开发</a></li>
                    <li><a href="#">活动</a></li>
                    <li><a href="#">资讯</a></li>
                    <li><a href="#">生态合作</a></li>
                    <li><a href="#">开发者社区</a></li>
                </ul>
            </div>
            <div class="a3">
                <input type="search" placeholder="请输入关键词"
                    style="float: right; height: 40px; width: 200px; border-radius: 20px; margin-top: 22px;">
            </div>

        </div>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29


.head1 {
    /* width: 1518px; */
    position: relative;
    width: 100%;
    height: 25px;
    background-color: #f5f5f5;
}

.head1_1 {
    width: 1395px;
    height: 25px;
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 15px;
    padding-right: 15px;
}

.head1_1 a {
    text-decoration: none;
    float: right;
    color: #000;
    font-size: 12px;
    line-height: 25px;
    margin-left: 19px;
}


/* 中间 */

.container {
    width: 1518px;
    min-height: 2100px;
    /* background-color: red; */
    position: relative;
    margin: 0 auto;
}

.con1 {
    width: 1360px;
    height: 81px;
    padding-left: 80px;
    padding-right: 80px;
    /* background-color: aqua; */
    background-color: #fff;
}

.con1 .a2 ul li {
    float: left;
    margin-top: 30px;
    padding: 0 30px;
}

.con1 .a2 ul li a {
    color: #1E1911;
    font-size: 16px;
}

.con2 {
    width: 1520px;
    height: 640px;
    /* background-color: seagreen; */
}

.head3_lunbo {
    width: 4560px;
    height: 640px;
    animation: text 10s infinite backwards;
    /*消除图片间隔*/

}

.head3_lunbo img {
    width: 1520px;
    height: 640px;
    float: left;
}

@keyframes text {

    /*0%-20%是播放下一个图片,0%-10%是图片暂停的时间*/
    0%,
    35% {
        margin-left: 0px;
    }

    40%,
    70% {
        margin-left: -1520px;
    }

    75%,
    100% {
        margin-left: -3040px;
    }


}

.con3 {
    width: 1520px;
    height: 560px;
    /* background-color: tomato; */
    background-color: #fff;
}

.con4 {
    width: 1520px;
    height: 3022px;
    background-color: gold;
}

.con5 {
    width: 1520px;
    height: 940px;
    padding-bottom: 96px;
    /* background-color: purple; */
}

.con5_1 {
    width: 1280px;
    height: 180px;
    padding-top: 120px;
    margin-left: 120px;
    margin-right: 120px;
    /* background-color: seagreen; */
}

.con5_2 {
    width: 1280px;
    height: 640px;
    margin-left: 120px;
    margin-right: 120px;
}

.con5_2 img {
    width: 1280px;
    height: 640px;
}

.con6 {
    width: 1520px;
    height: 940px;
    padding-bottom: 96px;
    /* background-color: salmon; */
}

.con7 {
    width: 1520px;
    height: 804px;
    /* background-color: aquamarine; */
}

.con7_1 {
    width: 346px;
    height: 436px;
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 15px;
}

.con7_1 img {
    width: 220px;
    height: 220px;
}

.con7_1 h3 {
    width: 352px;
    height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
    color: #000000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.con7_1 p {
    width: 352px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.8);
}

.con7_1:hover {
    box-shadow: 4px 20px 40px 5px rgba(0, 0, 0, .1);
}

.end {
    /* width: 1518px; */
    position: relative;
    width: 100%;
    height: 500px;
    /* background-color: pink; */
    background-color: #F5F5F5;
}

.end .y1 {
    height: 500px;
    width: 1285px;
    /* background-color: pink; */
    margin: 0 auto;
}

.end .y1 .y2 .y5 {
    float: left;
    height: 339px;
    width: 214px;
    /* background-color: pink; */
}

.end .y1 .y2 .y6 {
    float: left;
    height: 339px;
    width: 214px;
    /* background-color: pink; */
}

.end .y1 .y2 .y7 {
    float: left;
    height: 339px;
    width: 214px;
    /* background-color: pink; */
}

.end .y1 .y2 .y8 {
    float: left;
    height: 339px;
    width: 214px;
    /* background-color: pink; */
}

.end .y1 .y2 .y9 {
    float: left;
    height: 339px;
    width: 214px;
    /* background-color: pink; */
}

.end .y1 .y2 .y10 {
    float: left;
    height: 339px;
    width: 214px;
    /* background-color: pink; */
}

.end .y1 .y2 h4 {
    margin-top: 70px;
    margin-left: 30px;
}

.end .y1 .y2 ul {
    margin-left: 30px;
}

.end .y1 .y2 ul li {
    margin-top: 20px;
}

.end .y1 .y2 ul li a {
    color: #565956;
    font-size: 16px;
}

.end .y1 .y2 ul li a:hover {
    text-decoration: underline;
}

.end .y3 .y11 {
    float: left;
    height: 85px;
    width: 200px;
    /* background-color: pink; */
}

.end .y3 .y12 {
    float: right;
    height: 85px;
    width: 200px;
    /* background-color: pink; */
}

.end .y4 ul li {
    float: left;
    margin-top: 35px;
}

.end .y4 ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #B0B1B0;
}

.end .y4 ul li a:hover {
    text-decoration: underline
}

.end .y1 .y2 html {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 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
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 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
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315

三、项目完整源代码

链接:https://pan.baidu.com/s/1k6llDi-DfxNsfmO5g_L6NQ?pwd=1215
提取码:1215

四、大家有任何问题都可以及时联系我或者在评论区指出

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/297008
推荐阅读
相关标签
  

闽ICP备14008679号