| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .inputstyle {
- width: 200px;
- height: 38px;
- padding-left: 5px;
- line-height: 30px;
- line-height: 38px;
- border: 1px solid #D7D7D7;
- background: #fff;
- color: #333;
- border-radius: 2px;
- font-family: Verdana, Tahoma, Arial;
- font-size: 16px;
-
- }
- input.inputstyle:focus, input.inputstyle:focus{border:1px solid #198BD4;box-shadow:0 0 12px #198BD4;}
- .input-tip {
- float: left;
- margin-top: 10px;
- /*width: 50px;*/
- height: 42px;
- font-size: 16px;
- line-height: 42px;
- font-family: "Hiragino Sans GB", "Microsoft Yahei";
- }
- .input-other {
- width:207px;height:42px
- }
- .inputFile {
- opacity: 0;
- filter: alpha(opacity=0);
- height: 190px;
- width: 140px;
- position: absolute;
- /*top: 0;
- left: 0;*/
- z-index: 9;
- }
|