.main { position: relative; width: 100%; .one { position: relative; padding: 8px 5px; text-align: center; border-bottom: 1px dashed #000000; button { margin: 0 5px; } } .two { position: relative; padding: 10px; .list { float: left; width: 100%; margin: 0 0 8px 0; background-color: #f9f9f9; border-radius: 5px; padding: 8px 0; .name { font-size: 16px; margin: 0 0 5px 0; padding: 0 10px; } .other { .otherInfo { margin: 0 0 5px 0; font-size: 14px; color: #666666; padding: 0 10px; text { color: #000000; } } } .btn { text-align: center; button { margin: 0 5px; } } } } } .dialog { min-height: 30px; max-height: 320px; overflow-y: auto; padding: 0 8px; .dialog_1 { .content { position: relative; padding: 8px 0; border-radius: 6px; margin: 0 0 5px 0; background-color: #f1f1f1; .left { float: left; margin: 0 10px; text { font-size: 14px; color: #666666; } } .right { input { font-size: 12px; } } } .order { position: relative; padding: 8px 0; border-radius: 6px; margin: 0 0 5px 0; background-color: #f1f1f1; .order_1 { text { font-size: 14px; color: #666666; } } .order_2 { position: relative; padding: 0 5px; margin: 5px 0 0 0; .list { margin: 0 0 8px 0; background-color: #f9f9f9; border-radius: 5px; padding: 8px 0; .name { font-size: 16px; margin: 0 0 5px 0; padding: 0 10px; } .other { .otherInfo { margin: 0 0 5px 0; font-size: 14px; color: #666666; padding: 0 10px; text { color: #000000; } } } } } } } .dialog_2 { .content { position: relative; padding: 8px 0; border-radius: 6px; margin: 0 0 5px 0; background-color: #f1f1f1; .left { float: left; margin: 0 10px; text { font-size: 14px; color: #666666; } } .right { input { font-size: 12px; } } } .save { text-align: center; button { margin: 10px; } } } } .van-dialog__header { padding-top: 0 !important; padding: 10px 0 !important; }