/* pages/statistics/statistics.wxss */ .ns cover-image{ position: absolute; left: 3%; width: 35px; height: 20px; z-index: 9; } .ns cover-view{ position: relative; top: 30px; margin-right: 30px; display: block; color: #eee; text-align: center; width: 100%; font-size: 16px; } ec-canvas { width: 100%; height: 100%; position: relative; } .container{ width: 100%; height: 200px; position: relative; } .main-box{ background: #ffffff; padding: 20px 10px; width: 94%; margin: 20px auto; border-radius: 10px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16); } .pro_box{ text-align: center; width: 45%; } .pro_box text{ display: block; } .pro_tit{ font-size: 16px; color: #878787; } .pro_money{ font-size: 24px; color: #5CAE77; margin: 15px 0; } .red{ color: #E90000; } .shouzhi_box{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dashed #c9c9c9; padding-bottom: 15px; } .small{ font-size: 14px; margin-bottom: 0; } .boxPro_box{ width: 50%; display: flex; justify-content: space-around; } .boxPro_box .pro_tit{ font-size: 12px; } .tr{ display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #F0F1F6; } .head{ background-color: #5CAE77; border: none; } .head text{ color: #ffffff!important; } .tr text{ display: block; text-align: center; } .tr text:nth-child(1){flex: 1;} .tr text:nth-child(2){flex: 2;color: #5CAE77;} .tr text:nth-child(3){flex: 1;} .tr text:nth-child(4){flex: 1;} .tr text:nth-child(5){flex: 2;color: #E90000;} .tab text{ display: inline-block; padding-bottom: 5px; } .tab text:nth-child(1){ margin-right: 20px; } .tab .active{ border-bottom: 2px solid #333333; } .picker{ display: flex; align-items: center; }