Просмотр исходного кода

更新搜索框提示

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8029 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 лет назад
Родитель
Сommit
ac90ca27c1

+ 713 - 427
src/main/webapp/resources/tpl/index/purc/tender.html

@@ -2,441 +2,727 @@
 <link rel="stylesheet" href="static/css/add.css "/>
 <style>
 
-    /* 标题 */
-    .tender-label {
-        /*height: 30px;*/
-        /*margin-left: 10px;*/
-        /*margin-right: 10px;*/
-        /*background-color: #e8e8e8;*/
-        /*box-shadow: 0 0 5px #6f6f6f;*/
-        /*border-top-right-radius: 20px;*/
-        width: 100%;
-        height: 40px;
-        line-height: 42px;
-        background: url(static/img/comm_bg01.png) no-repeat center;
-        background-size: 100%;
-
-    }
-    /* 主体 */
-    .purc-tender {
-        line-height: 2;
-        font-size: 14px;
-    }
-    .purc-tender .row {
-        margin-left: 0px;
-        margin-right: 0px;
-        padding-left: 15px;
-        padding-right: 15px;
-    }
-    .tender-content {
-        background-color: #fff;
-    }
-
-    .tender-content>div>div {
-        margin-top: 3px;
-        margin-bottom: 3px;
-    }
-    /* 二级标题栏 */
-    .title-div {
-        font-size: 14px;
-        font-weight: 600;
-        padding-left: 30px;
-        height: 50px;
-        padding-top: 11px;
-    }
-
-    /* 输入框前描述 */
-    .tender-desc {
-        width: 100px;
-        float: left;
-        padding-top: 4px;
-    }
-    /* 输入框 */
-    .tender-input {
-        /*border: #bfbfbf 1px solid !important;
+/* 标题 */
+.tender-label {
+	/*height: 30px;*/
+	/*margin-left: 10px;*/
+	/*margin-right: 10px;*/
+	/*background-color: #e8e8e8;*/
+	/*box-shadow: 0 0 5px #6f6f6f;*/
+	/*border-top-right-radius: 20px;*/
+	width: 100%;
+	height: 40px;
+	line-height: 42px;
+	background: url(static/img/comm_bg01.png) no-repeat center;
+	background-size: 100%;
+}
+/* 主体 */
+.purc-tender {
+	line-height: 2;
+	font-size: 14px;
+}
+
+.purc-tender .row {
+	margin-left: 0px;
+	margin-right: 0px;
+	padding-left: 15px;
+	padding-right: 15px;
+}
+
+.tender-content {
+	background-color: #fff;
+}
+
+.tender-content>div>div {
+	margin-top: 3px;
+	margin-bottom: 3px;
+}
+/* 二级标题栏 */
+.title-div {
+	font-size: 14px;
+	font-weight: 600;
+	padding-left: 30px;
+	height: 50px;
+	padding-top: 11px;
+}
+
+/* 输入框前描述 */
+.tender-desc {
+	width: 100px;
+	float: left;
+	padding-top: 4px;
+}
+/* 输入框 */
+.tender-input {
+	/*border: #bfbfbf 1px solid !important;
         padding-left: 10px;
         height: 34px;
         line-height: 34px;
         width: 160px;*/
-    }
-    .tender-input01{
-        border: #bfbfbf 1px solid !important;
-        padding-left: 10px;
-        height: 34px;
-        line-height: 34px;
-        width: 160px;
-    }
-    .tender-input:focus{
-        border: #3578ba 1px solid !important;
-    }
-
-    /* 收货地址 */
-    .address-group {
-        border-bottom: 1px solid #323232;
-        border-bottom-left-radius: 0;
-        margin-right: 20px;
-    }
-    .address-group>input:focus{
-        outline: none;
-    }
-
-    /* 基本信息 */
-    .base-info {
-        border-bottom: 1px solid #e8e8e8;
-        padding-bottom: 30px;
-        padding-top: 20px;
-        margin-bottom: 0; /* 去除index中公共样式影响 */
-    }
-
-    /* 地址附加图标 */
-    .address-addon {
-        border: none;
-        background: none;
-    }
-
-    /* 下拉选项 */
-    .select-menu {
-        margin: 4px 0;
-        width: 100px;
-        padding: 0 5%;
-        height: 30px;
-    }
-
-    select.select-menu {
-        /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/
-        border: solid 1px #bfbfbf;
-        height: 34px;
-        line-height: 34px;
-        width: 160px;
-        /*很关键:将默认的select选择框样式清除*/
-       /* appearance:none;
+	
+}
+
+.tender-input01 {
+	border: #bfbfbf 1px solid !important;
+	padding-left: 10px;
+	height: 34px;
+	line-height: 34px;
+	width: 160px;
+}
+
+.tender-input:focus {
+	border: #3578ba 1px solid !important;
+}
+
+/* 收货地址 */
+.address-group {
+	border-bottom: 1px solid #323232;
+	border-bottom-left-radius: 0;
+	margin-right: 20px;
+}
+
+.address-group>input:focus {
+	outline: none;
+}
+
+/* 基本信息 */
+.base-info {
+	border-bottom: 1px solid #e8e8e8;
+	padding-bottom: 30px;
+	padding-top: 20px;
+	margin-bottom: 0; /* 去除index中公共样式影响 */
+}
+
+/* 地址附加图标 */
+.address-addon {
+	border: none;
+	background: none;
+}
+
+/* 下拉选项 */
+.select-menu {
+	margin: 4px 0;
+	width: 100px;
+	padding: 0 5%;
+	height: 30px;
+}
+
+select.select-menu {
+	/*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/
+	border: solid 1px #bfbfbf;
+	height: 34px;
+	line-height: 34px;
+	width: 160px;
+	/*很关键:将默认的select选择框样式清除*/
+	/* appearance:none;
         -moz-appearance:none;
         -webkit-appearance:none;*/
+	/*在选择框的最右侧中间显示小箭头图片*/
+	/*background: url("resources/img/tender/select.png") no-repeat scroll right center transparent;*/
+	/*为下拉小箭头留出一点位置,避免被文字覆盖*/
+	padding-right: 14px;
+}
 
-        /*在选择框的最右侧中间显示小箭头图片*/
-        /*background: url("resources/img/tender/select.png") no-repeat scroll right center transparent;*/
-
-
-        /*为下拉小箭头留出一点位置,避免被文字覆盖*/
-        padding-right: 14px;
-    }
-
-
-    /*清除ie的默认选择框样式清除,隐藏下拉箭头*/
-    select.select-menu::-ms-expand { display: none; }
-
-    /* 日期选择器 */
-    .purc-tender .date-picker {
-        padding-top: 10px;
-    }
-    .purc-tender .date-picker input {
-        border-radius: 0;
-        border: 1px solid #5078cb;
-        border-right: none;
-        font-size: 12px;
-    }
-    .purc-tender .date-picker span .btn-open {
-        color: #fff;
-        background-color: #5078cb;
-        border-radius: 0;
-        border: 1px solid #5078cb;
-        border-left: none;
-    }
-
-    /* 修改本页内btn的样式 及datepicker中的btn-success的样式 */
-    .tender-content .date-picker .btn {
-        border-radius: 0;
-    }
-
-    .tender-content .date-picker .btn-success {
-        background-color: #327EBE;
-    }
-    .tender-content .date-picker ul {
-        border-radius: 0;
-    }
-    .tender-content .date-picker ul div:focus {
-        outline: none;
-        border-radius: 0;
-        border: none;
-    }
-
-    /* 附件上传 */
-    .purc-tender .base-info .attach-upload {
-        display: inline;
-    }
-    .purc-tender .base-info .attach-upload input {
-        height: 100px;
-        width: 100px;
-        margin: 6px 0 0 100px;
-        opacity: 0;
-        z-index: 1;
-        position: relative;
-    }
-    .purc-tender .base-info .attach-upload input:hover {
-        cursor: pointer;
-    }
-    .fileInputContainer{
-        height:100px;
-        background-image: url('resources/img/tender/upload.png');
-        position:relative;
-        width: 100px;
-        margin-left: 100px;
-        margin-top: 20px;
-    }
-    .fileInput{
-        height: 100px;
-        width: 100px;
-        font-size: 100px;
-        position:absolute;
-        margin-left: 100px;
-        margin-top: 20px;
-        right:0;
-        top:0;
-        opacity: 0;
-        filter:alpha(opacity=0);
-        cursor:pointer;
-        overflow: hidden;
-    }
-    /* 图片点击上传 */
-    /*.upload-bg {*/
-        /*width: 100px;*/
-        /*height: 100px;*/
-        /*background-image: url('resources/img/tender/upload.png');*/
-        /*margin-top: 10px;*/
-        /*margin-left: 100px;*/
-        /*border: 1px solid #e8e8e8;*/
-        /*z-index: 2;*/
-    /*}*/
-    /* 供应商信息 添加供应商 */
-    .vend-info  a.add-vendor {
-         color: #5078cb;
-     }
-    .vend-info  a.add-vendor:hover {
-        cursor: pointer;
-        color: #55b6ff;
-    }
-    .vend-info  a.remove-vendor {
-        color: #FF2E2F;
-    }
-    .vend-info  a.remove-vendor:hover {
-        cursor: pointer;
-        color: #D32526;
-    }
-
-    /* 单选框 复选框 */
-    input[type="radio"],input[type="checkbox"] {
-        vertical-align:text-bottom;
-        margin-bottom:2px;
-        margin-bottom:-2px\9;
-    }
-    .vend-info .input-select {
-        float: left;
-        padding-top: 4px;
-        margin-left: -20px;
-    }
-
-    .vend-info .input-select input {
-        margin-right: 8px;
-    }
-
-    /* 右下角按钮 */
-    .tender-content>div {
-        background-color: #fff;
-    }
-    .tender-content>div>div>button {
-        width: 94px;
-        height: 36px;
-        font-size: 14px;
-        color: #fff;
-        border-radius: 0;
-    }
-    .tender-content>div>div.btn-publish>button {
-        background-color: #327EBE;
-    }
-    .tender-content>div>div.btn-save>button {
-        background-color: #32bebc;
-    }
-
-
-    .read-only {
-        border: none;
-        color: #969595;
-    }
-
-    .read-only:focus {
-        border: none;
-    }
-
-    .attach-file {
-        margin-left: 100px;
-        width: 400px;
-    }
-
-
-    .com_head{width:100%;height:40px;line-height:42px;background:url(static/img/comm_bg01.png) no-repeat center;background-size: 100%;}
-    .com_head span{margin-left:30px;color:#000;font-size:14px;}
-    .com_head a{color:#327ebe;float:right;margin-right:40px;font-size: 14px;}
-    .com_head a i{margin-left: 5px;line-height: 40px;}
-    .com_head a:hover{color: #d2272d;}
-
-    .com_title{width:100%;margin:0px auto;height:40px;line-height:40px;font-size:14px;color:#323232;background:#f5f5f5;}
-    .com_title font{color:#327ebe;}
-
-
-    .com_title01{height: 50px;line-height:50px;width:100%;border-bottom:#3578ba 1px dotted;border-top:#e8e8e8 1px solid;margin-top: -4px;} /*  这里修改过 margin-top*/
-    .com_title01 span{margin-left:20px;font-size: 14px;line-height: 50px;color: #555;font-weight: bold;}
-
-    .com_title01  a {
-        color: #5078cb;
-    }
-    .com_title01  a:hover {
-        cursor: pointer;
-        color: #55b6ff;
-    }
-
-    /*招标单*/
-    .tender-list02 dl{width: 100%;margin:0 auto;position: relative;}
-    .tender-list02 dl dt{width: 100%;margin:0 auto;height: 40px;    border-bottom: #e8e8e8 1px solid;}
-    .tender-list02 dl dt span{height: 50px;line-height: 50px;display: inline-block;color: #323232;}
-    .tender-list02 dl dd{width: 100%;margin:0 auto;height: 50px;border-bottom: #ccc 1px dotted;overflow: hidden; }
-    .tender-list02 dl dd:hover{border: #d32526 1px solid;}
-    .tender-list02 dl dd:hover span a{ display: inline-block;}
-    .tender-list02 dl dd span{height: 50px;line-height: 50px;display: inline-block;}
-    .tender-list02 dl span{width:13%;font-size: 14px;float: left;text-align: center;}
-    .tender-list02 dl span.wid01{ width:20%;}
-    .tender-list02 dl span.wid02{ width:20%;}
-    .tender-list02 dl span.wid03{ width:3%;}
-    .tender-list02 .editable{ text-align: center; width: 100%;}
-    .tender-list02  .scroll-y dd input{width: 100%; height: 34px; border: none; font-size: 14px; padding-left: 4px; text-align: center; vertical-align: middle; line-height: 34px;}
-    .tender-list02 dl span.wid03 a{ display: none;}
-    .tender-list02 dl span.wid03 a.active{ display: inline-block;}
-    .tender-list02 dl span.wid03 a i{width: 20px;height: 20px;display: inline-block;line-height: 20px;background: #d2272d;text-align: center;border-radius: 100%;color: #fff;}
-    .tender-list02 .com_title01 a{float: right;margin-right: 45px;font-size: 14px;line-height: 50px;}
-    .scroll-y{width: 100%;margin: 0 auto;max-height: 500px; overflow-y: auto;}
-    .scroll-y.active{overflow-y: scroll;  overflow-x: hidden;  }
-
-    /* 弹框 */
-    .bomb-box{width: 100%;height: 100%;position: fixed;z-index: 11111;background: rgba(0, 0, 0, 0.2);top: 0;left: 0;}
-    .bomb-box .box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;box-shadow:0 0 3px #888 ;}
-    .bomb-box .box01{width:580px;height: 406px;border-radius: 5px;background: #fff;}
-    .bomb-box .box i.off{width:20px;height:20px;display:inline-block;position:absolute;right:8px;top:8px;text-align:center; cursor: pointer;}
-    .bomb-box .box p{height: 40px;line-height: 40px;font-size: 14px;width:100%;margin: 0 auto;border-bottom: #e8e8e8 1px solid;padding-left: 20px;}
-    .per-data{width:90%;margin: 0 auto;}
-    .per-data ul,.per-data ul li{width:100%;margin: 0 auto;}
-    .per-data ul li{height: 34px;line-height: 34px;margin-top: 15px;}
-    .per-data ul li em{width: 60px;font-size: 14px;float: left;}
-    .per-data ul li input,.per-data ul li select{width: 236px;height: 34px;border: #e8e8e8 1px solid;font-size: 14px;padding-left: 10px;}
-    .per-data ul li select{background: url("../images/select.png") no-repeat right;-webkit-appearance: none;appearance: none;-o-appearance: none;-moz-appearance: none;-ms-appearance: none;}
-    .per-data ul li select option{line-height: 30px;}
-    .per-data ul li span{color: #959595;line-height: 18px;float: right;width: 215px;display: inline-block;}
-    .per-data ul li.per-btn{margin-top: 30px;}
-    .per-data ul li a{width: 94px;height: 36px;display: inline-block;font-size: 14px;color: #fff;text-align: center;line-height: 34px;float: left;}
-    .per-data ul li a.save{margin-left: 60px;background: #327ebe;}
-    .per-data ul li a.mod-psd{background: #8dc7f9;margin-left: 30px;}
-    .per-data ul li a:hover{background: #3578ba;}
-
-    .add-address {
-        color: #327ebe;
-        font-size: 14px;
-        padding-left: 30px;
-    }
-
-    .add-address:hover {
-        color: #8dc7f9;
-    }
-
-    .tender-content  ul.association {
-        position: absolute;
-        left: 0;
-        top: 100%;
-        right: 61px;
-        list-style: none;
-        -webkit-padding-start: 0;
-        background: #ffffff;
-        border: 1px solid #dddddd;
-        z-index: 21;
-    }
-    .tender-content  ul.association li {
-        padding: 0 15px;
-        line-height: 30px;
-        text-align: left;
-    }
-
-    .tender-content  ul.association li.active, .tender-content  ul.association li.active:hover {
-        background: #dddddd;
-    }
-    .tender-content  ul.association li:hover {
-        background: #EEEEEE;
-        cursor: pointer;
-    }
-
-    .tender-list02 dl div.wid01{ width:22%; float: left; margin-top: 9px;}
-
-    .tender-list02 dl div.wid02{ width:18%; float: left; margin-top: 9px;}
-
-    .tender-list02 dl div.wid03{ width:5%; float: left; margin-top: 9px;}
-
-    .tender-list02 dl div.input-group>input {
-        border: 1px solid #ccc;
-        border-right: 0;
-        margin-left: 5px;
-    }
-
-    .tender-list02 dl dd input {
-        border: 1px solid #ccc;
-        padding-left: 5px;
-    }
-
-    /*.tender-list02 dl div.input-group .input-group-addon {*/
-        /*border-bottom-right-radius: 0;*/
-        /*border-top-right-radius: 0;*/
-        /*border: 1px solid #ccc;*/
-        /*border-left: 0;*/
-    /*}*/
-
-    #li01 ul {
-        width: 200px;
-    }
-
-    #li01 ul li{
-        height: 30px;
-        line-height: 30px;
-        padding: 0;
-    }
-    #li01 ul li a{
-        display: inline-block;
-        height:30px;
-        width: 100%;
-    }
-    #li01 .input-group{
-       /* position: absolute;*/
-        position: inherit;
-    }
-    #li01 .input-group input{
-        width: 155px;
-        border: 1px solid #ccc;
-    }
-    #li01 .input-group-addon{
-        width: 30px;
-        line-height: 34px;
-        height: 34px;
-        padding: 0;
-        display: inline-block;
-       position: relative;
-        top: -50px;
-        right: -7px;
-        border-top-right-radius: 0;
-        border-bottom-right-radius: 0;
-        left: 40%;
-    }
-    .dropdown-menu {
-        min-width: 150px;
-    }
-
-    .tender-list02 dl dd span.codeInput input {
-        border: 1px solid #ccc;
-    }
+/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
+select.select-menu::-ms-expand {
+	display: none;
+}
+
+/* 日期选择器 */
+.purc-tender .date-picker {
+	padding-top: 10px;
+}
+
+.purc-tender .date-picker input {
+	border-radius: 0;
+	border: 1px solid #5078cb;
+	border-right: none;
+	font-size: 12px;
+}
+
+.purc-tender .date-picker span .btn-open {
+	color: #fff;
+	background-color: #5078cb;
+	border-radius: 0;
+	border: 1px solid #5078cb;
+	border-left: none;
+}
+
+/* 修改本页内btn的样式 及datepicker中的btn-success的样式 */
+.tender-content .date-picker .btn {
+	border-radius: 0;
+}
+
+.tender-content .date-picker .btn-success {
+	background-color: #327EBE;
+}
+
+.tender-content .date-picker ul {
+	border-radius: 0;
+}
+
+.tender-content .date-picker ul div:focus {
+	outline: none;
+	border-radius: 0;
+	border: none;
+}
+
+/* 附件上传 */
+.purc-tender .base-info .attach-upload {
+	display: inline;
+}
+
+.purc-tender .base-info .attach-upload input {
+	height: 100px;
+	width: 100px;
+	margin: 6px 0 0 100px;
+	opacity: 0;
+	z-index: 1;
+	position: relative;
+}
+
+.purc-tender .base-info .attach-upload input:hover {
+	cursor: pointer;
+}
+
+.fileInputContainer {
+	height: 100px;
+	background-image: url('resources/img/tender/upload.png');
+	position: relative;
+	width: 100px;
+	margin-left: 100px;
+	margin-top: 20px;
+}
+
+.fileInput {
+	height: 100px;
+	width: 100px;
+	font-size: 100px;
+	position: absolute;
+	margin-left: 100px;
+	margin-top: 20px;
+	right: 0;
+	top: 0;
+	opacity: 0;
+	filter: alpha(opacity = 0);
+	cursor: pointer;
+	overflow: hidden;
+}
+/* 图片点击上传 */
+/*.upload-bg {*/
+/*width: 100px;*/
+/*height: 100px;*/
+/*background-image: url('resources/img/tender/upload.png');*/
+/*margin-top: 10px;*/
+/*margin-left: 100px;*/
+/*border: 1px solid #e8e8e8;*/
+/*z-index: 2;*/
+/*}*/
+/* 供应商信息 添加供应商 */
+.vend-info  a.add-vendor {
+	color: #5078cb;
+}
+
+.vend-info  a.add-vendor:hover {
+	cursor: pointer;
+	color: #55b6ff;
+}
+
+.vend-info  a.remove-vendor {
+	color: #FF2E2F;
+}
+
+.vend-info  a.remove-vendor:hover {
+	cursor: pointer;
+	color: #D32526;
+}
+
+/* 单选框 复选框 */
+input[type="radio"], input[type="checkbox"] {
+	vertical-align: text-bottom;
+	margin-bottom: 2px;
+	margin-bottom: -2px\9;
+}
+
+.vend-info .input-select {
+	float: left;
+	padding-top: 4px;
+	margin-left: -20px;
+}
+
+.vend-info .input-select input {
+	margin-right: 8px;
+}
+
+/* 右下角按钮 */
+.tender-content>div {
+	background-color: #fff;
+}
+
+.tender-content>div>div>button {
+	width: 94px;
+	height: 36px;
+	font-size: 14px;
+	color: #fff;
+	border-radius: 0;
+}
+
+.tender-content>div>div.btn-publish>button {
+	background-color: #327EBE;
+}
+
+.tender-content>div>div.btn-save>button {
+	background-color: #32bebc;
+}
+
+.read-only {
+	border: none;
+	color: #969595;
+}
+
+.read-only:focus {
+	border: none;
+}
+
+.attach-file {
+	margin-left: 100px;
+	width: 400px;
+}
+
+.com_head {
+	width: 100%;
+	height: 40px;
+	line-height: 42px;
+	background: url(static/img/comm_bg01.png) no-repeat center;
+	background-size: 100%;
+}
+
+.com_head span {
+	margin-left: 30px;
+	color: #000;
+	font-size: 14px;
+}
+
+.com_head a {
+	color: #327ebe;
+	float: right;
+	margin-right: 40px;
+	font-size: 14px;
+}
+
+.com_head a i {
+	margin-left: 5px;
+	line-height: 40px;
+}
+
+.com_head a:hover {
+	color: #d2272d;
+}
+
+.com_title {
+	width: 100%;
+	margin: 0px auto;
+	height: 40px;
+	line-height: 40px;
+	font-size: 14px;
+	color: #323232;
+	background: #f5f5f5;
+}
+
+.com_title font {
+	color: #327ebe;
+}
+
+.com_title01 {
+	height: 50px;
+	line-height: 50px;
+	width: 100%;
+	border-bottom: #3578ba 1px dotted;
+	border-top: #e8e8e8 1px solid;
+	margin-top: -4px;
+} /*  这里修改过 margin-top*/
+.com_title01 span {
+	margin-left: 20px;
+	font-size: 14px;
+	line-height: 50px;
+	color: #555;
+	font-weight: bold;
+}
+
+.com_title01  a {
+	color: #5078cb;
+}
+
+.com_title01  a:hover {
+	cursor: pointer;
+	color: #55b6ff;
+}
+
+/*招标单*/
+.tender-list02 dl {
+	width: 100%;
+	margin: 0 auto;
+	position: relative;
+}
+
+.tender-list02 dl dt {
+	width: 100%;
+	margin: 0 auto;
+	height: 40px;
+	border-bottom: #e8e8e8 1px solid;
+}
+
+.tender-list02 dl dt span {
+	height: 50px;
+	line-height: 50px;
+	display: inline-block;
+	color: #323232;
+}
+
+.tender-list02 dl dd {
+	width: 100%;
+	margin: 0 auto;
+	height: 50px;
+	border-bottom: #ccc 1px dotted;
+	overflow: hidden;
+}
+
+.tender-list02 dl dd:hover {
+	border: #d32526 1px solid;
+}
+
+.tender-list02 dl dd:hover span a {
+	display: inline-block;
+}
+
+.tender-list02 dl dd span {
+	height: 50px;
+	line-height: 50px;
+	display: inline-block;
+}
+
+.tender-list02 dl span {
+	width: 13%;
+	font-size: 14px;
+	float: left;
+	text-align: center;
+}
+
+.tender-list02 dl span.wid01 {
+	width: 20%;
+}
+
+.tender-list02 dl span.wid02 {
+	width: 20%;
+}
+
+.tender-list02 dl span.wid03 {
+	width: 3%;
+}
+
+.tender-list02 .editable {
+	text-align: center;
+	width: 100%;
+}
+
+.tender-list02  .scroll-y dd input {
+	width: 100%;
+	height: 34px;
+	border: none;
+	font-size: 14px;
+	padding-left: 4px;
+	text-align: center;
+	vertical-align: middle;
+	line-height: 34px;
+}
+
+.tender-list02 dl span.wid03 a {
+	display: none;
+}
+
+.tender-list02 dl span.wid03 a.active {
+	display: inline-block;
+}
+
+.tender-list02 dl span.wid03 a i {
+	width: 20px;
+	height: 20px;
+	display: inline-block;
+	line-height: 20px;
+	background: #d2272d;
+	text-align: center;
+	border-radius: 100%;
+	color: #fff;
+}
+
+.tender-list02 .com_title01 a {
+	float: right;
+	margin-right: 45px;
+	font-size: 14px;
+	line-height: 50px;
+}
+
+.scroll-y {
+	width: 100%;
+	margin: 0 auto;
+	max-height: 500px;
+	overflow-y: auto;
+}
+
+.scroll-y.active {
+	overflow-y: scroll;
+	overflow-x: hidden;
+}
+
+/* 弹框 */
+.bomb-box {
+	width: 100%;
+	height: 100%;
+	position: fixed;
+	z-index: 11111;
+	background: rgba(0, 0, 0, 0.2);
+	top: 0;
+	left: 0;
+}
+
+.bomb-box .box {
+	position: absolute;
+	left: 0;
+	right: 0;
+	top: 0;
+	bottom: 0;
+	margin: auto;
+	box-shadow: 0 0 3px #888;
+}
+
+.bomb-box .box01 {
+	width: 580px;
+	height: 406px;
+	border-radius: 5px;
+	background: #fff;
+}
+
+.bomb-box .box i.off {
+	width: 20px;
+	height: 20px;
+	display: inline-block;
+	position: absolute;
+	right: 8px;
+	top: 8px;
+	text-align: center;
+	cursor: pointer;
+}
+
+.bomb-box .box p {
+	height: 40px;
+	line-height: 40px;
+	font-size: 14px;
+	width: 100%;
+	margin: 0 auto;
+	border-bottom: #e8e8e8 1px solid;
+	padding-left: 20px;
+}
+
+.per-data {
+	width: 90%;
+	margin: 0 auto;
+}
+
+.per-data ul, .per-data ul li {
+	width: 100%;
+	margin: 0 auto;
+}
+
+.per-data ul li {
+	height: 34px;
+	line-height: 34px;
+	margin-top: 15px;
+}
+
+.per-data ul li em {
+	width: 60px;
+	font-size: 14px;
+	float: left;
+}
+
+.per-data ul li input, .per-data ul li select {
+	width: 236px;
+	height: 34px;
+	border: #e8e8e8 1px solid;
+	font-size: 14px;
+	padding-left: 10px;
+}
+
+.per-data ul li select {
+	background: url("../images/select.png") no-repeat right;
+	-webkit-appearance: none;
+	appearance: none;
+	-o-appearance: none;
+	-moz-appearance: none;
+	-ms-appearance: none;
+}
+
+.per-data ul li select option {
+	line-height: 30px;
+}
+
+.per-data ul li span {
+	color: #959595;
+	line-height: 18px;
+	float: right;
+	width: 215px;
+	display: inline-block;
+}
+
+.per-data ul li.per-btn {
+	margin-top: 30px;
+}
+
+.per-data ul li a {
+	width: 94px;
+	height: 36px;
+	display: inline-block;
+	font-size: 14px;
+	color: #fff;
+	text-align: center;
+	line-height: 34px;
+	float: left;
+}
+
+.per-data ul li a.save {
+	margin-left: 60px;
+	background: #327ebe;
+}
+
+.per-data ul li a.mod-psd {
+	background: #8dc7f9;
+	margin-left: 30px;
+}
+
+.per-data ul li a:hover {
+	background: #3578ba;
+}
+
+.add-address {
+	color: #327ebe;
+	font-size: 14px;
+	padding-left: 30px;
+}
+
+.add-address:hover {
+	color: #8dc7f9;
+}
+
+.tender-content  ul.association {
+	position: absolute;
+	left: 0;
+	top: 100%;
+	right: 61px;
+	list-style: none;
+	-webkit-padding-start: 0;
+	background: #ffffff;
+	border: 1px solid #dddddd;
+	z-index: 21;
+}
+
+.tender-content  ul.association li {
+	padding: 0 15px;
+	line-height: 30px;
+	text-align: left;
+}
+
+.tender-content  ul.association li.active, .tender-content  ul.association li.active:hover
+	{
+	background: #dddddd;
+}
+
+.tender-content  ul.association li:hover {
+	background: #EEEEEE;
+	cursor: pointer;
+}
+
+.tender-list02 dl div.wid01 {
+	width: 22%;
+	float: left;
+	margin-top: 9px;
+}
+
+.tender-list02 dl div.wid02 {
+	width: 18%;
+	float: left;
+	margin-top: 9px;
+}
+
+.tender-list02 dl div.wid03 {
+	width: 5%;
+	float: left;
+	margin-top: 9px;
+}
+
+.tender-list02 dl div.input-group>input {
+	border: 1px solid #ccc;
+	border-right: 0;
+	margin-left: 5px;
+}
+
+.tender-list02 dl dd input {
+	border: 1px solid #ccc;
+	padding-left: 5px;
+}
+
+/*.tender-list02 dl div.input-group .input-group-addon {*/
+/*border-bottom-right-radius: 0;*/
+/*border-top-right-radius: 0;*/
+/*border: 1px solid #ccc;*/
+/*border-left: 0;*/
+/*}*/
+#li01 ul {
+	width: 200px;
+}
+
+#li01 ul li {
+	height: 30px;
+	line-height: 30px;
+	padding: 0;
+}
+
+#li01 ul li a {
+	display: inline-block;
+	height: 30px;
+	width: 100%;
+}
+
+#li01 .input-group {
+	/* position: absolute;*/
+	position: inherit;
+}
+
+#li01 .input-group input {
+	width: 155px;
+	border: 1px solid #ccc;
+}
+
+#li01 .input-group-addon {
+	width: 30px;
+	line-height: 34px;
+	height: 34px;
+	padding: 0;
+	display: inline-block;
+	position: relative;
+	top: -50px;
+	right: -7px;
+	border-top-right-radius: 0;
+	border-bottom-right-radius: 0;
+	left: 40%;
+}
+
+.dropdown-menu {
+	min-width: 150px;
+}
 
+.tender-list02 dl dd span.codeInput input {
+	border: 1px solid #ccc;
+}
 </style>
 
 <div class="ng-scope">

+ 2 - 2
src/main/webapp/resources/tpl/index/purc/tenderlist.html

@@ -194,12 +194,12 @@
                     <div class="row">
                         <div id="topSearch" style="float: left">
                             <span class="text-muted f16"><i class="fa fa-search fa-lg"></i> 搜索"{{tip}}",为您找到结果:</span>
-                            单据{{tableParams.total()}}条
+                         	   单据{{tableParams.total()}}条
                         </div>
                         <div class="col-xs-6">
                             <div class="search">
                                 <div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick" on-toggle="searchAdvance=open">
-                                    <input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch()" placeholder="输入企业名称、简称或申请人搜索"  style="width: 100%"/>
+                                    <input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch()" placeholder="单据编号、客户名称、物料名称搜索"  style="width: 100%"/>
                                     <a class="btn input-group-addon" ng-click="onSearch()">搜索</a>
                                 </div>
                             </div>