Commit 215c69b9 authored by agping's avatar agping

经纪人修改

parent d7d10da6
...@@ -97,83 +97,106 @@ ...@@ -97,83 +97,106 @@
margin-top: -350px; margin-top: -350px;
} }
/*上传图片列表 样式*/ /*上传图片列表 样式*/
.form-group { .form-group {
margin: 10px; margin: 10px;
} }
.input-100-width { .input-100-width {
width: 100px!important; width: 100px!important;
} }
.input-360-width { .input-360-width {
width: 360px!important; width: 360px!important;
} }
.textarea-500-width { .textarea-500-width {
width: 500px!important; width: 500px!important;
} }
.list-group-item>.full-width-100+.full-width-100 { .list-group-item>.full-width-100+.full-width-100 {
padding-top: 10px; padding-top: 10px;
} }
.list-group-item>.full-width-100>label { .list-group-item>.full-width-100>label {
width: 60px; width: 60px;
} }
.list-group-item>.full-pic-area>label { .list-group-item>.full-pic-area>label {
width: 120px; width: 120px;
} }
.delet-pic-btn{
color:red; .delet-pic-btn {
} color: red;
/*css样式*/ }
.img-cont{ /*css样式*/
width:1000px;
height:570px; .img-cont {
border:2px solid #317ef3; width: 1000px;
margin:50px auto; height: 570px;
} border: 2px solid #317ef3;
margin: 50px auto;
.img-cont>div{ }
width:300px;
height:260px; .img-cont>div {
border:1px solid #777; width: 300px;
float:left; height: 260px;
margin:20px 0 0 20px; border: 1px solid #777;
} float: left;
margin: 20px 0 0 20px;
.img-cont>div>div{ }
width:300px;
height:220px; .img-cont>div>div {
border:1px solid red; width: 300px;
} height: 220px;
border: 1px solid red;
.img-cont>div>a{ }
width:60px;
height:30px; .img-cont>div>a {
border-radius:4px; width: 60px;
line-height: 30px; height: 30px;
text-align: center; border-radius: 4px;
color:#fff; line-height: 30px;
display: block; text-align: center;
background: #317ef3; color: #fff;
margin:5px 0 0 0px; display: block;
cursor: pointer; background: #317ef3;
} margin: 5px 0 0 0px;
cursor: pointer;
.hide{ }
display: none !important;
} .hide {
.result{ display: none !important;
width: 600px; }
}
.result>img{ .result {
width: 200px; width: 600px;
height: 200px; }
}
/*css样式*/ .result>img {
width: 200px;
height: 200px;
}
#container_body{
position: relative;
}
#file_input {
opacity: 0;
position: absolute;
top: 0;
left: 145px;
height: 35px;
width: 80px;
}
.out-style {
position: absolute;
top: 0;
left: 60px;
}
/*css样式*/
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
<div class="container"> <div class="container">
...@@ -303,24 +326,25 @@ ...@@ -303,24 +326,25 @@
<div class="modal-body"> <div class="modal-body">
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item"> <li class="list-group-item">
<div class="form-group full-width-100 full-pic-area"> <div class="form-group full-width-100 full-pic-area">
<!--input上传图片--> <!--input上传图片-->
<div id="container_body"> <div id="container_body">
<label>请选择一个图像文件:</label> <label>请选择一个图像文件:</label>
<input type="file" id="file_input"/> <button type="button btn2" class="btn btn-default">上传图片</button>
<input type="file" id="file_input"/>
</div> </div>
</div> </div>
<ul class="img-pre-ul" id="xiangqing_pic_ul"> <ul class="img-pre-ul" id="xiangqing_pic_ul">
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭 <!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭
</button>--> </button>-->
<button type="button" class="btn btn-primary" id="saveBtn" data-dismiss="modal"> <button type="button btn2" class="btn btn-primary" id="saveBtn" data-dismiss="modal">
保存 保存
</button> </button>
</div> </div>
...@@ -330,5 +354,5 @@ ...@@ -330,5 +354,5 @@
<!-- /.modal --> <!-- /.modal -->
</div> </div>
<div id="img_mask_area" title="点击任意位置可关闭"> <div id="img_mask_area" title="点击任意位置可关闭">
<img /> <img />
</div> </div>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
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