Commit f9f662ac by lixiaofeng

修改样式

1 parent 71fbd94b
Showing with 5 additions and 1 deletions
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
height: 20px; height: 20px;
} }
.key{ .key{
width: 80px;
border: none; border: none;
float: left; float: left;
margin-top: -5px; margin-top: -5px;
...@@ -84,7 +85,10 @@ ...@@ -84,7 +85,10 @@
} }
#form .value{ #form .value{
color:#c1c1c1; color:#c1c1c1;
background: url("src/image/btn1.png") no-repeat 80% 50%; padding-right: 30px;
width: 200px;
text-align: right;
background: url("src/image/btn1.png") no-repeat 92% 50%;
} }
</style> </style>
<script src="src/js/saasService.js"></script> <script src="src/js/saasService.js"></script>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!