vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
45 lines (39 loc) • 802 B
CSS
div.c_textshower
{
background: #ccc;
overflow: hidden;
overflow-y: auto;
padding: 10px;
}
div.c_textshower div.c_textshower_inner
{
width: 89%;
padding: 50px;
background: white;
min-height: 430px;
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
div.c_textshower input.c_text
{
border: none;
border-bottom: solid 1px black;
text-align: right;
}
div.c_textshower textarea.c_textarea
{
border: none;
}
div.c_textshower textarea.c_textarea:hover
{
border: solid 1px #eee;
}
div.c_textshower span.c_text
{
text-decoration: underline;
padding: 0px 10px;
font-size: 18px;
font-family: arial, helvetica, sans-serif;
}