_whatever_other.scss 5.13 KB
/*邮件订阅*/
.email-subscription-container{
	margin: 40px 0 0 0;
	.email-section{
		margin: 20px 0 0 0;
	}
	h2{
		text-align: center;
		font-size: 20px;
	}
	p{
		text-align: center;
		font-size: 16px;
	}
	.email-btn{
		width: 342px;
		margin: 50px auto 0;
		a{
			float: left;
			font-size: 18px;
			color: #000;
		}
		a.check{
			float: right;
		}
	}
}

@charset "utf-8";
/**
 * 订阅样式
 * @since 2014-05-15 17:40
 */
.email-subscription-container {
    .mb20 {
        margin-bottom: 20px;
    }
    .mb5 {
        margin-bottom: 5px;
    }
    .black {
        color: #000000;
    }
	width: 700px;
	padding: 20px;
	margin: 0 auto;
    color: #221814;
    text-align: center;
    h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        color: #656666;
    }

    .webLogo {
        width: 230px;
        height: 230px;
        overflow: hidden;
        line-height: 230px !important;
        font-size: 230px;
        margin: 0 auto;
    }
}
.btnGroup {
    width: 330px;
    margin: 0 auto;
    padding-top: 50px;
    a {
        @include font-family('times');
        height: 37px;
        line-height: 37px;
        float: left;
        font-size: 20px;
    }
}
.EmailBack {
    margin-right: 60px;
}

.CheckEmail { 
    width: 176px;
    text-align: center;
    background: url("../images/line.png") -64px -76px no-repeat;
}

.emailBtn {
    width: 202px;
    height: 42px;
    line-height: 42px;
    display: block;
    margin: 0 auto 20px;
    font-size: 20px;
    text-align: center;
    background: url("../images/line.png") -64px -116px no-repeat;
}

.yourEmail {
    font-size: 20px;
    margin-bottom: 40px;
    color: #000;
    span {
        color: #2967B1;
    }
}

a.underline {
    text-decoration: underline;
}

.backYohoBoys {
    padding: 20px 0 40px;
    a {
        font-size: 20px;
    }
}

.cancelEmail {
    padding: 15px 0 40px;
    input {
        border: 1px solid #000;
        width: 296px;
        padding: 0 5px;
        text-align: left;
        height: 28px;
        line-height: 28px;
        margin-bottom: 40px;
        box-sizing: border-box;
    }
    a {
        width: 176px;
        font-size: 20px;
        height: 37px;
        line-height: 40px;
        display: block;
        margin:0 auto;
        text-align: center;
        background: url("../images/line.png") -64px -76px no-repeat;
    }
}

.cancelForm {
    width: 310px;
    margin: 0 auto 40px;
    text-align: left;
    p {
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }
    h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .radioBox {
        padding-left: 40px;
        input {
            margin-right: 10px;
        }
        p {
            margin-bottom: 6px;
        }
    }
    .pt10 {
        padding-top: 10px;
    }
    .submitEmail {
        padding: 5px 10px;
        border-radius: 3px;
        background: #000;
        color: #fff;
        font-size: 12px;
    }
    textarea {
        width: 250px;
        height: 50px;
        resize: none;
        border: 1px solid #000;
    }
}

/*404*/
.error-container{
	.error-img{
		margin: 50px 0 0 0;
		img{
			display: block;
			margin: 0 auto; 
		}
	}
	.error-btn{
		width: 238px;
		margin: 39px auto 0;
		a{
			height: 24px;
			line-height: 28px;
			font-size: 14px;
			color: #000;
		}
		a.back-btn{
			float: left;
			padding: 0 0 0 32px;
			background: url("../images/other/error-back-btn.png") no-repeat left center;
		}
		a.home-btn{
			float: right;
			padding: 0 0 0 32px;
			background: url("../images/other/error-home-btn.png") no-repeat left center;
		}
	}
}

/*取消邮件订阅*/
.email-cancel-subscription-container{
	.webLogo{
		height: 230px;
		line-height: 230px;
		text-align: center;
		span{
			font-size: 230px;
		}
	}
	h2{
		font-size: 28px;
		text-align: center;
	}
	.email-section{
		p{
			color: #656666;
			font-size: 14px;
			text-align: center;
			margin:20px;
		}
		.cancelEmail{
			text-align: center;
			input{
				border: 1px solid #000;
				width: 296px;
				padding: 0 5px;
				text-align: left;
				height: 28px;
				line-height: 28px/0;
				outline: none;
			}
			.cancelBtn{
				width: 176px;
				font-size: 20px;
				height: 37px;
				line-height: 40px;
				display: block;
				margin: 40px auto 20px;
				text-align: center;
				background: url("../images/other/line.png") -64px -76px no-repeat;
				color: #000;
			}
		}
	}
}

/*rss*/
.rss-container{
	margin: 47px auto 0;
	width: 925px;
	h2{
		padding: 0 0 0 5px;
		margin-bottom: 25px;
		img{
			display: block;
			width: 80px;
			height: 55px;
		}
	}
	.rss-title{
		float: left;
		width: 128px;
		border-top: 4px solid #000;
		img{
			display: block;
			margin: 20px 0 0 0;
		}
		a{
			display: block;
			margin: 20px 0 0 0;
			height: 30px;
			background: url("../images/other/rss-subscribe-btn.png") no-repeat left center;
		}
	}
	.channel-content{
		float: left;
		max-width: 746px;
		margin: 0 0 60px 50px;
		li{
			margin: 0 0 6px 0; 
			line-height: 24px;
			a{
				font-size: 16px;
				color: #000;
				span{
					text-decoration: underline;
				}
				strong{
					color: #666666;
					margin: 0 0 0 30px;
				}
			}
		}
	}
}