index.css 857 B

123456789101112131415
  1. /**table表格**/
  2. .sp-holiday a { color:#676767; text-decoration: none; }
  3. .sp-holiday a:hover {text-decoration: underline; }
  4. .sp-holiday{border-collapse: collapse;width:100%;}
  5. .sp-holiday thead th{line-height:40px;padding:8px 8px; border:none; white-space: nowrap; text-align:center; font-weight:normal !important;letter-spacing:1px;}
  6. .sp-holiday tbody{border-left:1px solid #E1E6EB;border-top:1px solid #E1E6EB;}
  7. .sp-holiday tbody td{text-align: center;line-height:60px;padding:7px 8px;
  8. border-bottom:1px solid #E1E6EB;border-right:1px solid #E1E6EB; position:relative; cursor:pointer; }
  9. .leftIcon{position:absolute; left:5px; top:5px; width:30px; height:30px; line-height:30px; text-align:center; color:blue;}
  10. .color-disabled{color:#c0c4d6; cursor:not-allowed !important;}
  11. .currentDay{background-color:#f2f8fe; color:#0066cc;}