当前位置:网站首页>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
边栏推荐
- What are the specific steps and schedule of IELTS speaking?
- BasicVSR_PlusPlus-master测试视频、图片
- 云原生技术--- 容器知识点
- Comparison between variable and "zero value"
- Classification, function and usage of MySQL constraints
- General implementation and encapsulation of go diversified timing tasks
- volatile关键字
- 网络基础入门理解
- Improving Multimodal Accuracy Through Modality Pre-training and Attention
- Mysql database basic operations DML
猜你喜欢
第3章:类的加载过程(类的生命周期)详解
That's why you can't understand recursion
Improving Multimodal Accuracy Through Modality Pre-training and Attention
Aardio - 不声明直接传float数值的方法
Self made j-flash burning tool -- QT calls jlinkarm DLL mode
Attack and defense world miscall
Crawler obtains real estate data
手写ABA遇到的坑
将MySQL的表数据纯净方式导出
Balanced Multimodal Learning via On-the-fly Gradient Modulation(CVPR2022 oral)
随机推荐
The difference between enumeration and define macro
使用云服务器搭建代理
Attack and defense world miscall
Applet system update prompt, and force the applet to restart and use the new version
Seata aggregates at, TCC, Saga and XA transaction modes to create a one-stop distributed transaction solution
Clip +json parsing converts the sound in the video into text
2022-07-05 使用tpcc对stonedb进行子查询测试
Aardio - 封装库时批量处理属性与回调函数的方法
Attack and defense world ditf Misc
MySQL数据库基本操作-DML
Plafond du tutoriel MySQL, bien collecté, regardez lentement
Aardio - 不声明直接传float数值的方法
在IPv6中 链路本地地址的优势
Unity3d minigame unity webgl transform plug-in converts wechat games to use dlopen, you need to use embedded 's problem
Mise en place d'un environnement de développement OP - tee basé sur qemuv8
3DMAX assign face map
Inno Setup 打包及签名指南
TypeScript获取函数参数类型
0 basic learning C language - digital tube
Assembly and Interface Technology Experiment 6 - ADDA conversion experiment, AD acquisition system in interrupt mode