mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
10 lines
218 B
CSS
10 lines
218 B
CSS
.TextArea {
|
|
width: 160px;
|
|
height: 200px;
|
|
font: 12px 'Microsoft YaHei';
|
|
margin: 0px;
|
|
padding: 0px 2px;
|
|
border: 1px solid rgb(217, 217, 217);
|
|
box-sizing: border-box;
|
|
vertical-align: top;
|
|
} |