|
|
@ -11,6 +11,8 @@
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
|
|
|
|
<script type="text/javascript" src="__STATIC__/jquery-2.0.3.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/jquery-2.0.3.min.js"></script>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
|
|
|
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
html {
|
|
|
|
html {
|
|
|
@ -19,6 +21,26 @@
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
padding: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single {
|
|
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
resize: none;
|
|
|
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
|
|
|
|
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
|
|
|
|
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
|
|
|
|
|
|
line-height:35px;
|
|
|
|
|
|
|
|
line-height:28px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
|
|
|
|
|
|
height:26px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
|
|
|
|
|
|
height:26px;line-height:26px;font-size:12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div id="main" class="main" style="min-height: 342px;">
|
|
|
|
<div id="main" class="main" style="min-height: 342px;">
|
|
|
@ -134,6 +156,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
//搜索功能
|
|
|
|
//搜索功能
|
|
|
|
$("#search").click(function(){
|
|
|
|
$("#search").click(function(){
|
|
|
|
console.log(222);
|
|
|
|
console.log(222);
|
|
|
|