index.less 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. .one {
  5. position: relative;
  6. width: 100%;
  7. text-align: center;
  8. border-bottom: 1px dashed #000000;
  9. button {
  10. margin: 10px;
  11. }
  12. }
  13. .two {
  14. position: relative;
  15. padding: 10px;
  16. .list {
  17. float: left;
  18. width: 100%;
  19. margin: 0 0 8px 0;
  20. background-color: #f9f9f9;
  21. border-radius: 5px;
  22. padding: 8px 0;
  23. .name {
  24. font-size: 16px;
  25. margin: 0 0 5px 0;
  26. padding: 0 10px;
  27. }
  28. .other {
  29. .otherInfo {
  30. margin: 0 0 5px 0;
  31. font-size: 14px;
  32. color: #666666;
  33. padding: 0 10px;
  34. text {
  35. color: #000000;
  36. }
  37. }
  38. }
  39. .btn {
  40. text-align: center;
  41. button {
  42. margin: 0 5px;
  43. }
  44. }
  45. }
  46. }
  47. }
  48. .dialog {
  49. min-height: 30px;
  50. max-height: 320px;
  51. overflow-y: auto;
  52. padding: 0 8px;
  53. .dialog_1 {
  54. .content {
  55. position: relative;
  56. padding: 8px 0;
  57. border-radius: 6px;
  58. margin: 0 0 5px 0;
  59. background-color: #f1f1f1;
  60. .left {
  61. float: left;
  62. margin: 0 10px;
  63. text {
  64. font-size: 14px;
  65. color: #666666;
  66. }
  67. }
  68. .right {
  69. input {
  70. font-size: 12px;
  71. }
  72. }
  73. }
  74. }
  75. }
  76. .van-dialog__header {
  77. padding-top: 0 !important;
  78. padding: 10px 0 !important;
  79. }