group-details.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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. .details-head {
  14. width: 100%;
  15. background: #fff;
  16. }
  17. .headImg {
  18. display: flex;
  19. flex-wrap: wrap;
  20. justify-content: center;
  21. padding: 40rpx 0;
  22. box-sizing: border-box;
  23. }
  24. .headImg-item {
  25. position: relative;
  26. width:104rpx;
  27. height:104rpx;
  28. border-radius: 50%;
  29. margin: 20rpx 22rpx;
  30. }
  31. .headImg-item image {
  32. width: 100%;
  33. height: 100%;
  34. border-radius: 50%;
  35. }
  36. .headImg-item .tuanzhangIcon {
  37. position:absolute;
  38. right:13rpx;
  39. width:78rpx;
  40. height:30rpx;
  41. bottom:-10rpx;
  42. border-radius:0;
  43. }
  44. .bg-boder {
  45. border: 2px solid #61CA54;
  46. }
  47. .shengyu {
  48. display: flex;
  49. flex-direction: column;
  50. color: #696969;
  51. padding-bottom: 20px;
  52. }
  53. .shengyu-num {
  54. text-align: center;
  55. }
  56. .shengyu-num text {
  57. color: #FF4330;
  58. }
  59. .shengyu-time {
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. margin-top: 8rpx;
  64. }
  65. .shengyu-time .time {
  66. position: relative;
  67. width: 32rpx;
  68. height: 36rpx;
  69. margin: 0 8rpx;
  70. }
  71. .shengyu-time .time image {
  72. position: absolute;
  73. left: 0;
  74. top: 0;
  75. width: 24rpx;
  76. height: 40rpx;
  77. }
  78. .shengyu-time .time text {
  79. position: absolute;
  80. left: 4rpx;
  81. top: 0;
  82. /* z-index: 2; */
  83. color: #fff;
  84. font-size: 28rpx;
  85. width: 32rpx;
  86. height: 36rpx;
  87. line-height: 36rpx;
  88. background: #ff9209;
  89. text-align: center;
  90. border-radius: 4rpx;
  91. }
  92. scroll-view {
  93. /* height: 74%; */
  94. width: 100%;
  95. }
  96. .grade-details {
  97. background: #fff;
  98. display: flex;
  99. flex-direction: column;
  100. padding: 24rpx;
  101. }
  102. .grade-details image {
  103. width: 100%;
  104. height: 290rpx;
  105. border-radius: 20rpx;
  106. }
  107. .catalog {
  108. display: flex;
  109. align-items: center;
  110. width: 100%;
  111. height: 110rpx;
  112. background: #fff;
  113. position: relative;
  114. }
  115. .catalog image {
  116. position: absolute;
  117. left: 374rpx;
  118. top: 20rpx;
  119. width: 2rpx;
  120. height: 66rpx;
  121. }
  122. .catalog text {
  123. flex: 1;
  124. height: 60rpx;
  125. text-align: center;
  126. font-size: 36rpx;
  127. margin: 0 90rpx;
  128. box-sizing: border-box;
  129. }
  130. .catalog .select {
  131. border-bottom: 2rpx solid #61CA54;
  132. color: #61CA54;
  133. }
  134. .catalog-list {
  135. width: 100%;
  136. padding: 18rpx;
  137. margin-bottom: 120rpx;
  138. box-sizing: border-box;
  139. }
  140. .know {
  141. padding: 18rpx 18rpx 120rpx 18rpx;
  142. box-sizing: border-box;
  143. background: #fff;
  144. margin-top: 12rpx;
  145. }
  146. .catalog-item {
  147. display: flex;
  148. justify-content: space-between;
  149. align-items: center;
  150. width: 100%;
  151. height: 88rpx;
  152. background: #fff;
  153. padding: 0 20rpx;
  154. box-sizing: border-box;
  155. margin-bottom: 12rpx;
  156. border-radius: 10rpx;
  157. }
  158. .catalog-item .left {
  159. color: #656565;
  160. font-size: 36rpx;
  161. }
  162. .catalog-item .right {
  163. color: #939393;
  164. font-size: 28rpx;
  165. }
  166. .catalog-item .right image {
  167. width: 16rpx;
  168. height: 28rpx;
  169. vertical-align: middle;
  170. margin-right: 6rpx;
  171. }
  172. .catalog-item .right text {
  173. vertical-align: middle;
  174. }
  175. .group-details-btn {
  176. position: fixed;
  177. bottom: 0;
  178. display: flex;
  179. align-items: center;
  180. width: 100%;
  181. height: 100rpx;
  182. background: #FF9209;
  183. color: #fff;
  184. z-index: 99;
  185. }
  186. .bottomx {
  187. bottom: 20rpx;
  188. }
  189. .left-btn,
  190. .right-btn,
  191. .only-one-btn
  192. {
  193. flex: 1;
  194. height: 100%;
  195. display: flex;
  196. justify-content: center;
  197. align-items: center;
  198. position: relative;
  199. }
  200. .left-btn {
  201. border-right: 2rpx solid #fff;
  202. }
  203. .group-popup {
  204. position: absolute;
  205. left: 0;
  206. top: 0;
  207. width: 100%;
  208. height: 100%;
  209. background: rgba(0, 0, 0, .5);
  210. z-index: 99;
  211. }
  212. .group-popup .group-content {
  213. position: absolute;
  214. left: 50%;
  215. top: 50%;
  216. transform: translate(-50%, -50%);
  217. width: 80%;
  218. background: #fff;
  219. border-radius: 20rpx;
  220. }
  221. .group-title {
  222. text-align: center;
  223. margin: 36rpx 0;
  224. }
  225. .group-list {
  226. display: flex;
  227. justify-content: space-between;
  228. flex-wrap: wrap;
  229. padding: 0 62rpx;
  230. }
  231. .group-list .group-item {
  232. position: relative;
  233. display: flex;
  234. margin-right: 0;
  235. justify-content: space-between;
  236. flex-direction: column;
  237. }
  238. .group-content-img {
  239. width: 214rpx;
  240. height: 290rpx;
  241. }
  242. .sure {
  243. position: relative;
  244. width: 392rpx;
  245. height: 80rpx;
  246. margin: 36rpx auto 26rpx auto;
  247. }
  248. .sure image {
  249. width: 100%;
  250. height: 100%;
  251. }
  252. .sure text {
  253. position: absolute;
  254. left: 164rpx;
  255. top: 18rpx;
  256. color: #fff;
  257. z-index: 2;
  258. }
  259. .select-img {
  260. position: absolute;
  261. bottom: 56rpx;
  262. right: 10rpx;
  263. width: 52rpx;
  264. height: 52rpx;
  265. z-index: 99;
  266. }
  267. .group-item .item-img {
  268. width: 214rpx;
  269. height: 278rpx;
  270. }
  271. .formBtn {
  272. margin: 0;
  273. padding: 0;
  274. background: rgba(255, 255, 255, 0);
  275. width: 100%;
  276. position: absolute;
  277. top: 0;
  278. height: 100%;
  279. left: 0;
  280. }
  281. .formBtn::after {
  282. border: none;
  283. }