index.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. }
  74. /* 顶部升级提示样式 */
  75. #fh-timestamp-upgrade-tip {
  76. width: 100vw;
  77. position: fixed;
  78. top: 0;
  79. left: 0;
  80. z-index: 2000000;
  81. background: linear-gradient(90deg,#ff2d55 0%,#ff9800 100%);
  82. color: #fff;
  83. font-size: 20px;
  84. font-weight: bold;
  85. text-align: center;
  86. padding: 18px 10px 18px 10px;
  87. box-shadow: 0 4px 16px rgba(255,45,85,0.18),0 1.5px 0 #fff;
  88. letter-spacing: 1px;
  89. }
  90. .fh-tip-link {
  91. color: #fff;
  92. text-decoration: underline;
  93. font-size: 22px;
  94. font-weight: 900;
  95. display: inline-block;
  96. margin-left: 8px;
  97. animation: fh-tip-blink 1s infinite alternate;
  98. }
  99. @keyframes fh-tip-blink {
  100. 0% { color: #fff; text-shadow: 0 0 8px #fff, 0 0 16px #ff9800; }
  101. 100% { color: #ffeb3b; text-shadow: 0 0 16px #ff2d55, 0 0 32px #ff9800; }
  102. }
  103. body {
  104. padding-top: 70px !important;
  105. }
  106. .panel-no-margin-bottom {
  107. margin-bottom: 0 !important;
  108. }