123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- html {
- overflow-x: hidden;
- overflow-y: auto;
- }
- #myrl {
- width: 490px;
- height: 352px;
- margin: 0px auto;
- margin-top:20px;
- position: relative;
- }
- #teshu {
- float: right;
- text-align:right;
- padding-right:5px;
- font-size:14px;
- height:25px;
- line-height:25px;
- width:285px;
- margin-top: 0px;
- }
- #box {
- position: absolute;
- top: 0px;
- right: 0px;
- padding: 0
- }
- .unover {
- background: #f4f1f1;
- cursor: auto;
- }
- .pop {
- width: 290px;
- height: 180px;
- background-color: #ffffff;
- font-size:12px;
- color:#000000;
- position: absolute;
- }
- .pop FONT{
- padding-left:5px;}
- table.biao {
- border-collapse: collapse;
- font-family: "Times New Roman", "宋体";
- }
- .over {
- background: #f0e68c;)
- }
- .tt:hover {
- background: #f9fbc9;
- text-decoration: none;
- }
- .imag1 {
- margin-right: 2px;
- }
- .topDateFont{
- font-size:14px; color:#000000;}
- .calTit FONT{
- margin-top:2px;}
- .calTit SPAN{
- margin-top:2px; font-weight:bold;}
- /*===== dateSelection =====*/
- #dateSelectionDiv {
- border: 1px solid #f8c173;
- background: #fefef1;
- position: absolute;
- top: 25px;
- z-index: 20;
- width: 160px;
- display: none;
- }
- #dateSelectionHeader {
- width: 100%;
- font-size: 0;
- }
- #dateSelectionBody {
- width: 100%;
- }
- #dateSelectionFooter {
- width: 100%;
- font-size: 0;
- }
- #dateSeparator {
- margin: 0 auto;
- width: 152px;
- height: 2px;
- font-size: 0;
- }
- #dateSelectionBtn {
- margin: 0 auto;
- width: 133px;
- height: 20px;
- line-height: 20px;
- }
- #dateSelectionTodayBtn {
- float: left;
- width: 41px;
- height: 20px;
- cursor: pointer;
- }
- #dateSelectionOkBtn {
- float: left;
- text-align: center;
- margin: 0 5px 0 5px;
- width: 41px;
- height: 20px;
- cursor: pointer;
- }
- #dateSelectionCancelBtn {
- float: right;
- text-align: right;
- width: 41px;
- height: 20px;
- cursor: pointer;
- }
- #yearList {
- width: 158px;
- height: 20px;
- line-height: 20px;
- color: green;
- }
- #yearListPrev {
- float: left;
- margin-left: 3px;
- text-align: left;
- width: 8px;
- height: 20px;
- cursor: pointer;
- }
- #yearListNext {
- float: right;
- margin-right: 3px;
- text-align: right;
- width: 8px;
- height: 20px;
- cursor: pointer;
- }
- #yearListContent {
- float: left;
- height: 20px;
- }
- #yearListContent .year {
- float: left;
- display: block;
- width: 33px;
- height: 20px;
- font-size: 11px;
- text-align: center;
- cursor: pointer;
- }
- #yearListContent .curr {
- color: red;
- }
- #monthList {
- margin: 0 1px 0 1px;
- padding: 0 15px 0 15px;
- }
- #monthListContent .month {
- float: left;
- display: block;
- width: 17px;
- height: 15px;
- margin: 2px;
- line-height: 15px;
- text-align: center;
- cursor: pointer;
- }
- #monthListContent .curr {
- color: red;
- }
|