/* pages/message/index.wxss */ .container{ padding: 10px; } .container .servicebox { /* display: flex; */ /* justify-content: space-between; */ /* flex-direction: column; */ /* align-items: start; */ /* padding: 20px; */ padding: 16px 12px; /* padding-bottom: 0; */ /* padding-right: 10px; */ 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; }