/*特效*/ /*分页 */ .pages { padding: 30px 0 10px; text-align: center } .pages ul { display: inline-block; } .pages ul li { display: inline-block; float: left; line-height: 22px; margin: 0 2px; } .pages ul li * { display: inline-block; height: 22px; padding: 4px 12px; background: #fff; border: 1px solid #e3e3e3; color: #333; } .pages ul .active span { display: inline-block; height: 22px; padding: 4px 12px; background: #c40000; border: 1px solid #c40000; color: #fff; } .pages ul li a:hover { text-decoration: none; background: #f1f1f1; color: #000; } .pages ul li * span { display: inline-block; padding: 0px; background: inherit; border: none; color: inherit; } /*input*/ .input_right { border: #090 1px solid; -webkit-box-shadow: #090 0px 0px 7px;/*div阴影*/ -moz-box-shadow: #090 0px 0px 7px;/*div阴影*/ } .input_error { border: #F00 1px solid; -webkit-box-shadow: #F00 0px 0px 7px;/*div阴影*/ -moz-box-shadow: #F00 0px 0px 7px;/*div阴影*/ } /*弹出框*/ .popbg { display: none; width: 100%; height: 100%; top: 0; left: 0; position: fixed; opacity: 0.5; filter: alpha(opacity=50);/*不透明度10%*/ -moz-opacity: 0.5;/*不透明度0%*/ z-index: 998; background-color: #333; } .window-pop { display: none; width: 300px; background-color: #fff; -webkit-box-shadow: #333 0px 0px 10px;/*div阴影*/ -moz-box-shadow: #333 0px 0px 10px;/*div阴影*/ border-radius: 5px;/* div圆角 */ -moz-border-radius: 5px; /* 老的 Firefox */ position: fixed; z-index: 999; top: 50px; left: 50%; margin-left: -150px; } .window-pop p { margin: 0; padding: 0; padding-top: 20px; padding-left: 15px; padding-right: 10px; word-wrap: break-word; font-size: 16px; } .wpopbtm { width: 100%; height: 32px; padding-top: 10px; padding-bottom: 10px; } .popclosebtn { display: none; width: 50px; height: 30px; line-height: 27px; text-align: center; float: right; border: solid 1px #ccc; border-radius: 5px;/* div圆角 */ -moz-border-radius: 5px; /* 老的 Firefox */ margin-left: 10px; margin-right: 10px; } .wpopbtm input { padding: 0; background: #fff; cursor: pointer; } .popclosebtn:hover { display: block; background-color: #ececec; filter: alpha(opacity=70);/*不透明度70%*/ -moz-opacity: 0.7;/*不透明度70%*/ } .window-popb { display: none; width: 550px; background-color: #fff; -webkit-box-shadow: #333 0px 0px 10px;/*div阴影*/ -moz-box-shadow: #333 0px 0px 10px;/*div阴影*/ border-radius: 5px;/* div圆角 */ -moz-border-radius: 5px; /* 老的 Firefox */ position: fixed; z-index: 999; top: 50px; left: 50%; margin-left: -275px; } .wpbtit { margin: 0; padding: 0; padding-top: 10px; padding-left: 15px; padding-right: 10px; word-wrap: break-word; font-size: 14px; font-weight: bold; } .wpbtips { margin: 0; padding: 0; padding-top: 5px; padding-left: 25px; padding-right: 10px; word-wrap: break-word; font-size: 14px; color: #666; } .wpbcontent { margin: 0; padding: 0; padding-left: 15px; padding-right: 15px; word-wrap: break-word; font-size: 12px; color: #666; } .zfmm { width: 100%; } .zfmm li { display:block; margin:10px 0; } .zfmm li span { display:block; padding-top:5px; }