- .leftList{
- height: 600px;
- width: 200px;
- background: #f9f9f9;
- padding: 20px;
- }
-
- .leftList ul li{
- padding: 8px 35px;
- line-height: 20px;
- cursor: pointer;
- margin-bottom: 15px;
- }
-
- .leftList ul li img{
- margin-right: 10px;
- }
-
- .leftList ul .active{
- background: #e0ecec;
- color: #007b76;
- }
-
- .leftList ul li:hover{
- background: #e0ecec;
- color: #007b76;
- }
-
- .userTable{
- width: 1000px;
- padding: 0px 30px;
- }
-
- .userTable input[type='button']{
- background: #e1e1e1;
- padding: 8px 15px;
- color: #848484;
- border: none;
- border-radius: 20px;
- }
-
- .userTable .active{
- background: #007b76!important;
- color: #FFFFFF!important;
- }
-
- .userTable input[type='button']:hover{
- background: #007b76;
- padding: 8px 15px;
- color: #FFFFFF;
- border: none;
- border-radius: 20px;
- cursor: pointer;
- }
-
- .userTable table tr td span{
- color: red;
- cursor: pointer;
- }
-
- .userTable table tr td{
- padding: 18px 0px;
- }
- .userTable table tr td:nth-child(odd){
- width: 10%;
- text-align: right;
- }
-
- .userTable input[type='text']{
- border: 1px solid #e3e3e3;
- width: 90%;
- height: 36px;
- margin-left: 10px;
- padding-left: 10px;
- }
-
- .userTable table tr:first-child td{
- border-bottom: 1px solid #e3e3e3;
- }
-
- .userTable table tr:last-child td p{
- border-radius: 0;
- width: 30%;
- margin-left: 10px;
- background: #007b76;
- color: #ffffff;
- line-height: 35px;
- text-align: center;
- cursor: pointer;
- }
-
- .supplyTable{
- width: 1000px;
- padding-left: 15px;
- }
-
- .supplyTable tr td{
- text-align: center;
- padding: 15px 20px;
- border-right: 1px solid #e3e3e3 ;
- border-bottom: 1px solid #e3e3e3 ;
- }
-
- .supplyTable tr td:first-child{
- border-left: 1px solid #e3e3e3 ;
- }
-
- .supplyTable tr td:last-child div p{
- line-height: 14px;
- font-size: 12px;
- margin-left: 2px;
- color: #007b76;
- cursor: pointer;
- }
-
- .supplyTable input[type='button']{
- background: #007b76;
- padding: 5px 15px;
- color: #ffffff;
- border: none;
- border-radius: 20px;
- margin-bottom: 10px;
- }
-
- .supplyTable table tr:first-child td{
- background: #007b76;
- color: #FFFFFF;
- padding: 15px 0px;
- border: none;
- }
-
- .iWanna{
- margin: 0 auto!important;
- border: 1px solid #626262!important;
- background: #ffffff!important;
- color: #626262!important;
- }
-
- .iWanna:hover{
- border: 1px solid #007b76!important;
- background: #007b76!important;
- color: #FFFFFF!important;
- }
-
- .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;
- }
-
- .releaseSupply {
- width: 1000px;
- padding-left: 15px;
- }
-
- .releaseSupplyBtn{
- background: #007b76;
- padding: 5px 15px;
- color: #ffffff;
- border: none;
- border-radius: 20px;
- float: right;
- margin-bottom: 10px;
- }
-
- .releaseSupplyTit{
- font-size: 18px;
- color: #007b76;
- line-height: 28px;
- padding-left: 32px;
- }
-
- .releaseSupply table{
- border: 1px solid #e3e3e3;
- 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 input{
- height: 36px;
- border: 1px solid #e3e3e3;
- width: 100%;
- margin-left: 10px;
- padding-left: 10px;
- }
-
- .releaseSupply table tr td select{
- height: 36px;
- border: 1px solid #e3e3e3;
- margin-left: 10px;
- }
-
- .releaseSupply table tr td span{
- color: red;
- }
-
- .submitBtn{
- text-align: center!important;
- margin-top: 15px;
- }
-
- .submitBtn input{
- background: #007b76;
- color: #FFFFFF;
- border: none;
- padding: 5px 30px;
- border-radius: 15px;
- clear: both;
- }
-
- textarea {
- display: block;
- }
|