|
@ -20,6 +20,7 @@
|
|
|
position: relative;}
|
|
|
.icon{width: 12px;height: 12px;vertical-align: middle;background-size: 100% auto;background-repeat: no-repeat;display: inline-block;background-position: center center;}
|
|
|
.icon-arrow-down{background-image: url(../images/icon/tiaozhuan_xia_icon.png);}
|
|
|
.active .icon-arrow-down{transform: rotateZ(180deg);}
|
|
|
.icon-gouxuan{background-image: url(../images/icon/gouxuan_lanse_icon.png);}
|
|
|
.icon-check,.icon-arrow-down{transition: all .3s ease-in-out;}
|
|
|
.active .icon-check,.collapsed .icon-arrow-down{transform: rotateZ(180deg);}
|
|
@ -38,7 +39,7 @@
|
|
|
.label-group span{color: #12b7f5;font-size: 14px;line-height: 1;margin-top: 10px;}
|
|
|
.label-blue{border-radius: 5px;border: solid 1px #12b7f5;padding: 4px 15px;display: inline-block;margin-right: 27px;}
|
|
|
.panel-body{padding: 20px;font-size: 14px;color: #999;}
|
|
|
.panelcurPage{border-bottom: 1px solid #d7dce6;}
|
|
|
.panelcurPage + .panelcurPage{border-top: 1px solid #d7dce6;}
|
|
|
.service-content{line-height: 30px;padding-bottom: 15px;border-bottom: 1px solid #d7dce6;}
|
|
|
.service-address{border-bottom: 1px solid #d7dce6;}
|
|
|
.btn-yuyue{background-color: #02cfb9;color: #fff;}
|