亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

搜索
博主信息
博文 48
粉絲 3
評論 1
訪問量 45535
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
什么是css盒模型——2018年3月22日
JackBlog
原創(chuàng)
634人瀏覽過

在html中,所有元素都被描述成矩形盒子。盒模型通過4個屬性來描述:padding,margin,content,border。

實例

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>會員管理</title>
		<style type="text/css">
			body{
				background-color:  floralwhite;
			}
			table,td,th{
				border: 1px solid darkgray;
			}
			table{
				border-collapse: collapse;
				width: 600px;
				margin: 0 auto;
				background-image: url("https://img.php.cn//upload/image/543/183/884/1521734800901827.jpg");
				background-repeat: no-repeat;
				background-size: cover;
				box-shadow: 3px 3px 5px  #A9A9A9;
				
			}
			table img{
				width: 30px;
				border-radius: 50%;
				box-shadow: 2px 2px 2px  #A9A9A9;
			}
			table td{
				text-align: center;
			}
			table caption {
				text-align: center;
				color: darksalmon;
				font-size: 2em;
				font-weight: bolder;
				margin-top: 50px;
			}
			table th{
				color: cornflowerblue;
			}
			.id{
				color: crimson;
				font-weight: bolder;
			}
		</style>
	</head>
	<body>
		<table>
			<caption>會員管理</caption>
			<tr>
				<th>id</th>
				<th>用戶名</th>
				<th>昵稱</th>
				<th>頭像</th>
				<th>等級</th>
				<th>經(jīng)驗</th>
				<th>積分</th>
			</tr>
			<tr>
				<td class="id">10001</td>
				<td>md394845</td>
				<td>一只大鳥</td>
				<td><img src="https://img.php.cn//upload/image/263/349/466/1521734807614318.jpg" alt="頭像" /></td>
				<td>7</td>
				<td>676</td>
				<td>3465</td>
			</tr>
			<tr>
				<td class="id">10002</td>
				<td>ff4333ff</td>
				<td>愛愛</td>
				<td><img src="https://img.php.cn//upload/image/184/409/479/1521734810902468.jpg" alt="頭像" /></td>
				<td>5</td>
				<td>654</td>
				<td>634</td>
			</tr>
			<tr>
				<td class="id">10003</td>
				<td>gfsazxc22</td>
				<td>JACK</td>
				<td><img src="https://img.php.cn//upload/image/401/469/372/1521734812780507.jpg" alt="頭像" /></td>
				<td>6</td>
				<td>734</td>
				<td>855</td>
			</tr>
			<tr>
				<td class="id">10004</td>
				<td>qweasdzxc</td>
				<td>黑人</td>
				<td><img src="https://img.php.cn//upload/image/146/139/453/1521734814361085.jpg" alt="頭像" /></td>
				<td>4</td>
				<td>537</td>
				<td>234</td>
			</tr>
			<tr>
				<td class="id">10005</td>
				<td>zzre332</td>
				<td>趙日天</td>
				<td><img src="https://img.php.cn//upload/image/279/404/983/1521734816367857.jpg" alt="頭像" /></td>
				<td>5</td>
				<td>231</td>
				<td>534</td>
			</tr>
		</table>
	</body>
</html>

運行實例 ?

點擊 "運行實例" 按鈕查看在線實例

images圖片bg.jpg

1.jpg2.jpg3.jpg4.jpg5.jpg


批改狀態(tài):合格

老師批語:這兩天的作業(yè)已檢查??! 完成的很出色!繼續(xù)保持?。?/span>
本博文版權(quán)歸博主所有,轉(zhuǎn)載請注明地址!如有侵權(quán)、違法,請聯(lián)系admin@php.cn舉報處理!
全部評論 文明上網(wǎng)理性發(fā)言,請遵守新聞評論服務(wù)協(xié)議
0條評論
作者最新博文
關(guān)于我們 免責(zé)申明 意見反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長!
關(guān)注服務(wù)號 技術(shù)交流群
PHP中文網(wǎng)訂閱號
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號

  • 登錄PHP中文網(wǎng),和優(yōu)秀的人一起學(xué)習(xí)!
    全站2000+教程免費學(xué)