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.

55 lines
1012 B
Plaintext

/* pages/message/index.wxss */
.container {
padding: 10px;
}
.container .servicebox {
/* display: flex; */
/* flex-direction: column; */
/* padding: 20px; */
padding: 16px 12px;
/* padding-bottom: 0; */
background-color: #fff;
}
.container .servicebox .serviceinfo {
}
.container .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;
}
.contact {
width: 80%;
height: 350px;
}
.contact .weui-dialog__hd {
margin-top: 40px;
padding: 0;
position: relative;
}
.contact .contact_bottomBtn .v-center {
width: 80px !important;
}
.contact .contact_bottomBtn .rflex button {
padding: 0;
width: 100%;
}
.guanbi {
position: absolute;
right: 16px;
top: -28px;
}
.mb32 {
margin-bottom: 32px;
}