layoutInfo.wxss 2.5 KB

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