/*大输入框*/
textarea.input1{
    width:calc(100% - 12px);
    margin: 3px;
    border: 1px solid black;
    border-radius: 3px;
    height: 60px;
    resize: none;
}
/*小输入框*/
textarea.input2{
    height: 20px;
    margin-bottom: -4px;
    border: 1px solid black;
    resize: none;
}
/*普通按钮*/
button.button1{
    font-size: 14px;
    padding: 4px;
    margin: 1px;
}
