form.css 989 字节
.from-control input[type="text"], input[type="password"] {
    height: 26px;
    border: 1px solid #c2c2c2;
    width: 220px;
    padding: 0 5px;
}
.from-control select{
    height: 28px;
    border: 1px solid #c2c2c2;
    width: 232px;
    padding: 0 5px;
}
.date {
    float: left;
    position: relative;
}
.date {
    float: left;
    position: relative;
}
.date input[type=text] {
    width: 190px;
    padding-right: 35px;
}
.date i {
    position: absolute;
    right: 6px;
    top: 4px;
    font-size: 22px;
    cursor: pointer;
}
.date i {
    position: absolute;
    right: 6px;
    top: 4px;
    font-size: 22px;
    cursor: pointer;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.from-control textarea {
    border: 1px solid #c2c2c2;
    padding: 5px;
    resize: none;
    height: 80px;
	width:96%;
}