|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- .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 input[type='button']{
- border-radius: 0;
- width: 90%;
- margin-left: 10px;
- background: #007b76;
- color: #ffffff;
- }
-
- .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;
- }
-
- .supplyTable input[type='button']{
- background: #007b76;
- padding: 5px 15px;
- color: #ffffff;
- border: none;
- border-radius: 20px;
- float: right;
- margin-bottom: 10px;
- }
-
- .supplyTable table tr:first-child td{
- background: #007b76;
- color: #FFFFFF;
- padding: 15px 0px;
- border: none;
- }
-
- .iWanna{
- margin: 0!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;
- }
|