group-details.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  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. background: rgba(240, 241, 245, 1);
  12. }
  13. .loading {
  14. width: 750rpx;
  15. height: 1334rpx;
  16. position: relative;
  17. }
  18. .loading .loading-text {
  19. position: absolute;
  20. left: 0;
  21. right: 0;
  22. top: 0;
  23. bottom: 0;
  24. margin: auto;
  25. width: 150rpx;
  26. height: 88rpx;
  27. }
  28. .details-head {
  29. width: 100%;
  30. background: #fff;
  31. }
  32. .headImg {
  33. display: flex;
  34. flex-wrap: wrap;
  35. justify-content: center;
  36. padding: 40rpx 0;
  37. box-sizing: border-box;
  38. }
  39. .headImg-item {
  40. position: relative;
  41. width: 104rpx;
  42. height: 104rpx;
  43. border-radius: 50%;
  44. margin: 20rpx 22rpx;
  45. }
  46. .headImg-item image {
  47. width: 100%;
  48. height: 100%;
  49. border-radius: 50%;
  50. }
  51. .headImg-item .tuanzhangIcon {
  52. position: absolute;
  53. right: 13rpx;
  54. width: 78rpx;
  55. height: 30rpx;
  56. bottom: -10rpx;
  57. border-radius: 0;
  58. }
  59. .bg-boder {
  60. border: 2px solid #61CA54;
  61. }
  62. .shengyu {
  63. display: flex;
  64. flex-direction: column;
  65. color: #696969;
  66. padding-bottom: 20px;
  67. }
  68. .shengyu-num {
  69. text-align: center;
  70. }
  71. .shengyu-num text {
  72. color: #FF4330;
  73. }
  74. .shengyu-time {
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. margin-top: 8rpx;
  79. }
  80. .shengyu-time .time {
  81. position: relative;
  82. width: 32rpx;
  83. height: 36rpx;
  84. margin: 0 8rpx;
  85. }
  86. .shengyu-time .time image {
  87. position: absolute;
  88. left: 0;
  89. top: 0;
  90. width: 24rpx;
  91. height: 40rpx;
  92. }
  93. .shengyu-time .time text {
  94. position: absolute;
  95. left: 4rpx;
  96. top: 0;
  97. /* z-index: 2; */
  98. color: #fff;
  99. font-size: 28rpx;
  100. width: 32rpx;
  101. height: 36rpx;
  102. line-height: 36rpx;
  103. background: #ff9209;
  104. text-align: center;
  105. border-radius: 4rpx;
  106. }
  107. scroll-view {
  108. /* height: 74%; */
  109. width: 100%;
  110. }
  111. .grade-details {
  112. background: #fff;
  113. display: flex;
  114. flex-direction: column;
  115. padding: 24rpx;
  116. }
  117. .grade-details image {
  118. width: 100%;
  119. height: 290rpx;
  120. border-radius: 20rpx;
  121. background: rgba(228, 255, 242, .8);
  122. }
  123. .catalog {
  124. display: flex;
  125. align-items: flex-end;
  126. width: 100%;
  127. height: 100rpx;
  128. background: #fff;
  129. position: relative;
  130. background: rgba(240, 241, 245, 1);
  131. padding: 0 40rpx;
  132. }
  133. .select{
  134. color: #61CA54
  135. }
  136. .switch text {
  137. flex: 1;
  138. height: 60rpx;
  139. text-align: center;
  140. font-size: 36rpx;
  141. /* margin: 0 90rpx; */
  142. box-sizing: border-box;
  143. position: relative;
  144. z-index: 1;
  145. width: 100%;
  146. display: block;
  147. line-height:66rpx;
  148. }
  149. .switch {
  150. width: 335rpx;
  151. height: 70rpx;
  152. position: relative;
  153. }
  154. .switch image {
  155. width: 100%;
  156. height: 100%;
  157. position: absolute;
  158. left: 0;
  159. top: 0;
  160. z-index: 0;
  161. }
  162. .catalog-list {
  163. width: 100%;
  164. padding: 0 18rpx 18rpx 18rpx ;
  165. margin-bottom: 120rpx;
  166. box-sizing: border-box;
  167. }
  168. .know {
  169. padding: 18rpx 18rpx 120rpx 18rpx;
  170. box-sizing: border-box;
  171. background: #fff;
  172. /* margin-top: 12rpx; */
  173. }
  174. .catalog-item {
  175. display: flex;
  176. justify-content: space-between;
  177. align-items: center;
  178. width: 100%;
  179. height: 88rpx;
  180. background: #fff;
  181. padding: 0 20rpx;
  182. box-sizing: border-box;
  183. margin-bottom: 12rpx;
  184. border-radius: 10rpx;
  185. }
  186. .catalog-item .left {
  187. color: #656565;
  188. font-size: 36rpx;
  189. }
  190. .catalog-item .right {
  191. color: #939393;
  192. font-size: 28rpx;
  193. }
  194. .catalog-item .right image {
  195. width: 16rpx;
  196. height: 28rpx;
  197. vertical-align: middle;
  198. margin-right: 6rpx;
  199. }
  200. .catalog-item .right text {
  201. vertical-align: middle;
  202. }
  203. .group-details-btn {
  204. position: fixed;
  205. bottom: 0;
  206. display: flex;
  207. align-items: center;
  208. width: 100%;
  209. height: 100rpx;
  210. /* background: #FF9209; */
  211. color: #fff;
  212. z-index: 99;
  213. }
  214. .group-details-btn .btn-image {
  215. position: absolute;
  216. width: 100%;
  217. height: 100%;
  218. left: 0;
  219. top: 0;
  220. z-index: 0;
  221. }
  222. .bottomx {
  223. bottom: 20rpx;
  224. }
  225. .left-btn,
  226. .right-btn,
  227. .only-one-btn {
  228. flex: 1;
  229. height: 100%;
  230. display: flex;
  231. justify-content: center;
  232. align-items: center;
  233. position: relative;
  234. }
  235. .left-btn {
  236. border-right: 2rpx solid #fff;
  237. }
  238. .group-popup {
  239. position: absolute;
  240. left: 0;
  241. top: 0;
  242. width: 100%;
  243. height: 100%;
  244. background: rgba(0, 0, 0, .5);
  245. z-index: 99;
  246. }
  247. .group-popup .group-content {
  248. position: absolute;
  249. left: 50%;
  250. top: 50%;
  251. transform: translate(-50%, -50%);
  252. width: 80%;
  253. background: #fff;
  254. border-radius: 20rpx;
  255. }
  256. .group-title {
  257. text-align: center;
  258. margin: 36rpx 0;
  259. }
  260. .group-list {
  261. display: flex;
  262. justify-content: space-between;
  263. flex-wrap: wrap;
  264. padding: 0 62rpx;
  265. }
  266. .group-list .group-item {
  267. position: relative;
  268. display: flex;
  269. margin-right: 0;
  270. justify-content: space-between;
  271. flex-direction: column;
  272. }
  273. .group-content-img {
  274. width: 214rpx;
  275. height: 290rpx;
  276. }
  277. .sure {
  278. position: relative;
  279. width: 392rpx;
  280. height: 80rpx;
  281. margin: 36rpx auto 26rpx auto;
  282. }
  283. .sure image {
  284. width: 100%;
  285. height: 100%;
  286. }
  287. .sure text {
  288. position: absolute;
  289. left: 164rpx;
  290. top: 18rpx;
  291. color: #fff;
  292. z-index: 2;
  293. }
  294. .select-img {
  295. position: absolute;
  296. bottom: 56rpx;
  297. right: 10rpx;
  298. width: 52rpx;
  299. height: 52rpx;
  300. z-index: 99;
  301. }
  302. .group-item .item-img {
  303. width: 214rpx;
  304. height: 278rpx;
  305. }
  306. .formBtn {
  307. margin: 0;
  308. padding: 0;
  309. background: rgba(255, 255, 255, 0);
  310. width: 100%;
  311. position: absolute;
  312. top: 0;
  313. height: 100%;
  314. left: 0;
  315. }
  316. .formBtn::after {
  317. border: none;
  318. }
  319. .data-loading {
  320. width: 100%;
  321. height: 200rpx;
  322. /* background: #FF4330; */
  323. }
  324. .data-loading .line1 {
  325. width: 300rpx;
  326. height: 30rpx;
  327. background: rgba(228, 255, 242, .8);
  328. margin-top: 20rpx;
  329. margin-left: 122rpx;
  330. border-radius: 10rpx;
  331. }
  332. .data-loading .line2 {
  333. width: 400rpx;
  334. height: 30rpx;
  335. background: rgba(228, 255, 242, .8);
  336. margin-top: 20rpx;
  337. margin-left: 200rpx;
  338. border-radius: 10rpx;
  339. }
  340. .data-loading .line3 {
  341. width: 460rpx;
  342. height: 30rpx;
  343. background: rgba(228, 255, 242, .8);
  344. margin-top: 20rpx;
  345. margin-left: 160rpx;
  346. border-radius: 10rpx;
  347. }
  348. .damn-dialog {
  349. width: 100%;
  350. height: 100%;
  351. position: absolute;
  352. left: 0;
  353. top: 0;
  354. z-index: 999;
  355. background: rgba(0, 0, 0, .5)
  356. }
  357. .damn-dialog .box {
  358. width: 600rpx;
  359. height: 200rpx;
  360. margin: 50% auto;
  361. background: #fff;
  362. border-radius: 30rpx;
  363. }
  364. .damn-dialog .box .title {
  365. text-align: center;
  366. color: #FF4330;
  367. font-size: 34rpx;
  368. }
  369. .damn-dialog .box .damn-dialog-1 {
  370. text-align: center;
  371. font-size: 32rpx;
  372. color: #000
  373. }