sign2.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .singer_r_img {
  2. display: block;
  3. line-height: 45px;
  4. background: url(../images/sing_week.gif) right 2px no-repeat;
  5. vertical-align: middle;
  6. margin-bottom: -10px;
  7. text-decoration: none;
  8. }
  9. .singer_r_img:hover {
  10. background-position: right -53px;
  11. text-decoration: none;
  12. }
  13. .singer_r_img span {
  14. margin-left: 14px;
  15. font-size: 16px;
  16. font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif !important;
  17. font-weight: 700;
  18. color: #165379;
  19. }
  20. .singer_r_img.current {
  21. background: url(images/sing_sing.gif) no-repeat 0 2px;
  22. border: 0;
  23. text-decoration: none;
  24. }
  25. .sign_succ_calendar_title {
  26. text-align: center;
  27. /*width: 398px;*/
  28. border-left: 1px solid #e3e3e3;
  29. border-right: 1px solid #e3e3e3;
  30. background: #fff;
  31. }
  32. .sign_main {
  33. /*width: 400px;*/
  34. /**background-color: #FBFEFE;**/
  35. border-top: 1px solid #e3e3e3;
  36. font-family: "Microsoft YaHei",SimHei;
  37. display: block;
  38. }
  39. .calendar_month_span {
  40. display: inline;
  41. line-height: 40px;
  42. font-size: 16px;
  43. color: #656565;
  44. letter-spacing: 2px;
  45. font-weight: bold;
  46. }
  47. .sign_equal {
  48. display:table;
  49. border-collapse:separate;
  50. width: 100%;
  51. }
  52. .sign_row {
  53. display:table-row;
  54. }
  55. .sign_row div {
  56. display:table-cell;
  57. width:14.3%;
  58. border-top: 1px solid #e3e3e3;
  59. /*border-bottom: 1px solid #e3e3e3;*/
  60. border-left: 1px solid #e3e3e3;
  61. height: 40px;
  62. text-align: center;
  63. line-height: 40px;
  64. }
  65. .sign_row .bold{
  66. font-weight: bold;
  67. }
  68. .sign_row div:last-child {
  69. border-right: 1px solid #e3e3e3;
  70. }
  71. .sign_equal .sign_row:last-child div{
  72. border-bottom: 1px solid #e3e3e3;
  73. }
  74. .sign_equal .on {
  75. background: url(../images/sign_have.gif) no-repeat center;
  76. }
  77. .sign_contener,.sign_contener:visited {
  78. line-height: 30px;
  79. background: #00a0e9;
  80. border: none;
  81. color: white;
  82. border-radius: 30px;
  83. padding: 0 10px;
  84. font-size: 16px;
  85. }
  86. .sign_contener:hover{
  87. background-color: red;
  88. }