当前位置: 首页 > news >正文

18.定位元素练习-淘宝网

在这里插入图片描述
注意:
如果一个盒子定位元素属性既有left又有right,则会执行left属性。
既有top又有bottom,会执行top

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        *{
            margin: 0;
            padding: 0;
        }
        li{
            list-style: none;
        }
        .box{
            width: 570px;
            height: 278px;
            margin: 30px auto;
            position: relative;
        }
        .box img{
            width: 570px;
            height: 278px;
        }
        .box a{

        }
        
        .left,
        .right{
            width: 36px;
            height: 36px;
            background-color: rgba(0,0,0,0.3);
            position: absolute;
            top:50%;
            margin-top: -18px;
            text-decoration: none;
            color: #fff;
            text-align: center;
            line-height: 36px;
            
            
        }
        .left{
            left: 0;
            border-radius: 0 18px 18px 0;
        }
        .right{
            right: 0;
            border-radius: 18px 0  0 18px;
        }
        .nav{
            width: 70px;
            height: 14px;
            position: relative;
            left: 50%;
            bottom: 20px;
            margin-left: -35px;
            background-color: rgba(255,255,255,0.3);
            border-radius: 7px;
        }
        .nav li{
            float: left;
            background-color: #fff;
            width: 8px;
            height: 8px;
            border-radius: 4px;
            margin: 3px;
        }
        .nav li:hover{
            background-color: coral;
        }
    </style>
</head>
<body>
    <div class="box">
        <img src="../html学习/images/taobao.jpg">
        <a class="left" href="#">&lt;</a>
        <a class="right" href="#">&gt;</a>
        <ul class="nav">
            <li></li>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
        </ul>
    </div>
</body>
</html>

在这里插入图片描述

相关文章:

  • 河北手机网站建设/企业策划书
  • 深圳自适应网站建设价格/排名公式
  • wordpress百度秀/站长之家seo查找
  • 西安网站seo价格/sem是什么意思的缩写
  • 企业建站有什么好处/windows优化大师收费吗
  • 用什么软件做网站最好/运营网站是什么意思
  • 搭建springWeb保姆级教程
  • 浅谈旅行商问题(TSP问题)
  • [附源码]JAVA毕业设计口腔医院网站(系统+LW)
  • 急诊医学-急救医学-复习资料-总结-重点-笔记
  • 浏览器高度兼容性
  • DPD(Digital Pre-Distortion,数字预失真)
  • 基于N32G45的按键驱动
  • Springboot旅游餐饮服务平台r1n3j计算机毕业设计-课程设计-期末作业-毕设程序代做
  • 【VSCode + Anaconda】VSCode [WinError 126]找不到指定模块
  • Java数据结构与Java算法学习Day03---线性表(简略笔记记录)
  • 智工教育:注册计量师一级和二级的科目一样吗?
  • 计算机毕业设计Java的音乐网站管理系统(源码+系统+mysql数据库+lw文档)