index.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .box {
  2. padding: 10px;
  3. font-size: 14px;
  4. background-color: #ffffff;
  5. margin-bottom: 10px;
  6. }
  7. .box-item {
  8. border-bottom: 1px solid #E7E7E7;
  9. margin-bottom: 5px;
  10. }
  11. .box-item-name {
  12. height: 35px;
  13. line-height: 35px;
  14. margin-right: 10px;
  15. text-indent: 2px;
  16. color: #333333;
  17. }
  18. .box-item .box-item-input-box {
  19. margin-right: 8px;
  20. }
  21. .box-item .text-input {
  22. width: 100%;
  23. height: 35px;
  24. font-size: 14px;
  25. line-height: 35px;
  26. color: #333333;
  27. text-align: left;
  28. }
  29. .box-item .text-area {
  30. width: 100%;
  31. height: 70px;
  32. border: none;
  33. outline: none;
  34. line-height: 22px;
  35. padding: 6px 0px;
  36. font-size: 14px;
  37. font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif !important;
  38. color: #333333;
  39. text-align: left;
  40. }
  41. .submit{
  42. width: 50%;
  43. height: 36px;
  44. line-height: 36px;
  45. font-size: 16px;
  46. box-sizing: content-box;
  47. background: #1E74D5;
  48. color: #ffffff;
  49. text-align: center;
  50. border:0;
  51. border-radius: 4px;
  52. }
  53. 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;}