123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /*分页*/
- .page_div {
- margin-top: 20px;
- margin-bottom: 20px;
- font-size: 14px;
- font-family: "microsoft yahei";
- color: #666666;
- margin-right: 20px;
- padding-left: 20px;
- text-align: right;
- }
- .page_div a {
- min-width: 30px;
- height: 28px;
- border: 1px solid #ddd;
- text-align: center;
- margin: 0 4px;
- cursor: pointer;
- line-height: 28px;
- color: #666666;
- font-size: 14px;
- display: inline-block;
- }
- #firstPage,
- #lastPage {
- width: 50px;
- }
- #firstPage,
- #lastPage,
- {
- width: 50px;
- color: #666;
- border: 1px solid #ddd;
- }
- #prePage,
- #nextPage {
- width: 70px;
- color: #666;
- border: 1px solid #ddd;
- }
- #firstPage:hover,
- #lastPage:hover,
- #prePage:hover,
- #nextPage:hover {
- color: #fff;
- }
- .page_div .current,
- .page_div a:hover {
- background-color: #0AD9C9;
- border-color: #0AD9C9;
- color: #FFFFFF;
- }
- .totalPages {
- margin: 0 10px;
- }
- .totalPages span,
- .totalSize span {
- color: #0AD9C9;
- margin: 0 5px;
- font-size: 14px;
- }
- /*预约步骤*/
- .mt80 {
- padding-top: 80px;
- }
- .c-ff8787 {
- color: #ff8787;
- }
- .ml14 {
- margin-left: 14px;
- }
- .div-step-header {
- width: 256px;
- height: 454px;
- background: #ecfffe;
- position: relative;
- border: 1px solid #d1efed;
- margin-left: 20px;
- }
- .div-step-header .div-head-img {
- background: url(../images/icon_biqoain.png) no-repeat;
- width: 119px;
- height: 37px;
- background-size: 119px 37px;
- position: absolute;
- top: 10px;
- left: -8px;
- }
- .div-step-content {
- height: 397px;
- display: -webkit-box;
- clear: both;
- }
- .div-step-item {
- width: 40px;
- height: 40px;
- border-radius: 40px;
- text-align: center;
- line-height: 40px;
- border: 1px solid #0ad8c8;
- }
- .div-step-item span {
- color: #0ad8c8;
- }
- .div-step-line {
- width: 3px;
- height: 42px;
- background: #0AD9C9;
- margin-left: 20px;
- }
- .div-step-item.active {
- background: #0AD9C9;
- }
- .div-step-item .div-active-item {
- background: url(../images/icon_gouxuan.png) no-repeat;
- width: 17px;
- height: 17px;
- margin: 10px;
- }
- .div-step-bottom {
- height: 55px;
- background: #F1F7DD;
- padding: 10px 0px 10px 16px;
- display: -webkit-box;
- }
- .div-content-active{
- color: #0AD9C9;
- text-decoration: underline;
- }
|