index.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. background-color: #fff;
  9. margin: 0 0 10px 0;
  10. }
  11. .main .one .one_1 {
  12. float: left;
  13. width: 100%;
  14. }
  15. .main .one .one_1 .one_1_1 {
  16. float: left;
  17. width: 30%;
  18. text-align: center;
  19. }
  20. .main .one .one_1 .one_1_2 {
  21. width: 40%;
  22. }
  23. .main .one .one_1 .one_1_2 .time {
  24. float: left;
  25. width: 100%;
  26. font-size: 14px;
  27. text-align: center;
  28. margin: 0 0 8px 0;
  29. }
  30. .main .one .one_1 .one_1_2 .branch {
  31. float: left;
  32. width: 100%;
  33. text-align: center;
  34. margin: 0 0 8px 0;
  35. }
  36. .main .one .one_1 .one_1_2 .branch text {
  37. font-size: 25px;
  38. padding: 0 5px;
  39. }
  40. .main .one .one_1 .one_1_2 .branch text:nth-child(1) {
  41. color: #0000ff;
  42. font-weight: bold;
  43. background-color: #f1f1f1;
  44. }
  45. .main .one .one_1 .one_1_2 .branch text:nth-child(3) {
  46. color: #ff0000;
  47. font-weight: bold;
  48. background-color: #f1f1f1;
  49. }
  50. .main .one .one_1 .one_1_1 image {
  51. width: 60px;
  52. height: 60px;
  53. overflow: hidden;
  54. border-radius: 90px;
  55. }
  56. .main .one .one_1 .one_1_1 view {
  57. font-size: 14px;
  58. }
  59. .main .one .one_2 {
  60. float: left;
  61. width: 100%;
  62. text-align: center;
  63. color: #666;
  64. padding: 10px 0;
  65. }
  66. .main .two {
  67. float: left;
  68. width: 95%;
  69. background-color: #fff;
  70. margin: 0 0 10px 0;
  71. padding: 10px;
  72. }
  73. .main .two .two_1 {
  74. float: left;
  75. width: 100%;
  76. font-size: 16px;
  77. font-weight: bold;
  78. margin: 0 0 8px 0;
  79. }
  80. .main .two .two_2 {
  81. float: left;
  82. width: 100%;
  83. }
  84. .main .two .two_2 .two_2_1 {
  85. float: left;
  86. width: 100%;
  87. padding: 0 0 8px 0;
  88. margin: 0 0 8px 0;
  89. border-bottom: 1px solid #ccc;
  90. }
  91. .main .two .two_2 .two_2_1 .two_2_1_logo {
  92. float: left;
  93. width: 18%;
  94. text-align: center;
  95. margin: 0 10px 0 0;
  96. }
  97. .main .two .two_2 .two_2_1 .two_2_1_logo image {
  98. width: 50px;
  99. height: 50px;
  100. border-radius: 90px;
  101. }
  102. .main .two .two_2 .two_2_1 .two_2_1_logo .bname {
  103. font-size: 12px;
  104. overflow: hidden;
  105. text-overflow: ellipsis;
  106. -webkit-line-clamp: 2;
  107. word-break: break-all;
  108. display: -webkit-box;
  109. -webkit-box-orient: vertical;
  110. }
  111. .main .two .two_2 .two_2_1 .two_2_1_members {
  112. float: left;
  113. width: 70%;
  114. }
  115. .main .two .two_2 .two_2_1 .two_2_1_members .list {
  116. float: left;
  117. width: 25%;
  118. text-align: center;
  119. }
  120. .main .two .two_2 .two_2_1 .two_2_1_members .list image {
  121. width: 40px;
  122. height: 40px;
  123. border-radius: 90px;
  124. }
  125. .main .two .two_2 .two_2_1 .two_2_1_members .list .nickname {
  126. font-size: 12px;
  127. }
  128. .main .two .two_2 .two_2_2 {
  129. float: left;
  130. width: 100%;
  131. padding: 0 0 8px 0;
  132. border-bottom: none;
  133. }
  134. .main .thr {
  135. float: left;
  136. width: 95%;
  137. padding: 10px;
  138. background-color: #fff;
  139. margin: 0 0 10px 0;
  140. }
  141. .main .thr .thr_1 {
  142. float: left;
  143. width: 100%;
  144. font-size: 16px;
  145. font-weight: bold;
  146. margin: 0 0 8px 0;
  147. }
  148. .main .thr .thr_2 {
  149. float: left;
  150. width: 100%;
  151. }
  152. .main .four {
  153. float: left;
  154. width: 95%;
  155. background-color: #fff;
  156. padding: 10px;
  157. text-align: center;
  158. }
  159. .main .four button {
  160. width: 50%;
  161. padding: 5px 0;
  162. background-color: rgb(247, 89, 16);
  163. background-image: linear-gradient(to right, rgb(245, 122, 65), rgb(247, 89, 41));
  164. border-radius: 30px;
  165. color: #ffffff;
  166. font-size: 13px;
  167. }
  168. .mask {
  169. width: 100%;
  170. height: 100%;
  171. position: fixed;
  172. top: 0;
  173. left: 0;
  174. background: #000;
  175. opacity: 0.2;
  176. overflow: hidden;
  177. z-index: 1000;
  178. color: #fff;
  179. }
  180. /*对话框 */
  181. .modal {
  182. height: 400px;
  183. width: 100%;
  184. overflow: hidden;
  185. position: fixed;
  186. border-radius: 30px 30px 0px 0px;
  187. bottom: 0;
  188. left: 0;
  189. z-index: 2000;
  190. background: #fff;
  191. padding-top: 20rpx;
  192. }
  193. .title {
  194. width: 100%;
  195. padding: 20px;
  196. }
  197. .modal_title {
  198. width: 40%;
  199. float: left;
  200. font-size: 18px;
  201. }
  202. .go {
  203. width: 50%;
  204. float: left;
  205. text-align: right;
  206. }
  207. .cuo {
  208. width: 20px;
  209. height: 20px;
  210. }
  211. .modal_main {
  212. padding: 20px;
  213. }
  214. .modal_l {
  215. width: 30%;
  216. float: left;
  217. }
  218. .modal_r {
  219. width: 60%;
  220. float: left;
  221. }
  222. .modal_l1 {
  223. margin: 30px 0;
  224. }
  225. .modal_l2 {
  226. margin: 30px 0;
  227. }
  228. .modal_r1 {
  229. height: 60px;
  230. padding: 0 0 0 0;
  231. margin: 40px 20px;
  232. }
  233. .modal_r2 {
  234. height: 60px;
  235. padding: 0 0 0 0;
  236. margin: 40px 20px;
  237. }
  238. .modal_text {
  239. font-size: 16px;
  240. float: left;
  241. }
  242. .input {
  243. width: 50px;
  244. float: left;
  245. text-align: center;
  246. border-bottom: 1px solid rgb(228, 228, 228);
  247. }
  248. .button {
  249. width: 300px !important;
  250. background-color: #ff7815;
  251. border-radius: 30px;
  252. color: #ffffff;
  253. text-align: center;
  254. }
  255. .two_logo1 {
  256. margin-left: 15%;
  257. align-items: center;
  258. width: 50px;
  259. height: 45px;
  260. }
  261. .two_logo2 {
  262. margin-left: 15%;
  263. align-items: center;
  264. width: 45px;
  265. height: 45px;
  266. border: solid 1px #999;
  267. }