You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
404 B
Plaintext
23 lines
404 B
Plaintext
@import '../../index/index.wxss';
|
|
page{
|
|
position: relative;
|
|
}
|
|
.servicebox{
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
.servicebox .serviceinfo image {
|
|
width: 52px;
|
|
height: 52px;
|
|
}
|
|
.servicebox .serviceBottom {
|
|
height: 48px;
|
|
line-height: 48px;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
.servicebox .serviceBottom > view {
|
|
flex: 1;
|
|
justify-content: space-between;
|
|
padding: 0 10px 0 16px;
|
|
} |