| c617106f  孙向锦
 
添加即时测功能 | 7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 |   .option li{width:100%;}
  .option li span{vertical-align:middle;margin-right:5px;}
  .resolve_box{padding:20px 0;border-top:1px dashed #ccc;}
  .star_box{border-top:1px dashed #ccc;border-bottom:1px solid #ccc;padding:10px 0;}
  .star li{width:16px;height:16px;float:left;margin-left:5px;}
  .star ul{float:left;padding-left:0;margin-right:20px;}
  .star .off{background:url(../images/off.png) no-repeat;background-size:100%;}
  .star .on{background:url(../images/on.png) no-repeat;background-size:100%;}
  .tab_report_box{padding:20px 0;border-top:1px dashed #ccc;}
  .tab_report_box p{text-align:center;}
  .resolve{display:none;}
  .tab_report_box .round_w_orange{width:100px;height:100px;background:#ffdeb5;position:relative;overflow:hidden;border-radius:50px;margin:0 auto;}
  .tab_report_box .round_n_orange{width:70px;height:70px;background:#ffac47;position:absolute;top:15px;left:15px;overflow:hidden;border-radius:35px;}
  .tab_report_box .round_n_orange span{color:#fff;line-height:70px;text-align:center;display:inline-block;width:100%;}
  .tab_report_box .round_w_red{width:100px;height:100px;background:#ffd0c6;position:relative;overflow:hidden;border-radius:50px;margin:0 auto;}
  .tab_report_box .round_n_red{width:70px;height:70px;background:#ff8a71;position:absolute;top:15px;left:15px;overflow:hidden;border-radius:35px;}
 |