/* 用户画像 */ .brand{ width: 686rpx; height: 484rpx; background-color: #fff; margin: 32rpx; border-radius: 4rpx; /* display: flex; */ } .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; } /* 右侧样式 */ .img{ /* background-color: aqua; */ width: 24rpx; height: 24rpx; } .box{ width:40rpx; height: 80rpx; padding:26rpx 64rpx 12rpx 12rpx;/* 上右下左 */ } .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: 686rpx; } .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: 686rpx; height: 410rpx; padding: 32rpx 0 0 32rpx; /* justify-content: space-between; */ } .echars_view{ width: 308rpx; height: 410rpx; }