微调图标选择样式,增加圆角与边框
This commit is contained in:
parent
efdc3d570e
commit
1f8b01756b
|
@ -110,6 +110,7 @@
|
||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-content .modal-footer span {
|
.icon-content .modal-footer span {
|
||||||
|
@ -121,10 +122,13 @@
|
||||||
.icon-content .modal-footer i {
|
.icon-content .modal-footer i {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
width: 30px;
|
margin: 0 4px 0 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #337ab7;
|
color: #337ab7;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
border: solid 1px;
|
||||||
|
padding: 3px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fontawesome-icon-list .fa-hover a {
|
.fontawesome-icon-list .fa-hover a {
|
||||||
|
|
|
@ -158,7 +158,7 @@
|
||||||
@Html.Partial("IconView")
|
@Html.Partial("IconView")
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<span>被选择的图标:</span><i id="pickIcon"></i>
|
<span>被选择的图标</span><i id="pickIcon"></i>
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
||||||
<button type="button" class="btn btn-primary" id="btnSubmitIcon">保存</button>
|
<button type="button" class="btn btn-primary" id="btnSubmitIcon">保存</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue