index.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. @import url("../static/css/bootstrap.min.css");
  2. .mod-timestamp{
  3. width:950px;
  4. margin:20px auto 0;
  5. padding:5px 15px;
  6. background:#fff;
  7. border:1px solid #bbb
  8. }
  9. .mod-timestamp .x-input div{
  10. margin:5px 0
  11. }
  12. #txtNowDate,#txtNow,#txtDesStamp,#txtSrcStamp,#txtDesDate,#txtLocale{
  13. width:300px;
  14. }
  15. #txtNowDate,#txtNow,#txtDesStamp,#txtDesDate{
  16. color:#666;
  17. font-weight:500
  18. }
  19. #txtNowS,#txtNowMs {
  20. width:140px;
  21. color:#666;
  22. font-weight: 500;
  23. }
  24. #txtSrcYear,#txtSrcMonth,#txtSrcDay,#txtSrcHour,#txtSrcMinute,#txtSrcSecond{
  25. width:40px;
  26. }
  27. .mod-time-input{
  28. width: 80px;
  29. }
  30. .x-sel-sec {
  31. display: inline-block;
  32. width: 80px;
  33. }
  34. .x-wd {
  35. margin-top: 0px;
  36. border-bottom: 1px solid #eee;
  37. padding-bottom: 5px;
  38. font-size: 16px;
  39. color: #428bca;
  40. }
  41. .x-cnt {
  42. padding:0 15px 30px;
  43. }
  44. thead th {
  45. text-align: center;
  46. background: #f9f9f9;
  47. }
  48. .x-gmt-setting {
  49. display: inline-block;
  50. float: right;
  51. position: relative;
  52. top: -8px;
  53. right: -13px;
  54. }
  55. .x-gmt-setting select {
  56. width:auto;
  57. display: inline;
  58. }
  59. #fehelper_alertmsg {
  60. position: fixed;
  61. top: 0;
  62. left: 0;
  63. right: 0;
  64. z-index: 1000000;
  65. background: #000;
  66. display: inline-block;
  67. color: #fff;
  68. text-align: center;
  69. padding: 10px 10px;
  70. margin: 0 auto;
  71. font-size: 14px;
  72. border-bottom: 1px solid #aaa;
  73. }