group-details.wxss 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. /* pages/group-details/group-details.wxss */
  2. /**基础风格样式**/
  3. @import '../../../towxml/style/main.wxss';
  4. /**如果页面有动态主题切换,则需要将使用到的样式全部引入**/
  5. /**主题配色(浅色样式)**/
  6. @import '../../../towxml/style/theme/light.wxss';
  7. /**主题配色(深色样式)**/
  8. @import '../../../towxml/style/theme/dark.wxss';
  9. .group-details {
  10. width: 100%;
  11. height: auto;
  12. background: #fff;
  13. overflow:hidden;
  14. }
  15. .loading {
  16. width: 750rpx;
  17. height: 1334rpx;
  18. position: relative;
  19. }
  20. .loading .loading-text {
  21. position: absolute;
  22. left: 0;
  23. right: 0;
  24. top: 0;
  25. bottom: 0;
  26. margin: auto;
  27. width: 150rpx;
  28. height: 88rpx;
  29. }
  30. .details-head {
  31. width: 100%;
  32. background: #fff;
  33. }
  34. .headImg {
  35. display: flex;
  36. flex-wrap: wrap;
  37. justify-content: center;
  38. padding: 40rpx 0;
  39. box-sizing: border-box;
  40. }
  41. .headImg-item {
  42. position: relative;
  43. width: 104rpx;
  44. height: 104rpx;
  45. border-radius: 50%;
  46. margin: 20rpx 22rpx;
  47. }
  48. .headImg-item image {
  49. width: 100%;
  50. height: 100%;
  51. border-radius: 50%;
  52. }
  53. .headImg-item .tuanzhangIcon {
  54. position: absolute;
  55. right: 13rpx;
  56. width: 78rpx;
  57. height: 30rpx;
  58. bottom: -10rpx;
  59. border-radius: 0;
  60. }
  61. scroll-view {
  62. /* height: 74%; */
  63. width: 100%;
  64. }
  65. .grade-details {
  66. background: #fff;
  67. display: flex;
  68. flex-direction: column;
  69. padding: 24rpx;
  70. }
  71. .grade-details image {
  72. width: 100%;
  73. height: 290rpx;
  74. border-radius: 20rpx;
  75. background: rgba(228, 255, 242, .8);
  76. }
  77. .catalog {
  78. display: flex;
  79. align-items: flex-end;
  80. width: 100%;
  81. height: 100rpx;
  82. background: #fff;
  83. position: relative;
  84. background: rgba(240, 241, 245, 1);
  85. padding: 0 40rpx;
  86. }
  87. .select{
  88. color: #61CA54
  89. }
  90. .switch text {
  91. flex: 1;
  92. height: 60rpx;
  93. text-align: center;
  94. font-size: 36rpx;
  95. /* margin: 0 90rpx; */
  96. box-sizing: border-box;
  97. position: relative;
  98. z-index: 1;
  99. width: 100%;
  100. display: block;
  101. line-height:66rpx;
  102. }
  103. .switch {
  104. width: 335rpx;
  105. height: 70rpx;
  106. position: relative;
  107. }
  108. .switch image {
  109. width: 100%;
  110. height: 100%;
  111. position: absolute;
  112. left: 0;
  113. top: 0;
  114. z-index: 0;
  115. }
  116. .catalog-list {
  117. width: 100%;
  118. padding: 0 18rpx 18rpx 18rpx ;
  119. margin-bottom: 120rpx;
  120. box-sizing: border-box;
  121. }
  122. .know {
  123. padding: 18rpx 18rpx 120rpx 18rpx;
  124. box-sizing: border-box;
  125. background: #fff;
  126. /* margin-top: 12rpx; */
  127. }
  128. .catalog-item {
  129. display: flex;
  130. justify-content: space-between;
  131. align-items: center;
  132. width: 100%;
  133. height: 88rpx;
  134. background: #fff;
  135. padding: 0 20rpx;
  136. box-sizing: border-box;
  137. margin-bottom: 12rpx;
  138. border-radius: 10rpx;
  139. }
  140. .catalog-item .left {
  141. color: #656565;
  142. font-size: 36rpx;
  143. }
  144. .catalog-item .right {
  145. color: #939393;
  146. font-size: 28rpx;
  147. }
  148. .catalog-item .right image {
  149. width: 16rpx;
  150. height: 28rpx;
  151. vertical-align: middle;
  152. margin-right: 6rpx;
  153. }
  154. .catalog-item .right text {
  155. vertical-align: middle;
  156. }
  157. .group-details-btn {
  158. position: fixed;
  159. bottom: 0;
  160. display: flex;
  161. align-items: center;
  162. width: 100%;
  163. height: 100rpx;
  164. /* background: #FF9209; */
  165. color: #fff;
  166. z-index: 99;
  167. }
  168. .group-details-btn .btn-image {
  169. position: absolute;
  170. width: 100%;
  171. height: 100%;
  172. left: 0;
  173. top: 0;
  174. z-index: 0;
  175. }
  176. .bottomx {
  177. bottom: 20rpx;
  178. }
  179. .left-btn,
  180. .right-btn,
  181. .only-one-btn {
  182. flex: 1;
  183. height: 100%;
  184. display: flex;
  185. justify-content: center;
  186. align-items: center;
  187. position: relative;
  188. }
  189. .left-btn {
  190. border-right: 2rpx solid #fff;
  191. }
  192. .group-popup {
  193. position: absolute;
  194. left: 0;
  195. top: 0;
  196. width: 100%;
  197. height: 100%;
  198. background: rgba(0, 0, 0, .5);
  199. z-index: 99;
  200. }
  201. .group-popup .group-content {
  202. position: absolute;
  203. left: 50%;
  204. top: 50%;
  205. transform: translate(-50%, -50%);
  206. width: 80%;
  207. background: #fff;
  208. border-radius: 20rpx;
  209. }
  210. .group-title {
  211. text-align: center;
  212. margin: 36rpx 0;
  213. }
  214. .group-list {
  215. display: flex;
  216. justify-content: space-between;
  217. flex-wrap: wrap;
  218. padding: 0 62rpx;
  219. }
  220. .group-list .group-item {
  221. position: relative;
  222. display: flex;
  223. margin-right: 0;
  224. justify-content: space-between;
  225. flex-direction: column;
  226. }
  227. .group-content-img {
  228. width: 214rpx;
  229. height: 290rpx;
  230. }
  231. .sure {
  232. position: relative;
  233. width: 392rpx;
  234. height: 80rpx;
  235. margin: 36rpx auto 26rpx auto;
  236. }
  237. .sure image {
  238. width: 100%;
  239. height: 100%;
  240. }
  241. .sure text {
  242. position: absolute;
  243. left: 164rpx;
  244. top: 18rpx;
  245. color: #fff;
  246. z-index: 2;
  247. }
  248. .select-img {
  249. position: absolute;
  250. bottom: 56rpx;
  251. right: 10rpx;
  252. width: 52rpx;
  253. height: 52rpx;
  254. z-index: 99;
  255. }
  256. .group-item .item-img {
  257. width: 214rpx;
  258. height: 278rpx;
  259. }
  260. .formBtn {
  261. margin: 0;
  262. padding: 0;
  263. background: rgba(255, 255, 255, 0);
  264. width: 100%;
  265. position: absolute;
  266. top: 0;
  267. height: 100%;
  268. left: 0;
  269. }
  270. .formBtn::after {
  271. border: none;
  272. }
  273. .data-loading {
  274. width: 100%;
  275. height: 200rpx;
  276. /* background: #FF4330; */
  277. }
  278. .data-loading .line1 {
  279. width: 300rpx;
  280. height: 30rpx;
  281. background: rgba(228, 255, 242, .8);
  282. margin-top: 20rpx;
  283. margin-left: 122rpx;
  284. border-radius: 10rpx;
  285. }
  286. .data-loading .line2 {
  287. width: 400rpx;
  288. height: 30rpx;
  289. background: rgba(228, 255, 242, .8);
  290. margin-top: 20rpx;
  291. margin-left: 200rpx;
  292. border-radius: 10rpx;
  293. }
  294. .data-loading .line3 {
  295. width: 460rpx;
  296. height: 30rpx;
  297. background: rgba(228, 255, 242, .8);
  298. margin-top: 20rpx;
  299. margin-left: 160rpx;
  300. border-radius: 10rpx;
  301. }
  302. .damn-dialog {
  303. width: 100%;
  304. height: 100%;
  305. position: absolute;
  306. left: 0;
  307. top: 0;
  308. z-index: 999;
  309. background: rgba(0, 0, 0, .5)
  310. }
  311. .damn-dialog .box {
  312. width: 600rpx;
  313. height: 200rpx;
  314. margin: 50% auto;
  315. background: #fff;
  316. border-radius: 30rpx;
  317. }
  318. .damn-dialog .box .title {
  319. text-align: center;
  320. color: #FF4330;
  321. font-size: 34rpx;
  322. }
  323. .damn-dialog .box .damn-dialog-1 {
  324. text-align: center;
  325. font-size: 32rpx;
  326. color: #000
  327. }
  328. /* 新复制粘贴的 */
  329. .green-placerholder {
  330. width: 100%;
  331. height: 132rpx;
  332. background: #12c962;
  333. position: absolute;
  334. top: 0;
  335. }
  336. .class-icon {
  337. width: 704rpx;
  338. height: 294rpx;
  339. border-radius: 20rpx;
  340. box-shadow: 0 0 15rpx 0rpx rgba(0, 0, 0, .4);
  341. margin: 0 auto;
  342. display: block;
  343. z-index: 1;
  344. position: relative;
  345. top: 15rpx;
  346. }
  347. .step {
  348. width: 100%;
  349. height: 250rpx;
  350. background: #fff;
  351. display: flex;
  352. flex-direction: column;
  353. justify-content: center;
  354. }
  355. .step image {
  356. height: 60rpx;
  357. width: 70%;
  358. margin: 0 auto;
  359. }
  360. .txt {
  361. display: flex;
  362. justify-content: space-around;
  363. color: #535353;
  364. font-size: 32rpx;
  365. padding: 0 46rpx;
  366. margin-top: 20rpx;
  367. }
  368. .details-head {
  369. width: 100%;
  370. /* height: 82%; */
  371. margin-top: 12rpx;
  372. background: #fff;
  373. min-height: 98%;
  374. }
  375. .headImg {
  376. display: flex;
  377. flex-wrap: wrap;
  378. justify-content: center;
  379. padding: 40rpx 0;
  380. box-sizing: border-box;
  381. }
  382. .headImg-item {
  383. position: relative;
  384. width: 140rpx;
  385. height: 140rpx;
  386. border-radius: 50%;
  387. margin: 20rpx 22rpx;
  388. box-sizing:border-box;
  389. }
  390. .headImg-item image {
  391. width: 100%;
  392. height: 100%;
  393. border-radius: 50%;
  394. }
  395. .headImg-item .organizerIcon {
  396. position: absolute;
  397. bottom: -15rpx;
  398. width: 70rpx;
  399. height: 32rpx;
  400. line-height: 32rpx;
  401. background: #f7b21d;
  402. border-radius: 16rpx;
  403. /* border: 2rpx solid rgba(255, 255, 255, 1); */
  404. font-size: 24rpx;
  405. /* font-family: PingFangSC-Medium; */
  406. /* font-weight: 500; */
  407. color: rgba(255, 255, 255, 1);
  408. left: 0;
  409. right: 0;
  410. margin: 0 auto;
  411. text-align: center;
  412. }
  413. .bg-boder {
  414. border: 2px solid #f7b21d;
  415. }
  416. .last-time-box {
  417. width: 100%;
  418. display: flex;
  419. flex-direction: column;
  420. align-items: center;
  421. margin-top:30rpx;
  422. }
  423. .last-time {
  424. display: flex;
  425. flex-direction: row;
  426. align-items: center;
  427. }
  428. .last-time-end {
  429. width: 99rpx;
  430. height: 38rpx;
  431. font-size: 30rpx;
  432. font-weight: 800;
  433. color: #f14025;
  434. margin: 0 15rpx;
  435. text-align:center;
  436. }
  437. .left-icon {
  438. width: 80rpx;
  439. height: 20rpx;
  440. }
  441. .right-icon {
  442. width: 80rpx;
  443. height: 20rpx;
  444. }
  445. .last-text {
  446. width: 100%;
  447. text-align: center;
  448. font-size: 30rpx;
  449. font-weight: 800;
  450. color: #f14025;
  451. margin-top: 8rpx;
  452. }
  453. .group-regular-text {
  454. font-size: 30rpx;
  455. font-weight: 800;
  456. color: rgba(12, 10, 10, 1);
  457. width: 100%;
  458. text-align: center;
  459. line-height: 45rpx;
  460. }
  461. .last-member{
  462. margin-top: 17rpx;
  463. }
  464. .invitation-btn {
  465. /* position: absolute;
  466. left: 50%;
  467. top: 55%; */
  468. /* transform: translate(-50%); */
  469. width: 434rpx;
  470. height: 80rpx;
  471. margin: 0 auto 20rpx;
  472. display: block;
  473. position: relative;
  474. }
  475. .middle-btn{
  476. position: fixed;
  477. top: 300rpx;
  478. left: 0;
  479. right: 0;
  480. margin: 0 auto;
  481. }
  482. .invitation-btn image {
  483. position: absolute;
  484. left: 0;
  485. top: 0;
  486. width: 100%;
  487. height: 100%;
  488. }
  489. .invitation-btn text {
  490. /* position: absolute; */
  491. width: 100%;
  492. height: 100%;
  493. display: inline-block;
  494. text-align: center;
  495. line-height: 80rpx;
  496. z-index: 2;
  497. color: #fff;
  498. background: #FF653A;
  499. border-radius: 56rpx;
  500. font-size: 36rpx;
  501. font-weight: 800;
  502. }
  503. .red-text{
  504. color: #f13e25
  505. }
  506. .rule {
  507. position: fixed;
  508. right: 0;
  509. top: 82%;
  510. width: 84rpx;
  511. height: 88rpx;
  512. z-index: 2;
  513. }
  514. .rule image {
  515. position: absolute;
  516. left: 0;
  517. top: 0;
  518. width: 100%;
  519. height: 100%;
  520. }
  521. .rule text {
  522. position: absolute;
  523. left: 30rpx;
  524. top: 10rpx;
  525. font-size: 24rpx;
  526. color: #fff;
  527. z-index: 2;
  528. }
  529. .explain {
  530. color: #8E8B8C;
  531. width: 100%;
  532. box-sizing: border-box;
  533. text-align: center;
  534. font-size: 24rpx;
  535. line-height: 40rpx;
  536. position: absolute;
  537. bottom: 20rpx;
  538. }
  539. .explain-title{
  540. font-weight: 800;
  541. }
  542. .flower-inline{
  543. width: 33rpx;
  544. height: 38rpx;
  545. display: inline-block;
  546. }