index.less 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .main {
  2. height: 88vh;
  3. .one {
  4. width: 100%;
  5. }
  6. .two {
  7. width: 96vw;
  8. .list {
  9. display: flex;
  10. flex-direction: column;
  11. padding: 10px;
  12. background-color: #ffffff;
  13. margin: 2px 0 0 0;
  14. .name {
  15. font-size: 14px;
  16. font-weight: bold;
  17. margin: 0 0 5px 0;
  18. }
  19. .other {
  20. font-size: 12px;
  21. margin: 0 0 5px 0;
  22. .other_1 {
  23. padding: 2px 0;
  24. }
  25. .other_1 text:nth-child(1) {
  26. color: #666;
  27. }
  28. }
  29. .btn {
  30. text-align: center;
  31. button {
  32. color: #216EC7;
  33. }
  34. }
  35. }
  36. }
  37. }
  38. .dialog_one {
  39. margin: 10px 0 0 0;
  40. .one_1 {
  41. display: flex;
  42. flex-direction: row;
  43. justify-content: space-between;
  44. border: 1px solid #ccc;
  45. border-radius: 5px;
  46. margin: 0 0 10px 0;
  47. padding: 10px;
  48. .text {
  49. width: 20vw;
  50. color: #666;
  51. font-size: 14px;
  52. }
  53. .text1 {
  54. font-size: 14px;
  55. color: #000;
  56. }
  57. .image {
  58. width: 15vw;
  59. height: 15vw;
  60. }
  61. }
  62. }