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

我的在線聊天系統(tǒng)

original 2019-02-16 20:30:37 529
abstrait:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><meta charset="UTF-8"><title>DOM實(shí)戰(zhàn):模擬智能在線客服系統(tǒng)</title>&

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<meta charset="UTF-8">

<title>DOM實(shí)戰(zhàn):模擬智能在線客服系統(tǒng)</title>

<style type="text/css">

div:nth-child(1) {width: 450px;height: 650px;background-color: lightskyblue;margin: 30px auto;color: #333;

box-shadow: 2px 2px 2px #808080;}


h2 {text-align: center;margin-bottom: -10px;}

div:nth-child(2) {width: 400px;height: 500px;border: 4px double green;background-color: #efefef;margin: 20px auto 10px;}


ul {list-style: none;line-height: 2em;/*border: 1px solid red;*/

overflow: hidden;padding: 15px;}


table {width: 90%;height:80px;margin: auto;}


textarea{ /*width: 300px;*/

border: none;resize: none;background-color: lightyellow;}

button {width: 60px;height: 40px;background-color: seagreen;color: white;border: none;/*text-align: left;*/ }

button:hover {cursor: pointer;background-color: orange;}

</style>

</head>

<body>

<div>

<h2>在線客服</h2>

<div contenteditable="true">

<ul>

<li></li>

</ul>

</div>

<table>

<tr>

<td><textarea cols="50" rows="4" name="text"></textarea></td>

<td><button type=button>發(fā)送</button></td>

</tr>

</table>

</div>

</body>

</html>


Professeur correcteur:西門大官人Temps de correction:2019-02-17 09:22:11
Résumé du professeur:<div contenteditable="true">是一個(gè)可以輸入文字的div,那么下面又加了一個(gè)textarea作用是什么?

Notes de version

Entrées populaires