* {
|
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;
|
/* IOS点击阴影 */
|
-webkit-tap-highlight-color: transparent;
|
/* 禁止长按图片保存 */
|
-webkit-touch-callout: none;
|
}
|
|
body {
|
background-color: #F3F3F3;
|
font-family: Arial, "Microsoft YaHei";
|
}
|
|
.div_search {
|
position: fixed;
|
width: 100%;
|
height: 0.88rem;
|
background-color: white;
|
z-index: 100;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_search_gary {
|
background-color: #F3F3F3;
|
width: 7.15rem;
|
height: 0.6rem;
|
border-radius: 0.3rem;
|
display: -webkit-flex;
|
align-items: center;
|
}
|
|
.div_search_gary img {
|
width: 0.31rem;
|
height: 0.3rem;
|
margin-left: 0.27rem;
|
}
|
|
.div_search_gary div {
|
color: #999999;
|
font-size: 0.26rem;
|
margin-left: 0.14rem;
|
}
|
|
.div_fans_statistics {
|
margin-top: 1.23rem;
|
}
|
|
.div_fans_statistics .fans_statistics_title {
|
color: #333333;
|
font-size: 0.34rem;
|
height: 0.35rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_content_fansstatistics_bg {
|
margin-top: 0.18rem;
|
margin-left: 0.18rem;
|
width: 7.14rem;
|
background-color: white;
|
border-radius: 0.2rem;
|
}
|
|
.div_content_fansstatistics_title_bg {
|
height: 0.74rem;
|
display: -webkit-flex;
|
color: #000000;
|
font-size: 0.26rem;
|
align-items: center;
|
}
|
|
.div_content_fansstatistics_title_bg :nth-child(1) {
|
margin-left: 0.54rem;
|
}
|
|
.div_content_fansstatistics_title_bg :nth-child(2) {
|
margin-left: 0.79rem;
|
}
|
|
.div_content_fansstatistics_title_bg :nth-child(3) {
|
margin-left: 0.8rem;
|
}
|
|
.div_content_fansstatistics_title_bg :nth-child(4) {
|
margin-left: 0.76rem;
|
}
|
|
.content_desc_bg {
|
color: #333333;
|
font-size: 0.3rem;
|
display: -webkit-flex;
|
align-items: center;
|
height: 0.78rem;
|
}
|
|
#div_today {
|
background-color: #FFF6FA;
|
}
|
|
.content_desc_bg :nth-child(1) {
|
width: 1.785rem;
|
margin-left: 0.5rem;
|
}
|
|
.content_desc_bg :nth-child(2) {
|
width: 1.785rem;
|
margin-left: -0.25rem;
|
}
|
|
.content_desc_bg :nth-child(3) {
|
width: 1.785rem;
|
margin-left: 0.25rem;
|
}
|
|
.content_desc_bg :nth-child(4) {
|
margin-left: 0.2rem;
|
width: 1.785rem;
|
}
|
|
#div_thismonth {
|
background-color: #FFF6FA;
|
}
|
|
.invite_list {
|
color: #333333;
|
font-size: 0.34rem;
|
height: 0.35rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 0.39rem;
|
}
|
|
.div_inviliist_title_bg {
|
margin-top: 0.18rem;
|
background-color: white;
|
}
|
|
.inviliist_title_bg {
|
font-size: 0.34rem;
|
display: -webkit-flex;
|
align-items: center;
|
height: 0.92rem;
|
}
|
|
.inviliist_title_1 {
|
color: #E5005C;
|
margin-left: 1.72rem;
|
}
|
|
.inviliist_title_2 {
|
color: #333333;
|
margin-left: 1.05rem;
|
}
|
|
.inviliist_title_3 {
|
color: #333333;
|
margin-left: 1.05rem;
|
}
|
|
.line_bg {
|
display: -webkit-flex;
|
border-bottom: #E0E0E0 solid 1px;
|
}
|
|
.inviliist_line_1 {
|
background-color: #E5005C;
|
width: 0.66rem;
|
height: 0.04rem;
|
margin-left: 1.73rem;
|
}
|
|
.inviliist_line_2 {
|
background-color: white;
|
width: 0.66rem;
|
height: 0.04rem;
|
margin-left: 1.05rem;
|
}
|
|
.inviliist_line_3 {
|
background-color: white;
|
width: 0.66rem;
|
height: 0.04rem;
|
margin-left: 1.07rem;
|
}
|
|
.div_items {
|
background-color: white;
|
height: 1.26rem;
|
border-bottom: #E0E0E0 solid 1px;
|
display: -webkit-flex;
|
justify-content: space-between;
|
}
|
|
.div_items_left {
|
display: -webkit-flex;
|
}
|
|
.div_flag {
|
display: -webkit-flex;
|
align-items: center;
|
font-size: 0.3rem;
|
font-weight: bold;
|
color: #888888;
|
margin-left: 0.29rem;
|
}
|
|
.div_imgheader {
|
width: 0.6rem;
|
height: 0.6rem;
|
border-radius: 50%;
|
background-color: #888888;
|
margin-top: 0.33rem;
|
margin-left: 0.28rem;
|
}
|
|
.div_items_left :nth-child(3) {
|
margin-left: 0.15rem;
|
}
|
|
.name_type_bg {
|
height: 0.3rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-top: 0.29rem;
|
}
|
|
.name {
|
color: #000000;
|
font-size: 0.26rem;
|
}
|
|
.fans {
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
color: #E5005C;
|
font-size: 0.2rem;
|
width: 1rem;
|
height: 0.3rem;
|
border: #E5005C solid 1px;
|
border-radius: 0.08rem;
|
margin-left: 0.14rem;
|
}
|
|
.id_bg {
|
margin-top: 0.1rem;
|
height: 0.34rem;
|
display: -webkit-flex;
|
align-items: center;
|
}
|
|
.bl_id {
|
color: #888888;
|
font-size: 0.26rem;
|
}
|
|
.copy {
|
color: #888888;
|
font-size: 0.26rem;
|
width: 1.05rem;
|
height: 0.34rem;
|
background-color: #F3F3F3;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
border-radius: 0.17rem;
|
margin-left: 0.21rem;
|
}
|
|
.div_items_right {
|
display: -webkit-flex;
|
align-items: center;
|
color: #333333;
|
font-size: 0.34rem;
|
margin-right: 0.3rem;
|
}
|