12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .section_list{
- height: 20mm;
- margin-bottom: 5mm;
- }
- .section1 .section_item{
- width: 26mm;
- background-color: #f5f7f9;
- border-radius: 3mm;
- height: 20mm;
- float: left;
- margin-right: 2mm;
- padding-top: 4mm;
- box-sizing: border-box;
- }
- .section1 .item_num{
- height: 5mm;
- font-size: 3mm;
- color: #999999;
- text-align: center;
- margin-bottom: 2mm;
- }
- .section1 .item_num>span{
- font-size: 5mm;
- color: #ff6b00;
- margin-right: 1mm;
- }
- .section1 .item_title{
- text-align: center;
- height: 4mm;
- font-size: 4mm;
- color: #333333;
- }
- .echarts_result{
- margin-bottom: 4mm;
- padding: 3mm;
- background-color: #F5F7F9;
- }
- .echarts_result_content .yj{
- display: inline-block;
- margin-right: 2mm;
- width: 2mm;
- height: 2mm;
- border-radius: 50%;
- }
- .echarts_result_content {
- margin-top: 3mm;
- padding: 3mm;
- background-color: #fff;
- }
|