schedule.wxss 5.8 KB

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