123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .singer_r_img {
- display: block;
- line-height: 45px;
- background: url(../images/sing_week.gif) right 2px no-repeat;
- vertical-align: middle;
- margin-bottom: -10px;
- text-decoration: none;
- }
- .singer_r_img:hover {
- background-position: right -53px;
- text-decoration: none;
- }
- .singer_r_img span {
- margin-left: 14px;
- font-size: 16px;
- font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif !important;
- font-weight: 700;
- color: #165379;
- }
- .singer_r_img.current {
- background: url(images/sing_sing.gif) no-repeat 0 2px;
- border: 0;
- text-decoration: none;
- }
- .sign_succ_calendar_title {
- text-align: center;
- /*width: 398px;*/
- border-left: 1px solid #e3e3e3;
- border-right: 1px solid #e3e3e3;
- background: #fff;
- }
- .sign_main {
- /*width: 400px;*/
- /**background-color: #FBFEFE;**/
- border-top: 1px solid #e3e3e3;
- font-family: "Microsoft YaHei",SimHei;
- display: block;
- }
- .calendar_month_span {
- display: inline;
- line-height: 40px;
- font-size: 16px;
- color: #656565;
- letter-spacing: 2px;
- font-weight: bold;
- }
- .sign_equal {
- display:table;
- border-collapse:separate;
- width: 100%;
- }
- .sign_row {
- display:table-row;
- }
- .sign_row div {
- display:table-cell;
- width:14.3%;
- border-top: 1px solid #e3e3e3;
- /*border-bottom: 1px solid #e3e3e3;*/
- border-left: 1px solid #e3e3e3;
- height: 40px;
- text-align: center;
- line-height: 40px;
- }
- .sign_row .bold{
- font-weight: bold;
- }
- .sign_row div:last-child {
- border-right: 1px solid #e3e3e3;
- }
- .sign_equal .sign_row:last-child div{
- border-bottom: 1px solid #e3e3e3;
- }
- .sign_equal .on {
- background: url(../images/sign_have.gif) no-repeat center;
- }
- .sign_contener,.sign_contener:visited {
- line-height: 30px;
- background: #00a0e9;
- border: none;
- color: white;
- border-radius: 30px;
- padding: 0 10px;
- font-size: 16px;
- }
- .sign_contener:hover{
- background-color: red;
- }
|