|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- .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: var(--color);
- color: #ffffff;
- border-radius: 2px;
- }
-
- .pageNum li:hover{
- background-color: var(--color);
- color: #ffffff;
- border-radius: 2px;
- cursor:pointer;
- }
-
- .personalTit-Tab{
- width: 100%;
- }
-
- .personalBtn{
- background: var(--color)!important;
- color: #ffffff!important;
- border: none;
- padding: 5px 25px;
- border-radius: 25px;
- position: absolute;
- top: 10px;
- right: 0;
- }
-
- .releaseSupply {
- width: 1000px;
- padding-left: 15px;
- }
-
- .releaseSupplyBtn{
- background: var(--color);
- padding: 5px 15px;
- color: #ffffff;
- border: none;
- border-radius: 20px;
- float: right;
- margin-bottom: 10px;
- }
-
- .releaseSupplyTit{
- font-size: 18px;
- color: var(--color);
- line-height: 28px;
- padding-left: 32px;
- }
-
- .releaseSupply table{
- padding: 15px 30px;
- }
-
- .releaseSupply table tr td{
- padding: 12px 0px;
- }
-
- .releaseSupply table tr td:first-child{
- width: 8%;
- text-align: right;
- }
-
- .releaseSupply table tr td p{
- width: 100%;
- margin-left: 10px;
- padding-left: 10px;
- line-height: 36px;
- }
-
- .releaseSupply table tr td select{
- height: 36px;
- border: 1px solid #e3e3e3;
- margin-left: 10px;
- }
-
- .releaseSupply table tr td span{
- color: red;
- }
|