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.
38 lines
615 B
38 lines
615 B
4 years ago
|
/* pages/service/service.wxss */
|
||
|
page{
|
||
|
background-color: rgb(249,249,249);
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.column{
|
||
|
width: 100%;
|
||
|
background-color: white;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.box{
|
||
|
width: 90%;
|
||
|
height:80px;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.tit{
|
||
|
width: 100%;
|
||
|
font-weight: bold;
|
||
|
font-size: 15px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.con{
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
font-size: 12px;
|
||
|
color:rgb(96,94,94)
|
||
|
}
|