fe-timestamp.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. html {
  2. background:#f9f9f9;
  3. font-size: 14px;
  4. }
  5. body{
  6. font-family:Arial,"simsun";
  7. color:#666;
  8. }
  9. .mod-timestamp {
  10. width:950px;
  11. margin:20px auto 0;
  12. padding:5px 15px;
  13. background: #fff;
  14. border: 1px solid #bbb;
  15. }
  16. .mod-timestamp fieldset {
  17. border : 1px solid #bbb;
  18. margin: 20px 0 50px;
  19. }
  20. .mod-timestamp fieldset legend {
  21. padding:0 5px;
  22. color:#000000;
  23. }
  24. .mod-timestamp .x-input div {
  25. margin: 5px 0;
  26. }
  27. #txtNowDate,#txtNow,#txtDesStamp,#txtSrcStamp,#txtDesDate,#txtLocale {
  28. width: 300px;
  29. height: 26px;
  30. line-height: 26px;
  31. padding:0 5px ;
  32. }
  33. #txtNowDate,#txtNow,#txtDesStamp,#txtDesDate {
  34. color: #f00;
  35. font-weight: bold;
  36. }
  37. #txtSrcYear,#txtSrcMonth,#txtSrcDay,#txtSrcHour,#txtSrcMinute,#txtSrcSecond {
  38. width: 40px;
  39. height: 26px;
  40. line-height: 26px;
  41. padding:0 5px ;
  42. }
  43. .-e-btn {
  44. height:30px;
  45. width:70px;
  46. font-size:13px;
  47. padding:5px;
  48. cursor:pointer;
  49. background: #f1f1f1;
  50. border: 1px solid #aaa;
  51. color: #b00;
  52. margin: 0 10px;
  53. }
  54. .-e-btn:hover {
  55. background: #fff;
  56. }
  57. .-e-x-footer {
  58. text-align:center;
  59. font-size:12px;
  60. margin-top:30px;
  61. color:#00c;
  62. padding:5px;
  63. display:none;
  64. }