123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- button,a{
- cursor:pointer
- }
- .OneLine tbody td{
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis
- }
- .topBtn{
- width:108px;
- height:67px;
- float:left;
- margin:0 2px;
- font-size:18px;
- font-weight:400;
- color:#fff;
- padding:0 15px;
- border-radius:5px;
- }
- .topBtn>div{
- font-size:28px;
- font-weight:700;
- }
- .activeTop{
- box-shadow:5px 5px 5px rgb(51, 144, 239);
- }
- .Item1{
- float: left;
- height: 18px;
- line-height: 18px;
- text-indent: 8px;
- margin: 5px 0;
- cursor:pointer;
- padding:0 10px;
- }
- .activeItem1{
- color:#42B2FF
- }
- .ji{
- background:#FF0000;
- color:#fff;
- padding:2px;
- }
- .ldzl>ul>li{
- padding:0 5px;
- background:#D3EDFF;
- line-height:30px;
- }
- .ldzl>ul>li>span{
- float:right;
- clear:both
- }
- .today{
- background:#00A6FF !important;
- color:#fff
- }
- .date-table {
- width: 100%;
- table-layout:fixed;
- border-collapse: collapse;
- border-top: 1px solid #c6c6c6;
- border-left: 1px solid #c6c6c6;
- }
- .date-table tbody td {
- text-align: center;
- line-height: 15px;
- background: #fff;
- font-size: 12px;
- padding:5px 0;
- cursor: pointer;
- border-bottom: 1px solid #c6c6c6;
- border-right: 1px solid #c6c6c6;
- }
- .date-table tbody td center{
- height: 15px;
- }
- .date-table tbody tr:first-child td {
- font-size:14px;
- background: #D3EDFF;
- }
- .today {
- color: white;
- background: #25A6FF !important;
- border:0;
- }
- .date-day {
- width: 50px;
- height: 50px;
- padding: 10px;
- float: left;
- position: relative;
- left: 50%;
- transform: translate(-50%,0);
- }
- .activeItem2{
- color:#42B2FF
- }
|