1.溢出状态
<style>
.box1{
width: 200px;
height: 200px;
background-color: plum;
/* 强制在一行排列 */
white-space: nowrap;
/* 水平方向的溢出状态 */
/* 默认 - 水平方向溢出 */
overflow-x: visible;
/* 水平方向溢出隐藏 */
overflow-x: hidden;
/* 水平方向无论是否溢出都显示滚动条 */
overflow-x: scroll;
/* 水平方向溢出显示滚动条,不溢出隐藏滚动条 */
overflow-x: auto;
}
.box2{
width: 200px;
height: 200px;
background-color: aqua;
/* 垂直方向的溢出状态 */
/* 默认 - 垂直方向溢出 */
overflow-y: visible;
/* 垂直方向溢出隐藏 */
overflow-y: hidden;
/* 垂直方向无论是否溢出都显示滚动条 */
overflow-y: scroll;
/* 垂直方向溢出显示滚动条,不溢出隐藏滚动条 */
overflow-y: auto;
}
.box3{
width: 200px;
height: 200px;
background-color: pink;
/* white-space: nowrap; */
/* 水平垂直方向的溢出状态 */
overflow: visible;
overflow: hidden;
overflow: scroll;
overflow: auto;
}
/* 清除滚动条 */
.box3::-webkit-scrollbar{
display: none;
}
</style>
2.溢出显示省略号
<style>
.box1{
width: 200px;
height: 200px;
background-color: aqua;
/* 单行文本溢出显示省略号 */
/* 1.文本强制在一行显示 */
white-space: nowrap;
/* 2.溢出隐藏 */
overflow: hidden;
/* 3.溢出的文本用省略号表示 */
text-overflow: ellipsis;
}
p{
width: 200px;
/* height: 100px; */
/* background-color: plum; */
/* 多行文本溢出显示省略号 */
/* 1.将当前标签设置为弹性伸缩盒子 */
display: -webkit-box;
/* 2.设置内容的排列方式为垂直排列 */
-webkit-box-orient: vertical;
/* 3.设置显示的行数 */
-webkit-line-clamp: 1;
/* 4.溢出隐藏 */
overflow: hidden;
/* 注意点:当前标签不可以设置高度,解决方法:在外围嵌套其他标签进行宽高设置 */
}
.box2{
width: 200px;
height: 200px;
background-color: orange;
}
3.光标类型
<style>
div{
width: 200px;
height: 200px;
background-color: aqua;
/* 光标类型 */
/* 默认 - 浏览器的默认光标类型(一般情况下是箭头) */
cursor: auto;
/* 默认 - 电脑默认的光标类型(一般情况下是箭头) */
cursor: default;
/* 移动光标 */
cursor: move;
/* 文本光标 */
cursor: text;
/* 帮助光标 */
cursor: help;
/* 等待光标 */
cursor: wait;
/* 点击光标 */
cursor: pointer;
/* 向东/右 */
cursor: e-resize;
/* 向西/左 */
cursor: w-resize;
/* 向南/下 */
cursor: s-resize;
/* 向北/上 */
cursor: n-resize;
/* 东北/右上 */
cursor: ne-resize;
/* 西北/左上 */
cursor: nw-resize;
/* 东南/右下 */
cursor: se-resize;
/* 西南/左下 */
cursor: sw-resize;
/* 十字线光标 */
cursor: crosshair;
/* 外部光标路径 */
cursor: url();
}
</style>
4.腾讯云小练习
html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div class="header">
<div>
<img src="./images/设计图_03.gif" alt="">
<ul>
<li>最新活动</li>
<li>产品</li>
<li>解决方案</li>
<li>最新活动</li>
<li>产品</li>
<li>解决方案</li>
<li>最新活动</li>
<li>产品</li>
<li>解决方案</li>
<li>解决方案</li>
</ul>
</div>
</div>
<div class="nav">
<div>
<ul>
<li>云服务器<span>></span></li>
<li>域名注册<span>></span></li>
<li>网站备案<span>></span></li>
<li>云服务器<span>></span></li>
<li>域名注册<span>></span></li>
<li>网站备案<span>></span></li>
<li>云服务器<span>></span></li>
<li>域名注册<span>></span></li>
<li>网站备案<span>></span></li>
<li>网站备案<span>></span></li>
</ul>
<img src="./images/设计图_07.gif" alt="">
</div>
</div>
<h1>云从业者培训及认证</h1>
<h2>好好学习,天天向上</h2>
<div class="section">
<div>
<h3>在线课程</h3>
<p>
本课程专为云计算初学者、学生、个人开发者打造,购买云+校园任意套餐可免费观看课猩视频本课猩专为云计算初学者、学生、个人开发者打造,购买云+校园任意套餐可免费观看课程视频本课程专为云计算初学者、学生、个人开发者打造,购买云+校园任意套 可免 观看课程视频本课程专为云计算初学者、学生、个人开发者打造,购买云+校园任意套餐可免 观看课程视频本课程专为云计算初学者、学生、个人开发者打造,购买云+校园任意套餐可免费观看课程视频
</p>
<input type="submit" value="开始学习">
</div>
<img src="./images/设计图_11.gif" alt="">
</div>
<div class="footer">
<div>
<dl>
<dt>解决方案</dt>
<dd>视频</dd>
<dd>游戏</dd>
<dd>金融</dd>
<dd>电商</dd>
<dd>网站</dd>
<dd>大数据</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
</dl>
<dl>
<dt>解决方案</dt>
<dd>视频</dd>
<dd>游戏</dd>
<dd>金融</dd>
<dd>电商</dd>
<dd>网站</dd>
<dd>大数据</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
</dl>
<dl>
<dt>解决方案</dt>
<dd>视频</dd>
<dd>游戏</dd>
<dd>金融</dd>
<dd>电商</dd>
<dd>网站</dd>
<dd>大数据</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
</dl>
<dl>
<dt>解决方案</dt>
<dd>视频</dd>
<dd>游戏</dd>
<dd>金融</dd>
<dd>电商</dd>
<dd>网站</dd>
<dd>大数据</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
</dl>
<dl>
<dt>解决方案</dt>
<dd>视频</dd>
<dd>游戏</dd>
<dd>金融</dd>
<dd>电商</dd>
<dd>网站</dd>
<dd>大数据</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
<dd>人脸识别</dd>
</dl>
<div>
<p>
Copynight © 2013 - 2020 Tencent Cloud. All Rights Reserved
<br>
腾讯云 版权所有
</p>
<input type="submit" value="购买咨询">
</div>
</div>
</div>
</body>
</html>
css:
/* 公共样式 */
*{
margin: 0;
padding: 0;
}
ul,li{
list-style: none;
}
b,strong{
font-weight: normal;
}
i,em,s,del,a{
text-decoration: none;
}
/* 通栏效果 */
.header{
height: 40px;
background-color: #2b303b;
}
.header>div{
width: 1201px;
height: 100%;
background-color: #2b303b;
margin: auto;
line-height: 40px;
}
.header ul{
float: right;
}
.header li{
float: left;
/* list-style: none; */
font-size: 12px;
color: #fff;
padding-left: 9px;
padding-right: 12px;
background-image: url(./images/竖线.png);
background-repeat: no-repeat;
background-position: right;
}
.header img{
vertical-align: middle;
}
.header ul>:last-child{
background-image: url();
}
.nav{
height: 480px;
background-color: #181c28;
}
.nav>div{
width: 1201px;
height: 100%;
background-color: plum;
margin: auto;
}
.nav ul{
width: 250px;
height: 100%;
background-color: #1b2a3f;
float: left;
}
.nav img{
width: calc(100% - 250px);
height: 100%;
float: right;
}
.nav li{
font-size: 14px;
color: #fff;
padding: 0 21px;
line-height: 40px;
}
.nav span{
float: right;
}
.nav ul>:first-child{
margin-top: 37px;
}
h1,h2{
text-align: center;
font-weight: normal;
/* 网页的精准布局 */
line-height: 1;
}
h1{
/* text-align: center; */
font-size: 23px;
/* font-weight: 400; */
margin-top: 45px;
}
h2{
/* text-align: center; */
font-size: 15px;
/* font-weight: normal; */
margin-top: 26px;
}
.section{
width: 1201px;
height: 464px;
border: 1px solid #ccc;
margin: auto;
margin-top: 30px;
/* 圆角 */
border-radius: 10px;
padding: 38px 50px 0;
box-sizing: border-box;
}
.section>div{
width: 444px;
/* height: 200px; */
/* background-color: aqua; */
float: left;
}
.section>img{
float: right;
}
.section h3{
font-size: 25px;
font-weight: normal;
border-bottom: 1px solid #ccc;
width: 110px;
}
.section p{
font-size: 11px;
color: #666;
line-height: 30px;
margin-top: 12px;
}
.section input{
width: 163px;
height: 50px;
border: 2px solid #ffa500;
/* 透明色 */
background-color: transparent;
font-size: 14px;
margin-top: 18px;
}
.footer{
height: 396px;
background-color: #2e3033;
margin-top: 138px;
}
.footer>div{
width: 1201px;
height: 100%;
background-color: #2e3033;
margin: auto;
padding-top: 30px;
box-sizing: border-box;
}
.footer dl{
float: left;
width: 200px;
color: #fff;
}
.footer dt{
font-size: 12px;
margin-bottom: 10px;
}
.footer dd{
font-size: 11px;
line-height: 20px;
}
.footer>div>div{
width: 193px;
/* background-color: orange; */
float: right;
}
.footer p{
font-size: 12px;
color: #fff;
line-height: 20px;
}
.footer input{
width: 100%;
height: 35px;
background-color: #00a4ff;
border: 0;
color: #fff;
font-size: 11px;
margin-top: 19px;
}
结果展示 :