index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .main {
  2. height: 88vh;
  3. }
  4. .main .one {
  5. width: 96vw;
  6. margin: 0 0 2vw 0;
  7. background-color: #fff;
  8. }
  9. .main .two {
  10. flex-grow: 1;
  11. position: relative;
  12. width: 96vw;
  13. }
  14. .main .two .scroll-view {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. right: 0;
  19. bottom: 0;
  20. }
  21. .main .two .scroll-view .list-scroll-view {
  22. display: flex;
  23. flex-wrap: wrap;
  24. align-content: flex-start;
  25. justify-content: space-between;
  26. }
  27. .main .two .scroll-view .list-scroll-view .list {
  28. display: flex;
  29. flex-direction: column;
  30. width: 96vw;
  31. padding: 2vw;
  32. background-color: #ffffff;
  33. margin: 0 0 2vw 0;
  34. }
  35. .main .two .scroll-view .list-scroll-view .list .name {
  36. font-size: 14px;
  37. font-weight: bold;
  38. margin: 0 0 1vw 0;
  39. }
  40. .main .two .scroll-view .list-scroll-view .list .other {
  41. font-size: 12px;
  42. margin: 0 0 1vw 0;
  43. }
  44. .main .two .scroll-view .list-scroll-view .list .other .other_1 {
  45. padding: 0 0 1vw 0;
  46. }
  47. .main .two .scroll-view .list-scroll-view .list .other .other_1 text:nth-child(1) {
  48. color: #666;
  49. }
  50. .main .two .scroll-view .list-scroll-view .list .btn {
  51. text-align: center;
  52. }
  53. .main .two .scroll-view .list-scroll-view .list .btn button {
  54. color: #ffffff;
  55. font-size: 14px;
  56. }
  57. .dialog_one {
  58. margin: 10px 0 0 0;
  59. }
  60. .dialog_one .one_1 {
  61. display: flex;
  62. flex-direction: row;
  63. justify-content: space-between;
  64. border: 1px solid #ccc;
  65. border-radius: 5px;
  66. margin: 0 0 10px 0;
  67. padding: 10px;
  68. }
  69. .dialog_one .one_1 .text {
  70. width: 20vw;
  71. color: #666;
  72. font-size: 14px;
  73. }
  74. .dialog_one .one_1 .text1 {
  75. font-size: 14px;
  76. color: #000;
  77. }
  78. .dialog_one .one_1 .image {
  79. width: 15vw;
  80. height: 15vw;
  81. }