index.less 1.6 KB

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