poster.css 1.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

.whatsns-share-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0,0,0,.5)
}

.whatsns-share-bg .top_tips {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: rgba(255,235,155,.95);
	color: #a65018;
	text-align: center
}
.fly-header {

27
    z-index: 2;
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
}
@media (min-width:992px) {
	.whatsns-share-bg .top_tips {
		display: none!important
	}
}

.whatsns-share-wrap {
	position: fixed;
	width: 100%;
	height: 80%;
	left: 0;
	top: 40px;
	z-index: 100000;
	text-align: center
}

.whatsns-share-wrap img {
	position: relative;
	max-height: 100%;
	max-width: 96%;
	width: auto;
	display: block;
	margin: 0 auto
}

.whatsns-share-wrap .loading {
	display: inline-block;
	padding: 8px 25px;
	text-align: center;
	font-size: 14px;
	margin-top: 40%;
	line-height: 20px;
	color: #666;
	background: #fff;
	border-radius: 3px
}

@media (min-width:992px) {
	.whatsns-share-wrap .loading {
		padding: 10px 30px;
		margin-top: 50px
	}
}

.whatsns-share-wrap .whatsns-share-close {
	position: relative;
	display: inline-block;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 26px;
	line-height: 48px;
	font-weight: 300;
	color: #333;
	border-radius: 50%;
	background: #fefefe;
	text-align: center;
	vertical-align: top;
	font-family: serif;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	cursor: pointer
}

.media-modal {
	outline: 0
}