.detailCellGroup { margin: 12px 13px; overflow: hidden; border-radius: 10px; } .detailCell { padding: 15px 13px; .img { width: 48px; height: 48px; overflow: hidden; border-radius: 50%; margin-right: 10px; } .name { font-size: 16px; font-weight: 500; color: #333333; line-height: 22px; max-width: 220px; } .phone { font-size: 14px; color: #777777; line-height: 20px; } } .sectionTitle { padding: 8px 13px 0; font-size: 16px; font-weight: 500; color: #333333; line-height: 22px; i { display: inline-block; margin-right: 6px; width: 4px; height: 12px; background: #ff8057; border-radius: 2px; } } .functionGrid { margin: 12px 13px; padding: 10px 0; background: #ffffff; border-radius: 12px; overflow: hidden; .functionImg { width: 47px; height: 47px; } .functionText { max-width: 50px; padding-top: 5px; font-size: 12px; color: #333333; line-height: 17px; } :global { .van-grid-item__content { padding-top: 10px; padding-bottom: 10px; } } } .dialogTitle { i { display: inline-block; width: 4px; height: 14px; background: #ff8057; border-radius: 2px; margin-right: 6px; } padding-left: 25px; text-align: left; font-size: 18px; font-weight: 500; color: #333333; line-height: 25px; padding-bottom: 12px; }