You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
441 B
22 lines
441 B
@import "../../wxParse/wxParse.wxss";
|
|
|
|
/*服务介绍*/
|
|
.item-intro {
|
|
background: #FFF;
|
|
border-top: thin solid #eee;
|
|
}
|
|
.intro-title{
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
padding: 0 20rpx;
|
|
border-bottom: thin solid #eee;
|
|
}
|
|
.item-intro .intro-bd {
|
|
line-height: 50rpx;
|
|
font-size: 28rpx;
|
|
padding: 20rpx;
|
|
padding-bottom: 0px;
|
|
margin-left: 3%;
|
|
color: #F60;
|
|
}
|