.header_page {
|
width: 100%;
|
height: 130px;
|
display: flex;
|
justify-content: space-between;
|
padding-bottom: 20px;
|
border-bottom: 1px solid #f1f2f3;
|
}
|
.header_page .left_img {
|
width: 40%;
|
height: 130px;
|
border-radius: 15%;
|
border: 1px solid #ccc;
|
}
|
.header_page .right_selectSystem {
|
margin-left: 30px;
|
width: 60%;
|
align-items: flex-start;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
}
|
.right_selectSystem .select__title {
|
text-align: left;
|
font-weight: 700;
|
font-size: 20px;
|
line-height: 26px;
|
}
|
|
.right_selectSystem .select__desc {
|
text-align: left;
|
line-height: 26px;
|
font-size: 14px;
|
color: #636366;
|
}
|
.van-swipe-item {
|
margin: 8px 10px 0 0;
|
box-sizing: border-box;
|
}
|
.swipe_image {
|
width: 100%;
|
height: 500px;
|
/* border: 1px solid #f1f2f3; */
|
border: 1px solid #d3dbe3;
|
border-radius: 10px;
|
}
|
.feat_all {
|
width: 100%;
|
height: 35px;
|
display: flex;
|
margin-top: 10px;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.feat_all .left_feat {
|
font-weight: 700;
|
font-size: 20px;
|
}
|
.version_all {
|
width: 100%;
|
height: 35px;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.select__desc_ {
|
text-align: left;
|
line-height: 26px;
|
font-size: 14px;
|
color: #636366;
|
}
|
|
.interface_all {
|
width: 100%;
|
height: 35px;
|
color: #1d1d1f;
|
padding-bottom: 10px;
|
border-bottom: 1px solid #f1f2f3;
|
display: flex;
|
font-size: 13px;
|
justify-content: flex-start;
|
align-items: center;
|
}
|
|
.left_preview {
|
width: 100%;
|
height: 35px;
|
margin-top: 10px;
|
font-weight: 700;
|
font-size: 20px;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
}
|
|
.feat_privacy {
|
margin-top: 10px;
|
width: 100%;
|
height: 50px;
|
text-align: left;
|
color: #636366;
|
font-size: 13px;
|
letter-spacing: 1px;
|
font-weight: 400;
|
}
|
|
.feat_regulation {
|
width: 100%;
|
height: 50px;
|
padding-bottom: 20px;
|
border-bottom: 1px solid #f1f2f3;
|
text-align: left;
|
color: #636366;
|
margin-top: 10px;
|
font-size: 13px;
|
letter-spacing: 1px;
|
font-weight: 400;
|
}
|
|
.feat-privacy__card {
|
padding: 20px;
|
width: 100%;
|
border-radius: 16px;
|
background-color: #ffffff;
|
box-sizing: border-box;
|
box-shadow: 2px 2px 10px #d6d6d6;
|
}
|
.privacy-type__img {
|
width: 100%;
|
height: 100%;
|
object-fit: contain;
|
text-align: center;
|
}
|
.privacy-type__heading {
|
margin-top: 9px;
|
color: #111;
|
text-align: center;
|
font-size: 15px;
|
line-height: 19px;
|
font-weight: 600;
|
}
|
|
.privacy-type__description {
|
margin-top: 6px;
|
color: #666;
|
text-align: center;
|
font-size: 13px;
|
line-height: 19px;
|
font-weight: 400;
|
}
|
|
.feta_info {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
font-size: 13px;
|
line-height: 49px;
|
border-bottom: 1px solid #f1f2f3;
|
}
|
.feta_info .left_info {
|
color: #aaa;
|
}
|
|
.feta_info .right_info {
|
color: #1d1d1f;
|
}
|