Commit 1d65534c authored by agping's avatar agping

收款图片修改

parent 96b24c88
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
display: none !important; display: none !important;
} }
.result>img,.result2>img{ .result>img,.result2>img{
width: 200px; width: 150px;
height: 200px; height: 150px;
} }
#container_body{ #container_body{
position: relative; position: relative;
...@@ -194,6 +194,11 @@ ...@@ -194,6 +194,11 @@
/*控制放大镜的 收款图片显示*/ /*控制放大镜的 收款图片显示*/
#preview{ #preview{
z-index: 9999!important; z-index: 9999!important;
}
#preview img{
width: 600px;
} }
/*css样式*/ /*css样式*/
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment