index.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. #txtSrcYear,#txtSrcMonth,#txtSrcDay,#txtSrcHour,#txtSrcMinute,#txtSrcSecond{
  20. width:40px;
  21. }
  22. .mod-time-input{
  23. width: 80px;
  24. }
  25. .x-sel-sec {
  26. display: inline-block;
  27. width: 80px;
  28. }
  29. .x-wd {
  30. margin-top: 30px;
  31. border-bottom: 1px solid #eee;
  32. padding-bottom: 5px;
  33. font-size: 16px;
  34. color: #428bca;
  35. }
  36. .x-cnt {
  37. padding:0 15px;
  38. }
  39. thead th {
  40. text-align: center;
  41. background: #f9f9f9;
  42. }
  43. .x-gmt-setting {
  44. display: inline-block;
  45. float: right;
  46. position: relative;
  47. top: -8px;
  48. right: -13px;
  49. }
  50. .x-gmt-setting select {
  51. width:auto;
  52. display: inline;
  53. }