@font-face { font-family: "Glyphicons Halflings"; src: url("../librarys/bootstrap@3.4.1/fonts/glyphicons-halflings-regular.eot"); src: url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.woff") format("woff"), url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.ttf") format("truetype"), url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } html, body { margin: 0; padding: 0; user-select: none; } .my_theme_color { color: #2d8cf0; } .my_theme_bg { background-color: #2d8cf0; } .del_color { color: #ff001e; } .tip_modal { width: 400px; } .page_box { margin: 0 auto; margin-top: 16px; text-align: right; } .page_box > div { display: inline-block; margin-left: 6px; width: 30px; line-height: 30px; color: #666; text-align: center; border-radius: 4px; border: 1px solid #ccc; background-color: #fff; cursor: pointer; } .page_box .page_num:hover, .page_box .page_num.selected { color: #fff; border: 1px solid #2d8cf0; background-color: #2d8cf0; } .page_box .page_prev.disabled, .page_box .page_next.disabled { cursor: not-allowed; }