* {
|
margin: 0;
|
top: 0;
|
/* 不允许复制 */
|
-moz-user-select: none;
|
/* Firefox私有属性 */
|
-webkit-user-select: none;
|
/* WebKit内核私有属性 */
|
-ms-user-select: none;
|
/* IE私有属性(IE10及以后) */
|
-khtml-user-select: none;
|
/* KHTML内核私有属性 */
|
-o-user-select: none;
|
/* Opera私有属性 */
|
user-select: none;
|
/* CSS3属性 */
|
/* IOS点击阴影 */
|
-webkit-tap-highlight-color: transparent;
|
/* 禁止长按图片保存 */
|
-webkit-touch-callout: none;
|
}
|
|
body {
|
background-color: #F3F3F3;
|
font-family: Arial, "Microsoft YaHei";
|
}
|
|
.div_hedaer_bg {
|
position: relative;
|
}
|
|
.div_hedaer_gary_bg {
|
height: 4.26rem;
|
background: linear-gradient(to bottom, #EAF7FF, #B4E4FF);
|
}
|
|
.div_hedaer_white_bg {
|
height: 2.42rem;
|
background-color: #FCFCFC;
|
}
|
|
.div_hedaer_bg>img {
|
position: absolute;
|
width: 5.08rem;
|
height: 5rem;
|
top: 0.86rem;
|
left: 1.26rem;
|
}
|
|
.hedaer_title {
|
position: absolute;
|
font-size: 0.36rem;
|
font-weight: bold;
|
color: #0E96FF;
|
top: 5.5rem;
|
left: 2.5rem;
|
}
|
|
.div_tips_bg {
|
margin-top: 0.2rem;
|
margin-left: 0.2rem;
|
margin-right: 0.2rem;
|
border-radius: 0.2rem;
|
background-color: white;
|
}
|
|
.tips_title {
|
color: #333333;
|
font-size: 0.34rem;
|
height: 0.86rem;
|
padding-left: 0.29rem;
|
display: flex;
|
align-items: center;
|
border-bottom: 1px solid #E0E0E0;
|
}
|
|
.tips_contetn {
|
padding-left: 0.26rem;
|
color: #333333;
|
font-size: 0.24rem;
|
line-height: 0.39rem;
|
margin-top: 0.36rem;
|
}
|
|
.div_desc_bg {
|
margin-top: 0.2rem;
|
margin-left: 0.2rem;
|
margin-right: 0.2rem;
|
border-radius: 0.2rem;
|
background-color: white;
|
}
|
|
.div_desc_content1 {
|
display: flex;
|
justify-content: space-between;
|
padding-left: 0.26rem;
|
padding-right: 0.2rem;
|
align-items: center;
|
height: 0.25rem;
|
margin-top: 0.3rem;
|
}
|
|
.desc_title {
|
color: #333333;
|
font-size: 0.24rem;
|
}
|
|
.desc_content {
|
color: #333333;
|
font-size: 0.26rem;
|
}
|
|
.div_desc_content2 {
|
display: flex;
|
justify-content: space-between;
|
padding-left: 0.26rem;
|
padding-right: 0.2rem;
|
align-items: center;
|
height: 0.25rem;
|
margin-top: 0.2rem;
|
}
|
|
.div_desc_content3 {
|
display: flex;
|
justify-content: space-between;
|
padding-left: 0.26rem;
|
padding-right: 0.2rem;
|
align-items: center;
|
height: 0.25rem;
|
margin-top: 0.2rem;
|
}
|
|
.div_js_bg {
|
color: #333333;
|
font-size: 0.24rem;
|
margin-top: 0.18rem;
|
margin-left: 0.43rem;
|
margin-right: 0.43rem;
|
line-height: 0.3rem;
|
}
|
|
.div_register {
|
display: flex;
|
align-content: center;
|
margin-top: 0.35rem;
|
}
|
|
.div_register img {
|
width: 0.36rem;
|
height: 0.36rem;
|
margin-left: 1.27rem;
|
}
|
|
.register_title {
|
color: #333333;
|
font-size: 0.24rem;
|
margin-left: 0.15rem;
|
}
|
|
.div_sure {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
top: auto;
|
width: 100%;
|
height: 1rem;
|
color: #0E96FF;
|
font-size: 0.32rem;
|
background-color: white;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|