2025-06-11 14:49:36 +08:00

46 lines
971 B
CSS

@charset "gb2312";
body{background:#ebf3f6;}
/* CSS Document */
.refresh_btn {
background: url(../image/load.png) no-repeat center left;
}
.signup_btn {
background: url(../image/pencil_add.png) no-repeat center left;
}
.unsignup_btn {
background: url(../image/pencil_delete.png) no-repeat center left;
}
.add_btn {
background: url(../image/add.png) no-repeat center left;
}
.accept_btn {
background: url(../image/accept.png) no-repeat center left;
}
.arrow_undo_btn {
background: url(../image/arrow_undo.png) no-repeat center left;
}
.delete_btn {
background: url(../image/delete.png) no-repeat center left;
}
.cancel_btn {
background: url(../image/cancel.png) no-repeat center left;
}
.excel_btn {
background: url(../image/excel.png) no-repeat center left;
}
.word_btn {
background: url(../image/word.png) no-repeat center left;
}
.word2_btn {
background: url(../image/word2.png) no-repeat center left;
}