service.wxss
541 字节
.service {
width: 602rpx;
height: 704rpx;
margin: 78rpx auto 0;
background: #f9f9f9;
}
.service textarea {
width: 100%;
height: 100%;
padding: 24rpx;
box-sizing: border-box;
color: #bdc4ce;
font-size: 28rpx;
}
.entertext {
color: #bdc4ce;
font-size: 28rpx;
}
.subadvice {
width: 600rpx;
height: 80rpx;
background: rgba(39, 53, 116, 1);
box-shadow: 0rpx 6rpx 6rpx rgba(0, 0, 0, 0.16);
opacity: 1;
color:#F9F9F9;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
margin:136rpx auto 0;
}