|
@ -35,8 +35,8 @@
|
|
|
.icon-check{background-image: url(../images/icon/zhankai_btn.png);}
|
|
|
.icon-16{width: 16px;height: 16px;}
|
|
|
.icon-18{width: 18px;height: 18px;}
|
|
|
.record-list{/*max-height: 0;*/overflow: hidden;transition: all .3s linear;}
|
|
|
.record-list.active{/*max-height: 500px;*/height: auto;}
|
|
|
.record-list{max-height: 0;overflow: hidden;transition: all .3s linear;}
|
|
|
.record-list.active{max-height: 9999px;height: auto;}
|
|
|
.record-item{background-color: #f5f5fa;margin-bottom: 10px;padding: 10px;}
|
|
|
.service-top{font-size: 0;line-height: 1;font-weight: 500;}
|
|
|
.service-name span{vertical-align: middle;font-size: 16px;}
|