You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
1.7 KiB
104 lines
1.7 KiB
/* 用户画像 */
|
|
.p-container {
|
|
width: calc(100% - 32px);
|
|
padding: 0px 16px;
|
|
}
|
|
.brand{
|
|
/* width: calc(100% - 32px); */
|
|
height: 484rpx;
|
|
background-color: #fff;
|
|
margin: 32rpx auto;
|
|
border-radius: 4rpx;
|
|
/* display: flex; */
|
|
}
|
|
/* cover-view{
|
|
z-index: 99;
|
|
} */
|
|
.brand_tu{
|
|
width: 100%;
|
|
height: 350rpx;
|
|
}
|
|
.text{
|
|
font-size: 36rpx;
|
|
padding: 32rpx 32rpx 0rpx 32rpx ;
|
|
font-weight: 400;
|
|
}
|
|
/* 统计图样式 */
|
|
.statistical{
|
|
width: 100%;
|
|
height:400rpx;
|
|
padding: 16rpx;
|
|
display: flex;
|
|
}
|
|
.annotation{
|
|
width:100%;
|
|
height: 340rpx;
|
|
/* z-index: 99; */
|
|
}
|
|
|
|
/* 右侧样式 */
|
|
.img{
|
|
/* background-color: aqua; */
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
|
|
}
|
|
.box{
|
|
width:50rpx;
|
|
height: 80rpx;
|
|
padding:26rpx 64rpx 12rpx 12rpx;/* 上右下左 */
|
|
/* align-items: center;
|
|
justify-content: center; */
|
|
}
|
|
.topic{
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
text-align: left;
|
|
|
|
}
|
|
.answer{
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
padding-top: 8rpx;
|
|
|
|
}
|
|
|
|
/* 地区 */
|
|
.total{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: calc(100% - 32px);
|
|
}
|
|
.total_content{
|
|
display: flex;
|
|
width: 270rpx;
|
|
justify-content: space-between;
|
|
/* padding: 0 0 0 32rpx;上右下左 */
|
|
padding: 0 0 0 32rpx;
|
|
height: 72rpx;
|
|
}
|
|
.total_text {
|
|
color: #333333;
|
|
font-size: 24rpx;
|
|
}
|
|
.total_num {
|
|
color: #333333;
|
|
font-size: 23rpx;
|
|
font-weight: 600;
|
|
|
|
}
|
|
.echars{
|
|
display: flex;
|
|
width: calc(100% - 32px);
|
|
height: 410rpx;
|
|
margin: 0 auto;
|
|
/* padding: 0 24rpx 0 24rpx; */
|
|
/* justify-content: space-between; */
|
|
}
|
|
|
|
.echars_view{
|
|
width: 350rpx;
|
|
height: 410rpx;
|
|
margin-top: -10px;
|
|
/* padding-left: 15px; */
|
|
} |