然后是伪对象选择符,用得比较多的是E:first-letter例如,想让下列段落的第一个字变大:<p>这是一个段落这是一个段落这是一个段落这是一个段落这是一个段落这是一个段落这是一个段落这是一个段落这是一个段落这是 一个段落这是一个段落这是一个段落这是一个段落这是一个段落</p>则实现的CSS如下: ...
分类:
Web程序 时间:
2016-08-11 12:47:35
阅读次数:
169
属性选择符 E[att] E[att="val"] E[att~="val"] E[att^="val"] E[att$="val"] E[att*="val"] E[att|="val"] 伪对象选择符 E:first-letter/E::first-letter 设置对象内的第一个字符的样式。 ...
分类:
Web程序 时间:
2016-08-10 22:34:47
阅读次数:
225
if用于条件判断,如果满足条件就执行否则就继续直到结束,熟悉shell条件判断就觉得soeasy格式:ifcondition1:executecommandelifcondition2:executecommandelse:executecommandfornincondition:executecommandif示例1:#基于windows版python3.5#!/usr/bin/envpyhon#-*-coding:U..
分类:
编程语言 时间:
2016-08-08 07:43:22
阅读次数:
186
css构造文本选择器: text-indent:数值;设置文本缩进。 text-align:center;设置文本对齐,可选参数:left,center,right。 line-height:数值;设置文字行间距。 word-spacing:数值;单词之间的间隔。 letter-spacing:数值 ...
分类:
Web程序 时间:
2016-08-05 00:32:35
阅读次数:
239
用css实现一个椭圆形状的背景框很好实现 重点在于边上的小三角,这里用到css的伪类 :before (:after/:first-letter/:first-line都是) 这样qq的气泡指向的背景框就实现了(可复制粘帖查看,这里就不配图了) 这是微信对方信息背景框。(如果实现本人的信息框,将be ...
分类:
微信 时间:
2016-08-04 13:31:08
阅读次数:
836
As you can see in Table 14.3 , all disk device names end with the letter a. That is because it is the first disk that was found in your server. The se... ...
分类:
系统相关 时间:
2016-08-04 13:14:42
阅读次数:
552
Description You are given two words (each word consists of upper-case English letters). Try to delete some letters from each word so that the resultin ...
分类:
其他好文 时间:
2016-08-04 09:04:39
阅读次数:
126
Remove Duplicate Letters I Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only on ...
分类:
其他好文 时间:
2016-08-04 06:43:19
阅读次数:
174
Dear Dr. or Prof. XXXX (family name of the Editor or Editor-in-Chief who issued the decision letter), Thank you very much for your letter and advice. ...
分类:
其他好文 时间:
2016-07-31 22:08:27
阅读次数:
251