You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .pageNum{
- margin-top: 45px;
- text-align: center;
- }
-
- .pageNum li{
- width: 25px;
- height: 25px;
- text-align: center;
- line-height: 25px;
- margin-right: 5px;
- display: inline-block;
- }
-
- .pageNum p{
- height: 25px;
- text-align: center;
- line-height: 25px;
- margin-right: 5px;
- display: inline-block;
- }
-
- .pageNum li.active{
- background-color: #007b76;
- color: #ffffff;
- border-radius: 2px;
- }
-
- .pageNum li:hover{
- background-color: #007b76;
- color: #ffffff;
- border-radius: 2px;
- cursor:pointer;
- }
-
- .personalTit-Tab{
- width: 100%;
- }
-
- .personalBtn{
- background: #007b76!important;
- color: #ffffff!important;
- border: none;
- padding: 5px 25px;
- border-radius: 25px;
- position: absolute;
- top: 10px;
- right: 0;
- }
|