123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .box {
- padding: 10px;
- font-size: 14px;
- background-color: #ffffff;
- margin-bottom: 10px;
- }
- .box-item {
- border-bottom: 1px solid #E7E7E7;
- margin-bottom: 5px;
- }
- .box-item-name {
- height: 35px;
- line-height: 35px;
- margin-right: 10px;
- text-indent: 2px;
- color: #333333;
- }
- .box-item .box-item-input-box {
- margin-right: 8px;
- }
- .box-item .text-input {
- width: 100%;
- height: 35px;
- font-size: 14px;
- line-height: 35px;
- color: #333333;
- text-align: left;
- }
- .box-item .text-area {
- width: 100%;
- height: 70px;
- border: none;
- outline: none;
- line-height: 22px;
- padding: 6px 0px;
- font-size: 14px;
- font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif !important;
- color: #333333;
- text-align: left;
- }
- .submit{
- width: 50%;
- height: 36px;
- line-height: 36px;
- font-size: 16px;
- box-sizing: content-box;
- background: #1E74D5;
- color: #ffffff;
- text-align: center;
- border:0;
- border-radius: 4px;
- }
- em {position:relative;color: red; padding-left: 3px;line-height:1;vertical-align:central; font:14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
|