当前位置:网站首页>2014 Alibaba web pre intern project analysis (1)
2014 Alibaba web pre intern project analysis (1)
2022-07-06 22:33:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm the king of the whole stack .
Following simplification CSS Code :
div.container{
width:500px;
background-image:url(/img/sprite.png);
background-repeat:no-repeat;
background-position:0px -78px;
}
div.container ul#news-list,div.container ul#news-list li{
margin:0px;padding:0px;
}
div.container ul#news-list li{
padding-left:20px;
background-image:url(/img/sprite.png);
background-position:-120px opx;
}
A{
font-size:14px;
font-weight:bold;
line-height:150%;
color:#000000;
}answer :
div.container{ width:500px; background-image:url(/img/sprite.png); background-repeat:no-repeat; background-position:0px -78px;}div.container ul#news-list,div.container ul#news-list li{ margin:0px;padding:0px;}div.container ul#news-list li{ padding-left:20px; background-image:url(/img/sprite.png); background-position:-120px opx;}A{ font-size:14px; font-weight:bold; line-height:150%; color:#000000;}div.container{ width:500px; background:url(/img/sprite.png) no-repeat 0 -78px;}#news-list,#news-list li{ margin:0 padding:0;}#news-list li{ padding-left:20px;background:url(/img/sprite.png)no-repeat -120px 0;}analysis :CSS Brief introduction to usage
(1)CSS in font Abbreviation :
font:italicsmall-capsbold12px/1.5emarial,verdana; Equivalent to :
font-style:italic;font-variant:small-caps;font-weight:bold;font-size:12px;line-height:1.5em;font-family:arial,verdana;The order :font-style|font-variant|font-weight|font-size|line-height|font-family
(2)CSS in background Abbreviation :
background:#fffurl(bg.gif)no-repeatfixedlefttop; Equivalent to :
background-color:#fff;background-image:url(bg.gif);background-repeat:no-repeat;background-attachment:fixed;background-position:lefttop;The order :background-color|background-image|background-repeat|background-attachment|background-position
(3)CSS in margin&padding Abbreviation :
border:1pxsolid#000; Equivalent to :
border-width:1px;
border-style:solid;
border-color:#000;The order :border-width|border-style|border-color
(4)CSS in list-style Abbreviation :
list-style:squareoutsideurl(bullet.gif); Equivalent to :
list-style-type:square;
list-style-position:outside;
list-style-image:url(bullet.gif)The order :list-style-type|list-style-position|list-style-image
(5) The abbreviations of four sides are generally as follows :
padding:1px2px3px4px; Equivalent to :
padding-top:1px;
padding-right:2px;
padding-bottom:3px;
padding-left:4px;The order :top|right|bottom|left Regardless of the border width . Or border color 、 Margin, etc , Just CSS The style involves four sides . The sequence is all “ On the lower left ”( clockwise ).
5.1) Suppose the values of four sides omit one . Just write three :
padding:1px2px3px; Is equivalent to omitted “ The left value ” be equal to “ Right value ”:
padding-top:1px;
padding-right:2px;
padding-bottom:3px;
padding-left:2px;5.2) Suppose the values of four sides omit two :
padding:1px2px; Equivalent to : The left value omitted is equal to the right value . The upper value equals the lower value
padding-top:1px;
padding-right:2px;
padding-bottom:1px;
padding-left:2px;5.3) There is only one value
Padding:1px: Equivalent to :
padding-top:1px;
padding-right:1px;
padding-bottom:1px;
padding-left:1px;Copyright notice : This article is the original article of the blogger , Blog , Do not reprint without permission .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/116989.html Link to the original text :https://javaforall.cn
边栏推荐
- npm无法安装sharp
- 将MySQL的表数据纯净方式导出
- Adavit -- dynamic network with adaptive selection of computing structure
- 小程序系统更新提示,并强制小程序重启并使用新版本
- [leetcode] 19. Delete the penultimate node of the linked list
- Sword finger offer question brushing record 1
- Windows Auzre 微软的云计算产品的后台操作界面
- Lora sync word settings
- 基於 QEMUv8 搭建 OP-TEE 開發環境
- [linear algebra] determinant of order 1.3 n
猜你喜欢

剪映+json解析将视频中的声音转换成文本

Balanced Multimodal Learning via On-the-fly Gradient Modulation(CVPR2022 oral)

基於 QEMUv8 搭建 OP-TEE 開發環境

0 basic learning C language - interrupt

Chapter 4: talk about class loader again

Netxpert xg2 helps you solve the problem of "Cabling installation and maintenance"

signed、unsigned关键字

0 basic learning C language - digital tube

PVL EDI project case

基于 QEMUv8 搭建 OP-TEE 开发环境
随机推荐
手写ABA遇到的坑
MySQL数据库基本操作-DML
HDR image reconstruction from a single exposure using deep CNN reading notes
General implementation and encapsulation of go diversified timing tasks
How to confirm the storage mode of the current system by program?
What are the interface tests? What are the general test points?
Inno Setup 打包及签名指南
新手程序员该不该背代码?
Chapter 4: talk about class loader again
NPDP认证|产品经理如何跨职能/跨团队沟通?
如何实现文字动画效果
BasicVSR_PlusPlus-master测试视频、图片
小程序系统更新提示,并强制小程序重启并使用新版本
Should novice programmers memorize code?
rust知识思维导图xmind
【无标题】
Unity3d minigame unity webgl transform plug-in converts wechat games to use dlopen, you need to use embedded 's problem
SQL Server生成自增序号
Adavit -- dynamic network with adaptive selection of computing structure
China 1,4-cyclohexanedimethanol (CHDM) industry research and investment decision-making report (2022 Edition)