@charset "UTF-8";
/**
 * 输入框样式
 */
.text-input {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  margin-top: 18px;
  font-size: 16px;
  width: 100%;
}
