layoutInfo.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. text-align: center;
  9. padding: 5px 0;
  10. background-color: #fff;
  11. }
  12. .main .one button {
  13. width: 50%;
  14. font-size: 14px;
  15. }
  16. .main .two {
  17. float: left;
  18. width: 95%;
  19. padding: 10px;
  20. overflow-x: hidden;
  21. }
  22. /*
  23. .main .two .two_1 {
  24. background-color: #fff;
  25. border-radius: 5px;
  26. margin: 0 0 10px 0;
  27. padding: 10px;
  28. }
  29. .main .two .two_1 .two_1_1 {
  30. font-size: 16px;
  31. font-weight: 700;
  32. }
  33. .main .two .two_1 .two_1_2 {
  34. font-size: 14px;
  35. color: #999;
  36. }
  37. .main .two .two_1 .two_1_2 .two_1_2_text {
  38. font-size: 14px;
  39. color: #333;
  40. } */
  41. .main .two .list {
  42. float: left;
  43. width: 95%;
  44. padding: 10px;
  45. background-color: #fff;
  46. margin: 0 0 10px 0;
  47. border-radius: 5px;
  48. }
  49. .main .two .list .name {
  50. float: left;
  51. width: 100%;
  52. font-size: 14px;
  53. font-weight: bold;
  54. margin: 0 0 5px 0;
  55. }
  56. .main .two .list .other {
  57. float: left;
  58. width: 100%;
  59. margin: 0 0 5px 0;
  60. }
  61. .main .two .list .other .otherInfo {
  62. font-size: 12px;
  63. color: #666;
  64. margin: 0 0 5px 0;
  65. }
  66. .main .two .list .other .otherInfo text:nth-child(2) {
  67. color: #000;
  68. }
  69. .main .two .list .btn {
  70. text-align: center;
  71. }
  72. .main .two .list .btn button {
  73. margin: 0 10px;
  74. padding: 0 10px;
  75. font-size: 12px;
  76. }
  77. .dialog_one {
  78. float: left;
  79. width: 100%;
  80. margin: 10px 0 0 0;
  81. }
  82. .dialog_one .one_1 {
  83. float: left;
  84. width: 91%;
  85. border: 1px solid #ccc;
  86. border-radius: 5px;
  87. margin: 0 0 10px 0;
  88. padding: 10px;
  89. }
  90. .dialog_one .one_1 .text {
  91. color: #666;
  92. font-size: 14px;
  93. }
  94. .dialog_one .one_1 .text1 {
  95. float: right;
  96. color: #000;
  97. }
  98. .dialog_one .one_1 image {
  99. float: right;
  100. width: 60px;
  101. height: 60px;
  102. }
  103. .dialog_one .one_1 .members {
  104. padding: 5px;
  105. font-size: 12px;
  106. }
  107. .dialog_two {
  108. float: left;
  109. width: 100%;
  110. }
  111. .dialog_two .content {
  112. float: left;
  113. width: 100%;
  114. border-bottom: 1px solid #ccc;
  115. padding: 10px 0;
  116. margin: 0 0 10px 0;
  117. font-size: 14px;
  118. }
  119. .dialog_two .content .label {
  120. float: left;
  121. width: 20%;
  122. }
  123. .dialog_two .content .value {
  124. float: left;
  125. width: 80%;
  126. text-align: right;
  127. }
  128. .dialog_two .btn {
  129. float: left;
  130. width: 100%;
  131. text-align: center;
  132. }
  133. .dialog_two .btn button {
  134. font-size: 14px;
  135. }