/* page/findmore/index.wxss */ page{ background: #FFF; } .banner{ width: 750rpx; height: 210rpx; } .banner>image{ width: 750rpx; height: 210rpx; } .region-title{ width: 690rpx; font-family: PingFangSC-Semibold; font-size:38rpx; font-weight:700; color: #333333; padding:40rpx 30rpx; padding-bottom:30rpx; } .service{ display: flex; flex-flow: row wrap; margin: 0 30rpx; width: 690rpx; justify-content: space-between; } .service-one{ display: flex; flex-direction: row; width: 334rpx; height: 127rpx; border: 1px solid #EFEFEF; box-shadow: 0 0 12px 0 #EFEDFF; border-radius: 4px; margin-bottom: 20rpx; } .checkcontent{ background-color: #F5F5F5; } .service-one>image:first-child{ width: 64rpx; height: 64rpx; margin: 30rpx 20rpx; border-radius: 50%; } .service-one>view:nth-child(2){ display: flex; flex-direction: column; margin: 20rpx 0; } .service-one>view:nth-child(2)>text:nth-child(1){ font-family: PingFangSC-Medium; font-size: 28rpx; line-height: 50rpx; font-weight: 600; color: #333333; text-align: left; } .service-one>view:nth-child(2)>text:nth-child(2){ font-family: PingFangSC-Regular; font-size: 24rpx; color: #999999; text-align: left; }