123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- ul, li
- {
- margin: 0;
- padding: 0px;
- list-style: none;
- }
- .U_C_Pag_I_List
- {
- border: 2px solid #f6f6f6;
- border-radius: 5px;
- line-height: 30px;
- text-align: center;
- float: left;
- }
- .U_C_Pag_I_List_UL
- {
- float: left; /*max-width: 80%; border: 1px solid #f3f4f5;*/
- }
- /*.U_C_Pag_I_List_UL > li
- {
- color: #56abe4;
- float: left;
- min-width: 20px;
- padding: 0 5px;
- height: 30px;
- border-right: 2px solid #f5f5f5;
- }*/
- .U_C_Pag_I_List_UL_Li
- {
- cursor: pointer;
- color: #56abe4;
- float: left;
- min-width: 20px;
- padding: 0 5px;
- height: 30px;
- border-right: 2px solid #f6f6f6;
- }
- .U_C_Pag_I_List_UL_DLi
- {
- color: #aba59f;
- float: left;
- min-width: 20px;
- padding: 0 5px;
- height: 30px;
- background-color: #f6f6f6;
- border-right: 2px solid #f6f6f6;
- }
- .U_C_Pag_I_Next
- {
- cursor: pointer;
- width: 30px;
- height: 30px;
- float: left;
- border-right: 2px solid #f5f5f5;
- padding: 0 5px;
- background: url("img/next.png") no-repeat 7px 11px;
- background-size: 70%;
- }
- .U_C_Pag_I_Last
- {
- cursor: pointer;
- font-weight: bolder;
- width: 30px;
- height: 30px;
- float: left;
- color: #009cff;
- }
- .U_C_Pag_I_Find
- {
-
- border: 2px solid #f6f6f6;
- float: left;
- border-radius: 5px;
- margin-left: 40px;
- }
- .U_C_Pag_I_Jump
- {
- cursor: pointer;
- width: 38px;
- height: 30px;
- float: left;
- background: #e0e0e0 url("img/jump.png") no-repeat 5px 9px;
- background-size: 75%;
- }
- .U_C_Pag_Jump_Inp
- {
- float: left;
- width: 35px;
- height: 30px;
- line-height: 30px;
- padding: 0px 5px;
- outline: none;
- border: 0;
- outline: 0;
- line-height: 30px;
- padding: 0 0 0 5px;
- background: 0;
- }
- .U_C_Pag_II
- {
- float: left;
- width: auto;
- height: 40px;
- padding: 0px;
- margin: 0px;
- list-style: none;
- border-radius: 20px;
- border: 2px solid #f6f6f6;
- }
- .U_C_Pag_II > li
- {
- display: inline-block;
- float: left;
- width: 40px;
- height: 40px;
- padding: 0px;
- margin: 0px;
- line-height: 40px;
- text-align: center;
- background: #fff;
- border: 2px solid #e0e0e0;
- }
- .U_C_Pag_II > li:hover, .U_C_Pag_II_active
- {
- background: #009cff !important;
- color: #fff;
- cursor: pointer;
- }
- .U_C_Pag_II_prev_btn
- {
- border-radius: 20px 0px 0px 20px;
- }
- .U_C_Pag_II_next_btn
- {
- border-radius: 0px 20px 20px 0px;
- }
- .U_C_Pag_II_Slider
- {
- width: 100px;
- margin-top: 5px;
- float: left;
- height: 30px;
- margin-left: 20px;
- border-radius: 20px;
- background: #f3f4f5;
- }
- .U_C_Pag_II_input
- {
- position: relative;
- height: 25px;
- width: 62px;
- right: 0;
- border: none;
- outline: none;
- float: right;
- background: none;
- }
- .U_C_Pag_II_Slider_btn
- {
- width: 30px;
- height: 30px;
- background: url("img/U_C_Pag_II_Slider_btn.png");
- border-radius: 20px;
- background-position: center;
- }
- .U_C_Pag_II_Slider_btn:hover
- {
- cursor: pointer;
- }
|