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.
47 lines
754 B
47 lines
754 B
/* 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)
|
|
}
|
|
|
|
.page_empty {
|
|
width: 100%;
|
|
height: 100px;
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
color: #aaa;
|
|
text-align: center;
|
|
}
|