| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- @import url("../static/css/bootstrap.min.css");
- .mod-timestamp{
- width:950px;
- margin:20px auto 0;
- padding:5px 15px;
- background:#fff;
- border:1px solid #bbb
- }
- .mod-timestamp .x-input div{
- margin:5px 0
- }
- #txtNowDate,#txtNow,#txtDesStamp,#txtSrcStamp,#txtDesDate,#txtLocale{
- width:300px;
- }
- #txtNowDate,#txtNow,#txtDesStamp,#txtDesDate{
- color:#666;
- font-weight:500
- }
- #txtNowS,#txtNowMs {
- width:140px;
- color:#666;
- font-weight: 500;
- }
- #txtSrcYear,#txtSrcMonth,#txtSrcDay,#txtSrcHour,#txtSrcMinute,#txtSrcSecond{
- width:40px;
- }
- .mod-time-input{
- width: 80px;
- }
- .x-sel-sec {
- display: inline-block;
- width: 80px;
- }
- .x-wd {
- margin-top: 0px;
- border-bottom: 1px solid #eee;
- padding-bottom: 5px;
- font-size: 16px;
- color: #428bca;
- }
- .x-cnt {
- padding:0 15px 30px;
- }
- thead th {
- text-align: center;
- background: #f9f9f9;
- }
- .x-gmt-setting {
- display: inline-block;
- float: right;
- position: relative;
- top: -8px;
- right: -13px;
- }
- .x-gmt-setting select {
- width:auto;
- display: inline;
- }
- #fehelper_alertmsg {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 1000000;
- background: #000;
- display: inline-block;
- color: #fff;
- text-align: center;
- padding: 10px 10px;
- margin: 0 auto;
- font-size: 14px;
- border-bottom: 1px solid #aaa;
- }
|