.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; }