index.wxss 1022 B

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