用web前端写出一个高校官网

news2024/11/23 21:44:05

所实现的效果如链接:

http://127.0.0.1:5500/school.html

<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8">

        <title>xigongshang</title>

        <style>

            * {margin: 0;padding: 0;}

            a{

                text-decoration: none;

            }

            ol, ul {

                list-style: none;

            }

            ul > li >a{

                color: rgb(255, 255, 255);

                font-size: 22px;    

            }

            .header{

                background: #fff;

                position: fixed;

                z-index: 2;

                width: 100%;

                transition: all .5s;

            }

            .box{

                width: 1200px;

                height:60px;

                margin: auto;

            }

            .box > img {

                width: 400px;

                height: 60px;

            }

            .box > input{

                position: absolute;

                left: 1200px;

                top: 10px;

                width: 200px;

                padding:10px 10px;

                border-radius:5px;

                border-color: #B8B8B8;

                box-sizing: border-box;

                font-size: 15px;

            }

            .nav {

                height: 60px;

                background-color: #A7232D;

            }

            .nav > ul {

                width: 1300px;

                margin: auto;

                height: 60px;

            }

            .nav > ul > li {

                height: 60px;

                width: 140px;

                float: left;

                text-align: center;

                line-height: 60px;

               

            }

            .nav > ul >li :hover {

                color: rgb(108, 32, 32);

                background-color: rgb(255, 253, 253);

                display: block;

            }

       

            .nav > ul :hover .box1 {

                display: block;

            }

            .box1{

                background-color: #fff;

                color: rgb(201, 27, 27);

                display: none;

                height: 240px;

                width: 400px;

                cursor: pointer;

            }

            .box1 >p> img{

                margin-top: 20px;

                width: 150px;

                height: 190px;

                float: left;

                margin-left: 10px;

                cursor: pointer;

            }

            .box1 > p >a{

                color: #000000;

                text-decoration: none;

                margin-right: 20px;

                font-size: 20px;

                font-weight: bold;

                font-family: 宋体;

            }

             

            .body1{

            background: #8d1d26;    

            }

            .body1> img {

                margin-top: 120px;

                width: 100%;

                height: 900px;

               

            }

            .body2{

                width: 2000px;

                height: 900px;

                background-color: #8d1d26;

                position: relative;

                margin: auto;

            }

            .title{

                width: 1200px;

                height: 100px;

                left: 400px;

                top: 50px;

                position: absolute;

            }

            .title > span{

                font-size: 60px;

                color: #fff;

                margin-left: 500px;

       

            }

            .title > p{

                font-size: 20px;

                color: #fff;

                margin-left: 275px;

                font-family: 宋体;

            }

            .body2 > .p1 > div:hover{

                background: #de6262ae;

                color: #ffffff;

                cursor: pointer;

            }

            .p1 {

                width: 450px;

                height: 470px;

                position: absolute;

                top: 190px;

                left: 280px;

                background: url(./wb前端/img/zp1.png);

               

            }

            .p1 > div{

                width: 400px;

                height: 100px;

                position: absolute;

                left: 15px;

                top:350px;

                background-color: #ffffff98;

                font-size: 22px;

                /*white-space: nowrap;文字后面三点*/

                overflow: hidden;

                text-overflow: ellipsis;

                color: #000000

            }

            .p2 :hover{

                background-color: #b3353f;

                color: #ffffff;

            }

           

            .p2 {

                width: 500px;

                height: 470px;

                position: absolute;

                top: 190px;

                left: 780px;

            }

           

           

            .p2_1{

                width: 450px;

                height: 230px;

                position: absolute;

                background-color: rgb(252, 252, 252);

               

               

             

            }

            .p2_1_1{

                position: absolute;

                top: 15px;

                font-size: 27px;

                left: 10px;

                width: 400px;

                height: 40px;

                white-space: nowrap;

                overflow: hidden;

                text-overflow: ellipsis;

               

            }

            .p2_1_2{

                position: absolute;

                top: 60px;

                font-size: 17px;

                left: 10px;

                width: 400px;

                height: 55px;

                white-space: nowrap;

                overflow: hidden;

                text-overflow: ellipsis;

            }

            .p2_1_3{

                position: absolute;

                top: 130px;

                font-size: 30px;

                left: 10px;

            }

            .p2_1_4{

                position: absolute;

                top: 170px;

                font-size: 17px;

                left: 10px;

               

            }

            .p2_2{

                width: 450px;

                height: 230px;

                position: absolute;

                top: 240px;

   

                background-color: rgb(255, 255, 255);

               

            }

            .p3 :hover{

                background-color: #b3353f;

                color: #ffffff;

               

            }

            .p3 {

                width: 500px;

                height: 470px;

                position: absolute;

                top: 190px;

                left: 1290px;

            }

            .p3_1{

                width: 450px;

                height: 153px;

                position: absolute;

                background-color: rgb(255, 255, 255);

            }

            .p3_1_1{

                width: 150px;

                height: 153px;

                position: absolute;

            }

            .p3_1_1 >div{

                top: 20px;

                left: 15px;

                font-size: 45px;

                position: absolute;

                white-space: nowrap;

                overflow: hidden;

               text-overflow: ellipsis;

            }

            .p3_1_1 >span{

                top: 75px;

                left: 15px;

                font-size: 25px;

                position: absolute;

            }

            .p3_1_2{

                width: 300px;

                height: 153px;

                float: right;

            }

            .p3_1_2 > div{

                top: 40px;

                left: 150px;

                font-size: 27px;

                position: absolute;

            }

            .p3_2{

                width: 450px;

                height: 153px;

                position: absolute;

                top: 160px;

                background-color: rgb(255, 255, 255);

            }

            .p3_3{

                width: 450px;

                height: 153px;

                position: absolute;

                top:320px;

                background-color: rgb(255, 255, 255);

            }

           

            .body3{

                width: 2000px;

                height: 900px;

                background-color: #0e1a55d4;

                margin: auto;

                position: relative;

            }        

   

            .part{

                width: 1600px;

                height: 440px;

                margin-left:155px;

                /* border: 1px solid black;  */

                position: absolute;

                top: 200px;

            }

            .par {

                width: 350px;

                height: 430px;

               margin-left: 50px;

                background-image: url(./wb前端/img/屏幕截图\ 2024-11-06\ 162958.png);

                /* background-size: 275px 350px; */

                float: left;

                /* border: 1px solid black; */

            }

            .par>.pa {

                width: 75px;

                height: 75px;

                margin-top: 20px;

                margin-left: 250px;

                padding-top: 15px;

                background-color: rgba(107, 104, 104, 0.721);

                text-align: left;

                color: rgb(3, 3, 3);

                /* border: 1px solid black; */

            }

            .par>.p {

                width: 350px;

                height: 75px;

                margin-top: 245px;

                background-color: #696969aa;

                overflow: hidden;

                text-overflow: ellipsis;

                color: rgb(0, 0, 0);

                transition: 1s;

            }

            .par>.p:hover {

                margin-top: 45px;

                height: 275px;

            }          

                       

            .body4{

                width: 2000px;

                height: 800px;

                background-color: #c1c1c1d4;

                margin: auto;

                position: relative;

            }

            .flex-container2{

                display: flex;

                -webkit-flex-wrap: wrap;

                flex-wrap: wrap;

                width: 1570px;

                height: 450px;

                position: absolute;

                top: 190px;

                left: 280px;

                /* background-color: #27855ed4; */

            }

            .subject{

                width: 350px;

                height: 200px;

                /*background-color: rgb(255, 255, 255); */

                margin: 20px;

                display: flex;

                flex-direction: column;

            }

            .body5{

                width: 2000px;

                height: 1400px;

                background-image: linear-gradient(rgb(184, 49, 49),rgba(152, 150, 150, 0.74),#ffffff);

                margin: auto;

                position: relative;

            }

            .charming_campus {

            display: -webkit-flex;

            display: flex;

            width: 1500px;

            height: 470px;

            position: absolute;

            top: 190px;

            left: 280px;

            /* background-color: #27855ed4; */

           

            }

            .charming {

                width: 500px;

                height: 500px;

                margin: 37px;

                display: flex;

                flex-direction: column;

                justify-content: space-evenly;

                /* background-color: #273285d4; */

                background: url(./wb前端/img/picture.png);

            }

            .campus{

                width: 400px;

                height: 500px;

                margin: 37px;

                display: flex;

                flex-direction: column;

                justify-content: space-evenly;

                text-transform: uppercase;

                transition: all 0.5s;

                /* background-color: #273285d4;  */

            }

            .campus :hover{

                transform: scale(1.1);

                cursor: pointer;

         

               

            }

            .cp1{

                width: 400px;

                height: 235px;

                background: url(./wb前端/img/huiyi.jpg);

                position: absolute;

                top: 37px;

                transition: 1s;

            }

            .cp{

               font-size: 40px;

               position: absolute;

             

               top: 80px;

               left: 150px;

               color: #ffffff;

            }

            .cp2{

                width: 400px;

                height: 235px;

                position: absolute;

                top:305px;

                background-color: rgba(197, 183, 29, 0.694);

                transition: 1s;

            }

            .cp3{

                width: 400px;

                height: 235px;

                background-color: rgba(197, 183, 29, 0.568);

                position: absolute;

                top: 37px;

                transition: 1s;

            }

            .cp4{

                width: 400px;

                height: 235px;

                position: absolute;

                top:305px;

                background: url(./wb前端/img/sport.jpg);

                transition: 1s;

            }

            .charming_campus1 {

            display: -webkit-flex;

            display: flex;

            width: 1500px;

            height: 500px;

            position: absolute;

            top: 800px;

            left: 280px;

            /* background-color: #27855ed4;  */

            text-transform: uppercase;

             transition: all 1s;

            }

             .c1:hover{

                    transform: scale(1.08)

                   

            }

            .c1{

                /* background-color: rgb(0, 255, 187); */

                width: 410px;

                height: 500px;

                margin-left: 70px;

                transition: 1s;

                 

            }

   

            .cc1 {

                background-color: rgb(255, 255, 255);

                width: 410px;

                height: 410px;

                /* margin: 33px; */

                border-radius: 15px;

               margin-top: 90px;

            }

            .cc1_1{

                background: url(./wb前端/img/zhoashen.png);

                width: 350px;

                height: 140px;

                border:1px solid #fff;

                position: absolute;

                top: 10px;

                margin-left: 25px;

                border-radius: 15px;

            }

             .cc1_2{

                width: 350px;

                height: 140px;

                border:1px solid #fff;

                background: url(./wb前端/img/jiaoyu.png);

                position: absolute;

                top: 10px;

                margin-left: 25px;

                border-radius: 15px;

            }

            .cc1_21{

                font-size: 30px;

                margin-left: 10px;

                top: 160px;

                position: absolute;

             }

             .cc1_22{

                width: 340px;

                font-size: 20px;

                margin-left: 10px;

                top: 210px;

                position: absolute;

             }

            .cc1_3{

                background: url(./wb前端/img/jiuye\ \(2\).png);

                width: 350px;

                height: 140px;

                border:1px solid #fff;

                position: absolute;

                top: 10px;

                margin-left: 25px;

                border-radius: 15px;

            }

                     

            .more{

                width: 175px;

                height: 45px;

                color: #fff;

                font-size: 17px;

                border-radius: 20px;

                background-color: rgb(184, 49, 49);

                float: right;

                margin: 7px;

                margin-top: 350px;

            }

           

            .btn {

                margin: 200px;

                height: 90px;

                width: 400px;

                border: none;

                background: #f0f0f0;

                border-radius: 1rem;

                text-transform: uppercase;

                transition: all 0.5s;

                margin-top: 730px;

                margin-left: 800px;

                font-size: 40px;

            }

            .btn:hover {

                box-shadow: 5px 0px 20px #dd747d76,

                            -5px 0px 20px #dd747d76,

                            0px 5px 20px #dd747d76,

                            0px -5px 20px #dd747d76;

                background: #ccc;

                cursor: pointer;

            }          

            .body6{

                width: 2000px;

                height: 1010px;

                /* background-color: #380d38; */

                margin: auto;

                position: relative;

            }

            .boss {

            display: -webkit-flex;

            display: flex;

            width: 1500px;

            height: 700px;

            position: absolute;

            top: 200px;

            left: 280px;

            /* background-color: #27855ed4;  */

            /* text-transform: uppercase;

             transition: all 1s; */

            }

            .boss1{

                width: 540px;

                height: 550px;

                /* background-color: #b3353f; */

                position: absolute;

                top: 50px;

                margin-left: 50px;

                font-size: 25px;

                font-family: 宋体;

               

            }

            .boss2{

                width: 830px;

                height: 700px;

                /* border: #000000 1px solid; */

               

                margin-left: 700px;

            }

            .more1{

                width: 175px;

                height: 50px;

                color: #fff;

                font-size: 17px;

                border-radius: 20px;

                background-color: rgb(184, 49, 49);

                float: left;

                margin: 7px;

                margin-top: 55px;

            }

        </style>

    </head>

    <body>

        <div class="header">

            <div class="box">

            <img src="./wb前端/img/xigongshang.png" alt="shool">

            <input type="text" name="search" id="search" placeholder="查询">

            </div>

            <nav class="nav">

            <ul>

                <li><a href="#">首页</a></li>

                <li><a href="#">学校概况</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png" alt="">    </p>            

                        <p><a href="#">学校简介</a></p>

                        <p><a href="#">校长寄语</a></p>

                        <p><a href="#">学校领导</a></p>

                        <p><a href="#">学校风光</a></p>

                    </div>

                </li>

                <li><a href="#">组织机构</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png" alt="">    </p>            

                        <p><a href="#">学校简介</a></p>

                        <p><a href="#">校长寄语</a></p>

                        <p><a href="#">学校领导</a></p>

                        <p><a href="#">学校风光</a></p>

                    </div>

                </li>              

                <li><a href="#">教育教学</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png" alt="">    </p>            

                        <p><a href="">校长寄语</a></p>

                        <p><a href="#">学校领导</a></p>

                        <p><a href="#">学校风光</a></p>

                        <p><a href="#">学校标识</a></p>

                    </div>

                </li>

                <li><a href="#">国际教育</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png" alt="">    </p>            

                        <p><a href="#">本(专)硕直通</a></p>

                        <p><a href="#">国际教育学院</a></p>

                    </div>

                </li>

                <li><a href="#">学生服务</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png" alt="">    </p>            

                        <p><a href="#">学生会</a></p>

                        <p><a href="#">心理健康</a></p>

                        <p><a href="#">资料下载</a></p>

                        <p><a href="#">学生动态</a></p>

                    </div>

                </li>

                <li><a href="#">招生就业</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png alt=""> </p>            

                        <p><a href="#">招生网</a></p>

                        <p><a href="#">就业网</a></p>

                    </div>

                </li>

                <li><a href="#">人才招聘会</a>

                    <div class="box1">  

                        <p><img src="./wb前端/img/picture.png" alt="">    </p>            

                        <p><a href="#">招聘公告</a></p>

                        <p><a href="#">联系我们</a></p>

                    </div>

                </li>

                <li><a href="#">校友会</a></li>

            </ul>

            </nav>

        </div>

        <div class="body1">

            <img src="./wb前端/img/xgs2.png" alt="">

        </div>

        <div class="body2">

            <div class="title">

                <span>新闻动态</span>

                <p>忆往昔,桃李不言,自有风雨话沧桑;看今朝,鹿鸣于野,更续诗篇誉三秦!</p>

            </div>

            <DIV class="p1">

                <div >

                    <a href="#" style="color: #000000;">&nbsp;&nbsp;&nbsp;&nbsp;为贯彻落实中共中央办公厅、国务院办公厅印发的《深化新时代教育评价改革总体方案》

                        《关于深化新时代教育督导体制机制改革的意见》等文件精神,按照教育部关于</a>

                </div>

            </DIV>

            <div class="p2">

                <a href="#" style="color: #000000;">

                    <div class="p2_1">

                        <div class="p2_1_1">【专题会议】师德为先,育人为本 |信息工程学院开展师德师风专题会议</div>

                        <br>

                        <div class="p2_1_2">为持续改进教学工作,不断提高教学质量,规范教学秩序,充分体现“以生为本”,

                        艺术与传媒学院于2024年11月1日在下午实验楼301会议室组织开展了2024年秋季学期期中

                        教学检查学生座谈会</div>

                        <br>

                        <br>

                        <br>

                        <br>

                        <hr>

                        <br>

                        <div class="p2_1_3">03</div>

                        <div class="p2_1_4">2024-10</div>

                    </div>

                </a>

                <a href="#" style="color: #000000;">

                    <div class="p2_2">

                        <div class="p2_1_1">【党政培训】西安工商学院成功举办高陵区 村“两委”干部素质能力提升培训班</div>

                        <br>

                        <div class="p2_1_2">为深入学习贯彻党的二十届三中全会精神,

                            充分发挥我校对地方经济社会文化发展的服务功能,有效履行学校作为高陵区“新时代文明实践分中心”的职责要求,提升农村基层干部抓党建促乡村振兴的理论素养、

                            业务水平和履职能力。近日,学校社会公益学院(乡村振兴人才学院)与高陵区委社会工

                            作部联合举办了全区村“两委”干部素质能力提升培训班,来自高陵区86个行政村“两委”骨干共计

                            100余人参加了本次培训活动。</div>

                        <br>

                        <br>

                        <br>

                        <br>

                        <hr>

                        <br>

                        <div class="p2_1_3">03</div>

                        <div class="p2_1_4">2024-10</div>

                    </div>

                </a>

            </div>

            <div class="p3">

                <a href="#" style="color: #000000;">

                    <div class="p3_1">

                        <div class="p3_1_1">

                            <div>03</div>

                            <span>2024-10</span>

                        </div>

                        <div class="p3_1_2">

                            <div>【交流座谈】聆听学子...</div>

                        </div>

                    </div>

                </a>

                <a href="#" style="color: #000000;">

                    <div class="p3_2">

                        <div class="p3_1_1">

                            <div>03</div>

                            <span>2024-10</span>

                        </div>

                        <div class="p3_1_2">

                            <div>【交流座谈】聆听学子...</div>

                        </div>

                    </div>

                </a>

                <a href="#" style="color: #000000;">

                    <div class="p3_3">

                        <div class="p3_1_1">

                            <div>03</div>

                            <span>2024-10</span>

                        </div>

                        <div class="p3_1_2">

                            <div>【交流座谈】聆听学子...</div>

                        </div>

                    </div>

                </a>

            </div>

            <button class="btn">查看全部</button>

        </div>

        <div class="body3">

            <div class="title">

                <span>通知公告</span>

                <p>忆往昔,桃李不言,自有风雨话沧桑;看今朝,鹿鸣于野,更续诗篇誉三秦!</p>

            </div>

            <div class="part">

                <div class="par">

                    <div class="pa">

                        <span style="font-size: 20px;">22</span>

                        <br>

                        2024-10

                    </div>

                    <div class="p">

                        关于2024年课程思政示范项目评审结果的公示

                        <hr>

                        根据教育部《高等学校课程思政建设指导纲要》和我省《陕西省教育厅办公室关于开展第三批课程思政示范项目认定工作的通知》文件要求,学校组织开展了课程思政示范项目申报工作,共收到6个教学单位9门课程申报课程思政示范项目。经专家评审,拟推荐《管理学》、《应用统计学》、《影视编剧》、《数字图像处理应用》等四门课程参加陕西省课程思政示范项目遴选。

                    </div>

                </div>

                <div class="par">

                    <div class="pa">

                        <span style="font-size: 20px;">11</span>

                        <br>

                        2024-10

                    </div>

                    <div class="p">

                        关于推荐申报2024年重点实验室情况的公示

                        <hr>

                        根据《陕西省教育厅办公室关于组织申报2024年度陕西省高等学校重点实验室的通知》(陕教技办〔2024〕14 号)文件要求,经学院推荐、学校审查,最终决定推荐我校机电工程学院“智能制造实验室”申报2024年陕西省重点实验室,现将拟推荐申报项目予以公示。

                    </div>

                </div>

                <div class="par">

                    <div class="pa">

                        <span style="font-size: 20px;">08</span>

                        <br>

                        2024-10

                    </div>

                    <div class="p">

                        关于西安工商学院2024年陕西省高校教师岗前培训暨教师资格教育基础理论知识培训报名人员的公示

                        <hr>

                        根据陕西省高等学校师资培训中心、陕西省教师资格认定指导中心《关于2024年陕西省高校教师岗前培训暨教师资格教育基础理论知识培训报名及工作安排的通知》(陕师培〔2024〕2号)要求,我校已完成 2024年陕西省高校教师岗前培训暨教师资格教育基础理论知识培训报名审核工作, 现将报名人员名单予以公示(具体名单见附件)。

                    </div>

                </div>

                <div class="par">

                    <div class="pa">

                        <span style="font-size: 20px;">23</span>

                        <br>

                        2024-09

                    </div>

                    <div class="p">

                        关于图书馆对大一新生借书开放以及借阅制度更新的通知

                        <hr>

                        为更好地提升服务质量,提供更便捷、更优质的借阅服务,优化广大学生的借阅体验,自即日起,对新生开放图书借阅。出示学生证或者出示手机app小北学生个人信息页面即可进行借阅,大一新生可以由此方式借书。

                    </div>

                </div>

            </div>

           

        </div>

        <div class="body4">

            <div class="title">

                <span>专题栏目</span>

                <p>忆往昔,桃李不言,自有风雨话沧桑;看今朝,鹿鸣于野,更续诗篇誉三秦!</p>

            </div>

            <div class="flex-container2">

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

                <div class="subject">

                    <a href="#"><img src="./wb前端/img/20year.png" alt="" style="height: 100%; width: 1005;"></a>

                </div>

            </div>

        </div>

        <div class="body5">

            <div class="title">

                <span>魅力校园</span>

                <p>忆往昔,桃李不言,自有风雨话沧桑;看今朝,鹿鸣于野,更续诗篇誉三秦!</p>

            </div>

            <div class="charming_campus">

                <div class="charming"></div>

                <div class="campus">

                    <div class="cp1"><div class="cp">人物</div></div>

                    <div class="cp2"><div class="cp">风景</div></div>  

                </div>

                <div class="campus">

                    <div class="cp3"><div class="cp">故事</div></div>

                    <div class="cp4"><div class="cp">运动</div></div>

                </div>

               

            </div>

           

            <div class="charming_campus1">

                <div class="c1">

                   

                    <div class="cc1 ">

                        <div class="cc1_1"></div>

                        <p class="cc1_21">招生</p>

                        <p class="cc1_22"><a href="#" style="color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;西安工商学院招生就业处下设招生办公室是在学校党委和行政领导下负责全日制招生工作的职能部门,主要担任全校专科、专升本、本科招生录取及相关工作。学校招生办公室秉承“阳光招生、为国选才”的工作理念,严格....</a></p>

                        <button class="more">了解更多</button>

                    </div>

                </div>

   

                <div class="c1">

                    <div class="cc1 ">

                        <div class="cc1_2"></div>    

                        <p class="cc1_21">教育教学</p>

                        <p class="cc1_22"><a href="#" style="color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;西安工商学院教育教学工作坚持以学生为中心,以文化育人,加强课程思政建设,持续优化人才培养方案,不断提升育人效果。注重工程实践,突出创新创业,深入推动教育教学改革与产教融合工作。学校不断优化学科布...</a></p>

                        <button class="more">了解更多</button>

                    </div>

                </div>

   

                <div class="c1">

                    <div class="cc1 ">

                        <div class="cc1_3"></div>      

                        <p class="cc1_21">就业</p>

                        <p class="cc1_22"><a href="#" style="color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;西安工商学院招生就业处下设大学生就业指导服务中心是在学校党委和行政领导下负责学校毕业生就业日常工作、为学生提供就业指导和服务的职能部门,是学校就业工作的窗口,在服务学生就业的同时,搭建企业校园招聘的</a></p>

                        <button class="more">了解更多</button>

                    </div>

                </div>

            </div>

        </div>

        <div class="body6">

            <div class="title">

                <span style="color: #000000;">学校概况</span>

                <p style="color: #000000;">忆往昔,桃李不言,自有风雨话沧桑;看今朝,鹿鸣于野,更续诗篇誉三秦!</p>

            </div>

            <div class="boss">

                <div class="boss1">

                    <a href="#" style="color: #000000;"> 西安工商学院(原西安工业大学北方信息工程学院)是经教育部批准设立具有学士学位授予权的本科层次民办

                    普通高等学校。   学校位于八水绕长安的渭水之滨西安市高陵区,学校周边商贸发达,交通便利,

                    乘车四十余分钟即可到达西安市中心、咸阳国际机场和西安北站,即将建成开通的地铁十号线直达校区。

                    学校坚持“高端化、全球化、个性化”发展战略,形成“躬行致曲、和而不同”校训,践行“以学生为中心

                    、以文化育人、注重综合实践、突出创新创意”办学理念,经过十八年的建设与发展,取得了良好的办学成效。

                    软件工程专业获批“双万计划”国家级一流本科专业建设点,机械设计制造及其自动化、财务管理、汉语言文学专业获批省级一流专业建设点...

                    校园配套设施完善,教...</a>

                    <button class="more1">了解更多</button>

                </div>

                <a href="#" class="boss2">

                <img src="./wb前端/img/boss.png" alt="" style="width: 820px;height: 700px ;">

           

                </a>

            </div>

        </div>

    </body>

</html>                

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2246264.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

slice介绍slice查看器

Android Jetpack架构组件(十)之Slices - 阅读清单 - 腾讯云开发者社区-腾讯云 slice 查看器apk 用adb intall 安装 Releases android/user-interface-samples GitHubMultiple samples showing the best practices in the user interface on Android. - Releases android/u…

有关博客博客系统的测试报告 --- 初次进行项目测试篇

文章目录 前言一、博客系统的项目背景二、博客系统的项目简介1.后端功能1.1 用户管理1.2 博客管理1.3 权限管理 2.前端功能2.1 用户界面 测试计划测试工具、环境设计的测试动作功能测试访问博客登录页面博客首页测试博客详情页博客编辑页 自动化测试自动化测试用例自动化测试脚…

QT基础 编码问题 定时器 事件 绘图事件 keyPressEvent QT5.12.3环境 C++实现

一、编码问题 在计算机编程中&#xff0c;流&#xff08;Stream&#xff09;是一种抽象的概念&#xff0c;用于表示数据的输入或输出。根据处理数据的不同方式&#xff0c;流可以分为字节流&#xff08;Byte Stream&#xff09;和字符流&#xff08;Character Stream&#xff0…

Hive基础面试-如何理解复用率的

1. 模型的复用率你们是怎么做的&#xff1f; 简单直白的说就是你的模型复用率如何&#xff0c;在业务方是否认可该模型&#xff0c;也是衡量模型建设的一个标准&#xff0c;复用率数&#xff1a;数仓模型涉及的核心是追求模型的复用和共享&#xff0c;引用系数越高&#xff0c;…

如何使用 Python 开发一个简单的文本数据转换为 Excel 工具

目录 一、准备工作 二、理解文本数据格式 三、开发文本数据转换为Excel工具 读取CSV文件 将DataFrame写入Excel文件 处理其他格式的文本数据 读取纯文本文件&#xff1a; 读取TSV文件&#xff1a; 四、完整代码与工具封装 五、使用工具 六、总结 在数据分析和处理的…

知识中台:提升企业知识管理的智能化水平

在数字化转型的浪潮中&#xff0c;企业知识管理的智能化水平成为提升竞争力的关键。HelpLook知识中台通过集成先进的AI技术&#xff0c;为企业提供了一个智能化的知识管理平台。 一、知识管理智能化的重要性 智能化的知识管理不仅能够提高信息检索的效率&#xff0c;还能通过…

MAC借助终端上传jar包到云服务器

前提&#xff1a;保证工程本地已打包完成&#xff1a;图中路径即为项目的target目录下已准备好的jar包 第一步&#xff1a;打开终端&#xff08;先不要连接自己的服务器&#xff09;&#xff0c;输入下面的上传命令&#xff1a; scp /path/to/local/app.jar username192.168.1…

生成MPSOC以及ZYNQ的启动文件BOOT.BIN的小软件

我们知道MPSOC或者ZYNQ的启动文件BOOT.BIN 通常由三最少三部分组成 1&#xff0c;FSBL 第一阶段引导加载器 2&#xff0c;BIT流文件 3&#xff0c;用户APP文件 用户使用这个三个文件生成BOOT.BIN时候往往用SDK的用户界面&#xff0c;分别选择这三个文件之后生成。其实这种方…

【机器学习】——朴素贝叶斯模型

&#x1f4bb;博主现有专栏&#xff1a; C51单片机&#xff08;STC89C516&#xff09;&#xff0c;c语言&#xff0c;c&#xff0c;离散数学&#xff0c;算法设计与分析&#xff0c;数据结构&#xff0c;Python&#xff0c;Java基础&#xff0c;MySQL&#xff0c;linux&#xf…

html+js实现图片的放大缩小等比缩放翻转,自动播放切换,顺逆时针旋转

效果图&#xff1a; <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><meta name"viewport" content"widthdevice-width, initial-scale1.0"><title>图片预览</title><sty…

数据结构 ——— 快速排序算法的实现(hoare版本)

目录 快速排序的思想 单趟排序逻辑的实现 快速排序算法的实现 快速排序的思想 任取待排序元素序列中的某元素作为基准值&#xff0c;按照该排序码将待排序集合分割成两子序列&#xff0c;左子列中所有元素均小于基准值&#xff0c;右子席列中所有元素均大于基准值&#xff0…

Nmap识别MongoDB 6.0指纹

Nmap识别MongoDB 6.0指纹 朋友反馈一个问题&#xff0c;说使用Nmap扫描MongoDB服务时对于6.0以上的版本默认无法识别到服务版本信息。 如上图所示&#xff0c;对应的VERSION信息是空的&#xff0c;在提示信息中可以看到&#xff0c;官方推荐将指纹信息上传以帮助更新服务指纹&…

论文阅读:A fast, scalable and versatile tool for analysis of single-cell omics data

Zhang, K., Zemke, N.R., Armand, E.J. et al. A fast, scalable and versatile tool for analysis of single-cell omics data. Nat Methods 21, 217–227 (2024). 论文地址&#xff1a;https://doi.org/10.1038/s41592-023-02139-9 代码地址&#xff1a;https://github.com…

飞凌嵌入式旗下教育品牌ElfBoard与西安科技大学共建「科教融合基地」

近日&#xff0c;飞凌嵌入式与西安科技大学共同举办了“科教融合基地”签约揭牌仪式。此次合作旨在深化嵌入式创新人才的培育&#xff0c;加速科技成果的转化应用&#xff0c;标志着双方共同开启了一段校企合作的新篇章。 出席本次签约揭牌仪式的有飞凌嵌入式梁总、高总等一行…

2024年11月21日Github流行趋势

项目名称&#xff1a;twenty 项目维护者&#xff1a;charlesBochet, lucasbordeau, Weiko, FelixMalfait, bosiraphael项目介绍&#xff1a;正在构建一个由社区支持的现代化Salesforce替代品。项目star数&#xff1a;21,798项目fork数&#xff1a;2,347 项目名称&#xff1a;p…

VSCode汉化教程【简洁易懂】

我们安装完成后默认是英文界面。 找到插件选项卡&#xff0c;搜索“Chinese”&#xff0c;找到简体&#xff08;更具你的需要&#xff09;&#xff08;Microsoft提供&#xff09;Install。 安装完成后选择Change Language and Restart。

Leetcode 生命游戏

以下是上述Java代码的算法思想及其逻辑的中文解释&#xff1a; 算法思想 这段代码实现了LeetCode第289题“生命游戏”的解决方案。核心思想是&#xff1a; 利用原地修改的方式&#xff08;in-place&#xff09;存储下一状态的变化&#xff1a; 通过引入额外的状态值&#xff0…

C++【面试重要题目】 只出现一次的数字的集合.

文章目录 前言一、前提要点补充二、题集总结 前言 本篇笔者将会对 cpp 中比较有意思的类型题目进行细致讲解 . 这类题同时也是面试中比较重要的算法题 , 其算法思想需要学者掌握. 以下题目均来自力扣 一、前提要点补充 ● 几个运用运算符 因为笔者介绍的题目均会用到二进制…

麒麟部署一套NFS服务器,用于创建网络文件系统

一、服务端共享目录 在本例中,kyserver01(172.16.200.10)作为客户端,创建一个目录/testdir并挂载共享目录;kyserver02(172.16.200.11)作为服务端,创建一个共享目录/test,设置为读写权限,要求客户端使用root登录时映射为nobody用户、非root登录时保持不变。 服务端启…

VBA技术资料MF228:移动形状并覆盖某单元格区域

我给VBA的定义&#xff1a;VBA是个人小型自动化处理的有效工具。利用好了&#xff0c;可以大大提高自己的工作效率&#xff0c;而且可以提高数据的准确度。“VBA语言専攻”提供的教程一共九套&#xff0c;分为初级、中级、高级三大部分&#xff0c;教程是对VBA的系统讲解&#…