File: /www/wwwroot/xxl.kuoya.asia/gs/static/css/main.css
/*通用样式*/
* {
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
font-family: "微软雅黑";
font-size: 16px;
color: #333;
background: #fff;
}
img {
width: 100%;
display: block;
pointer-events: none;
-wekit-user-select:none;
-moz-user-select:none;
-o-user-select:none;
user-select: none;
}
b {
color: #A40000;
}
strong{
font-weight: bold;
}
/*主体开始*/
section{
width: 100%;
max-width: 590px;
margin: 0 auto;
background: #fff;
text-align: center;
}
center{
padding: .8rem .8rem 0;
}
center p{
font-size: 1.2rem;
line-height: 2.1rem;
text-align: left;
padding-bottom: 1rem;
}
center img{
padding-bottom: 1rem;
}
.bottom{
padding-bottom: 0;
}
.bq {
text-indent: 0 !important;
padding-bottom: 5.8rem !important;
text-align: center;
color: #999;
font-size: .9rem;
}
.zaax-wxname{
position: absolute;
top: 12.8%;
left: 38%;
font-size: 1rem;
color: #a40000;
}
.red{
background-color: rgb(208, 2, 27);
color: #fff;
text-align: left;
padding: .4rem .6rem;
border-radius: 2rem;
font-size: 1.4rem;
margin-bottom: .8rem;
}
.line{
border-top: 1px dashed #A40000;
padding-top: 1rem;
}
.item{
width: 100%;
padding: 1rem 0 0;
}
.item h1{
font-size: 1.4rem;
color: #A40000;
padding-bottom: .4rem;
}
.item p{
text-align: center;
}
.item span{
width: 34px;
background-color: #A40000;
color: #fff;
border-radius: 50%;
padding: 0 .5rem;
margin-right: .4rem;
}
.z_line{
border: 1px solid #a40000;
padding: .6rem;
margin-bottom: 1rem;
}
.z_line p{
padding-bottom: 0;
}
h2{
text-align: left;
font-size: 1.6rem;
color: #A40000;
padding-bottom: .6rem;
border-bottom: 1px solid #999999;
margin-bottom: 1rem;
}
.item{
padding: .6rem 0 1rem;
}
.x_line{
border: 1px dashed #999;
padding: .6rem .6rem 0;
margin-bottom: 1rem;
}
.padd{
padding-bottom: .4rem;
}
.padd b{
font-size: 1.4rem;
}
.sign{
padding: .6rem .2rem .8rem;
font-size: 1.4rem;
color: #A40000;
font-weight: bold;
}
.sign span{
display: inline-block;
height: 1px;
background-color: #A40000;
display: inline-block;
width: 3.6rem;
vertical-align: middle;
}
.cen p{
color: #A40000;
text-align: center;
padding-bottom: .6rem;
}
/*主体结束*/
/* 微信 */
.zaax-wxh{
display: inline-block;
font-size: 1.4rem;
font-weight: bold;
color: red;
}
.wechat{
width: 100%;
margin: 0 auto;
margin-bottom: 1rem;
}
.wechat .zaax-wxh{
color: rgb(26, 173, 23);
}
.wechat h1{
color: #a40000;
text-align: center;
font-size: 1.4rem;
font-weight: bold;
}
.wechat p{
text-align: center;
padding-bottom: .6rem;
}
.wechat b{
font-size: 1.2rem;
font-weight: bold;
color: rgb(26, 173, 23);
}
/*foot*/
footer {
padding: .4rem 0;
width: 100%;
position: fixed;
bottom: 0;
background: #fff;
max-width: 590px;
margin: 0 auto;
z-index: 999;
}
footer p {
text-align: center;
font-size: 1.1rem;
color: #333;
}
footer .small{
padding-top: .4rem;
font-size: .9rem;
}
footer .zaax-wxh{
color: red;
font-size: 1.4rem;
font-weight: bold;
margin: 0;
}
footer .wxhead{
vertical-align: bottom;
width: 34px;
display: inline-block;
padding-right: .4rem;
}
footer b{
background: #ffff00;
color: red;
padding: 0 .2rem;
margin-left: 4px;
}
/*btn*/
.btn_box {
z-index: 5 !important;
width: 120% !important;
background: transparent !important;
position: absolute !important;
text-align: center !important;
box-sizing: content-box !important;
top: -50% !important;
left: -10%;
font-weight: 400 !important;
line-height: 200% !important;
height: 200% !important;
font-size: 0.8em;
border-radius: 4px;
color: white;
}
.btn_copy {
display: none;
padding: 0;
z-index: 10 !important;
outline: none !important;
border: none !important;
width: 60px !important;
position: relative !important;
text-align: center !important;
box-sizing: content-box !important;
margin: -30px auto 0 !important;
font-weight: 400 !important;
line-height: 32px;
height: 32px;
font-size: 16px !important;
border-radius: 4px;
color: white;
background: #777;
}
.t_copyy {
position: absolute;
left: 50%;
top: 32px;
width: 0;
height: 0;
margin-left: -10px;
border: 10px solid transparent;
border-top-color: #777;
}
.show_ {
display: block !important;
}
.copy_bk {
background-color: blue !important;
color: white !important;
}
/*分页样式结束*/
@media only screen and (min-width: 690px) {
section{
box-shadow: #e0e0e0 0 0 10px;
}
}