* {
|
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_headerBG {
|
|
position: relative;
|
|
background-color: white;
|
height: 2.56rem;
|
width: 100%;
|
border-bottom: #E0E0E0 solid 1px;
|
}
|
|
.teamBonusContent {
|
color: #000000;
|
font-size: 0.4rem;
|
height: 0.32rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: bold;
|
/* margin-top: 0.3rem; */
|
padding-top: 0.3rem;
|
}
|
|
.teamBonusTitle {
|
color: #666666;
|
font-size: 0.26rem;
|
height: 0.26rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 0.24rem;
|
}
|
|
.boottmBG {
|
display: -webkit-flex;
|
margin-top: 0.43rem;
|
}
|
|
.TeamSubsidyBG {
|
width: 50%;
|
}
|
|
.teamSubsidyContent {
|
color: #000000;
|
font-size: 0.4rem;
|
height: 0.32rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: bold;
|
}
|
|
.teamSubsidyTitle {
|
color: #666666;
|
font-size: 0.26rem;
|
height: 0.26rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 0.24rem;
|
}
|
|
.headerLine {
|
position: absolute;
|
background-color: #F3F3F3;
|
width: 1px;
|
height: 0.8rem;
|
left: 50%;
|
top: 1.54rem;
|
}
|
|
.div_item_bg {
|
/* margin-top: 2.56rem; */
|
}
|
|
.items {
|
margin-left: 0.3rem;
|
margin-right: 0.3rem;
|
}
|
|
.itemsContent {
|
background-color: white;
|
border-radius: 0.2rem;
|
}
|
|
.div_itemsContent_title {
|
height: 0.74rem;
|
display: -webkit-flex;
|
justify-content: space-between;
|
align-items: center;
|
color: #000000;
|
font-size: 0.26rem;
|
border-bottom: #D9D9D9 solid 1px;
|
}
|
|
.div_itemsContent_title :nth-child(1) {
|
display: -webkit-flex;
|
align-items: center;
|
height: 0.26rem;
|
margin-left: 0.4rem;
|
}
|
|
.itemsContent_title_right {
|
display: -webkit-flex;
|
align-items: center;
|
height: 0.74rem;
|
flex-direction: row-reverse;
|
}
|
|
.itemsContent_title_right :nth-child(1) {
|
width: 0.12rem;
|
height: 0.2rem;
|
margin-right: 0.22rem;
|
}
|
|
.itemsContent_title_right :nth-child(2) {
|
margin-right: -0.3rem;
|
}
|
|
.div_itemsContent_content {
|
height: 1.26rem;
|
display: -webkit-flex;
|
position: relative;
|
}
|
|
.contentDesc {
|
color: #888888;
|
font-size: 0.2rem;
|
height: 0.2rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-top: 0.32rem;
|
}
|
|
.contentTitle {
|
color: #333333;
|
font-size: 0.3rem;
|
height: 0.26rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-top: 0.16rem;
|
}
|
|
#descLeft {
|
margin-left: 0.38rem;
|
}
|
|
#titleLeft {
|
margin-left: 0.37rem;
|
}
|
|
#descRight {
|
margin-left: 0.22rem;
|
}
|
|
#titlRight {
|
margin-left: 0.26rem;
|
}
|
|
.div_itemsContent_contentBG {
|
width: 50%;
|
}
|
|
.div_line {
|
background-color: #E0E0E0;
|
width: 1px;
|
height: 0.4rem;
|
position: absolute;
|
left: 3.44rem;
|
top: 0.42rem;
|
}
|
|
.div_incomeDetail {
|
background-color: #FFF1F7;
|
height: 0.52rem;
|
display: -webkit-flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.incomeDetail {
|
color: #000000;
|
font-size: 0.22rem;
|
height: 0.22rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-left: 0.24rem;
|
}
|
|
.div_incomeDetail :nth-child(2) {
|
width: 0.12rem;
|
height: 0.2rem;
|
margin-right: 0.22rem;
|
}
|