ps2第三次超级机器人大战α和ps2金手指

游戏之家 游戏资讯 2024-12-04
只继承PP和金钱,2周目继承50%、3周目75%、4周目及以上100%,其他都不继承。金手指使用教程: >css样式的属性。东邦:《情夫招标(又名一赌江山美人心)》南宫烈和席湘儿的爱情故事>一、字体属性与字体有关的属性包括:font-family,font-style,font-variant,font-weight,f

只继承PP和金钱,2周目继承50%、3周目75%、4周目及以上100%,其他都不继承。

金手指使用教程: >

css样式的属性。

东邦:

《情夫招标(又名一赌江山美人心)》南宫烈和席湘儿的爱情故事

>

一、字体属性

与字体有关的属性包括:font-family,font-style,font-variant,font-weight,

font-size,font。执行顺序是:font-style,font-variant,font-weight,font-size

1、font-family:如果字体的名称中含有空格,那么要加上双引号。

2、font-style:normal|italic|oblique

3、font-variant:normal|small-caps

4、font-weight:normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900

normal相当于400,bold相当于700

5、font-size:absolute-size|relative-size|length|percentage

absolute-size:xx-small|x-small|small|medium|large|x-large|xx-large

relative-size:larger|smaller

6、font:font-style|font-variant|font-weight|font-size|line-height|font-family

font属性可以一次定义前边提到的所有的字体属性。

二、颜色和背景属性

1、color:一般指前景色。

2、background-color:背景色。

3、background-image:

body{background-image:url(marblejpg)}

4、background-repeat:repeat|repeat-x|repeat-y|no-repeat

body{background-image:url(marblejpg);background-repeat:repeat-y}

5、background-attachment:scroll|fixed

设置文字在背景图案上面滚动,背景图案保持固定不动用fixed

6、background-position:percentage|length{1,2}|top|center|bottom|left|center|right

7、background:background-color|background-image|background-repeat|background-attachment|background-position

可以一次设置前面的所有的有关背景的属性。如body{background:white url(bgjpg)}

三、文本属性

1、word-spacing:normal|length

2、letter-spacing:normal|length

3、text-decoration:none|underline|overline|line-through|blink

4、vertical-align:baseline|sub|super|top|text-top|middle|bottom|text-bottom|percentage

这个属性用来对齐效果特别好。如image{vertical-align:baseline}

5、text-transform:capitalize|uppercase|lowercase|none

capitalize:每个单词的第一个字母大写。

uppercase:所有字都大写。

lowercase:所有字都小写。

6、text-align:left|right|center|justify

7、text-indent:length|percentage

适用于块级元素,定义文本首行的缩进方式。如p{text-indent:1cm}

8、line-height:normal|number|length|percentage

四、容器属性

1、margin-top:length|percentage|auto

如body{margin-top:0}

2、margin-right:同上

3、margin-bottom:同上

4、margin-left:同上

5、margin:length|percentage|auto {1,4}

前四个属性都可以用margin来定义。如果给出的值少于四个,那么缺失的部分就取其对边的值。

版权声明:本文由上海权中高网络科技有限公司原创或收集发布,如需转载请注明出处。

本文链接:http://www.isiree.com/e/1/155302