Browse Source

blackcover遮罩层冲突

luyanan 7 years ago
parent
commit
c4bd20eec1
3 changed files with 6 additions and 5 deletions
  1. 2 2
      articalIssue.html
  2. 3 2
      css/genindex.css
  3. 1 1
      js/articalIssue.js

+ 2 - 2
articalIssue.html

@ -18,7 +18,7 @@
18 18
	<script src="js/header.js"></script>
19 19
</header>
20 20
<!--定时发布弹框-->
21
<div class="blackcover">
21
<div class="blackcover2">
22 22
	<div class="setTimeBlock modelContain">
23 23
		<span class="mb_tit">提示</span>
24 24
		<a class="mb_close"></a>
@ -211,7 +211,7 @@ $(function () {
211 211

212 212
$(".mb_close,.mb_btnNo").click(function() {
213 213
	$(".modelContain").hide();
214
	$(".blackcover").fadeOut();
214
	$(".blackcover2").fadeOut();
215 215
	$("body").removeClass("modelOpen");
216 216
})
217 217
//初始引用编辑器

+ 3 - 2
css/genindex.css

@ -325,7 +325,8 @@ ul.tagList>li .h2Font{color:#666}
325 325
    -webkit-box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);cursor: pointer;}
326 326
.thumbBlock .thumbBtn:before{position:absolute;content:url(../images/g_article_icon_dianzan_nor.png);top:50%;left:24px;margin-top:-9px;}
327 327
.thumbBlock .thumbBtn:hover{background: #ff9000;}
328
.thumbBlock .thumbBtn.thumbedBtn{background: #e0e0e0;}
328
.thumbBlock .thumbBtn.thumbedBtn{background: #e0e0e0;box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
329
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);}
329 330
.thumbBlock .thumbBtn.thumbedBtn:hover{background: #e0e0e0;}
330 331
/*分享操作栏*/
331 332
.shareBlock{background:rgba(60,62,81,.5);margin:0 -30px;padding:26px 30px;}
@ -413,7 +414,7 @@ ul.tagList>li .h2Font{color:#666}
413 414
.pointSp:before{content:"";display: inline-block; width: 0; height: 0;border:2px #999 solid;margin: 2px 6px; border-radius:100%;}
414 415
*/
415 416
/*定时发送时间选择器*/
416
.blackcover{display:none;overflow-x: hidden;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;left:0; background:rgba(0,0,0,.5);z-index: 1000;}
417
.blackcover2{display:none;overflow-x: hidden;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;left:0; background:rgba(0,0,0,.5);z-index: 1000;}
417 418
.modelContain{display:none;position:relative;clear:both;margin:40px auto;width:600px;background:#fff;border-radius:8px;z-index:1056; 
418 419
 		 box-shadow: 2px 4px 10px 4px #555;
419 420
  -webkit-box-shadow: 2px 4px 10px 4px #555;}

+ 1 - 1
js/articalIssue.js

@ -329,7 +329,7 @@ $(function() {
329 329
	$("#setTimeIssue").on("click", function() {
330 330
		noTitleImg();
331 331
		if(imgflase && titleflase) {
332
			$(".blackcover").fadeIn();
332
			$(".blackcover2").fadeIn();
333 333
			$(".modelContain").show();
334 334
			$("body").addClass("modelOpen");
335 335
			$(".mb_btnOk").on("click", function() {