19 lines
350 B
SCSS
19 lines
350 B
SCSS
.module-service {
|
|
width: 186rpx;
|
|
height: 56rpx;
|
|
line-height: 56rpx;
|
|
font-size: 14px;
|
|
margin: 40rpx auto;
|
|
color: #646c7f;
|
|
background: #ffffff;
|
|
border: 1px solid #646c7f;
|
|
border-radius: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
.icon{
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
} |