group-details.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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. height: 100%;
  11. width: 100%;
  12. background: rgba(240, 241, 245, 1);
  13. }
  14. .details-head {
  15. width: 100%;
  16. background: #fff;
  17. }
  18. .headImg {
  19. display: flex;
  20. flex-wrap: wrap;
  21. justify-content: center;
  22. padding: 40rpx 0;
  23. box-sizing: border-box;
  24. }
  25. .headImg-item {
  26. position: relative;
  27. width:104rpx;
  28. height:104rpx;
  29. border-radius: 50%;
  30. margin: 20rpx 22rpx;
  31. }
  32. .headImg-item image {
  33. width: 100%;
  34. height: 100%;
  35. border-radius: 50%;
  36. }
  37. .headImg-item .tuanzhangIcon {
  38. position: absolute;
  39. right: -20rpx;
  40. top: -10rpx;
  41. width: 80rpx;
  42. height: 30rpx;
  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: 54rpx;
  195. display: flex;
  196. justify-content: center;
  197. align-items: center;
  198. }
  199. .left-btn {
  200. border-right: 2rpx solid #fff;
  201. }
  202. .group-popup {
  203. position: absolute;
  204. left: 0;
  205. top: 0;
  206. width: 100%;
  207. height: 100%;
  208. background: rgba(0, 0, 0, .5);
  209. z-index: 99;
  210. }
  211. .group-popup .group-content {
  212. position: absolute;
  213. left: 50%;
  214. top: 50%;
  215. transform: translate(-50%, -50%);
  216. width: 80%;
  217. background: #fff;
  218. border-radius: 20rpx;
  219. }
  220. .group-title {
  221. text-align: center;
  222. margin: 36rpx 0;
  223. }
  224. .group-list {
  225. display: flex;
  226. justify-content: space-between;
  227. flex-wrap: wrap;
  228. padding: 0 62rpx;
  229. }
  230. .group-list .group-item {
  231. position: relative;
  232. display: flex;
  233. margin-right: 0;
  234. justify-content: space-between;
  235. flex-direction: column;
  236. }
  237. .group-content-img {
  238. width: 214rpx;
  239. height: 290rpx;
  240. }
  241. .sure {
  242. position: relative;
  243. width: 392rpx;
  244. height: 80rpx;
  245. margin: 36rpx auto 26rpx auto;
  246. }
  247. .sure image {
  248. width: 100%;
  249. height: 100%;
  250. }
  251. .sure text {
  252. position: absolute;
  253. left: 164rpx;
  254. top: 18rpx;
  255. color: #fff;
  256. z-index: 2;
  257. }
  258. .select-img {
  259. position: absolute;
  260. bottom: 56rpx;
  261. right: 10rpx;
  262. width: 52rpx;
  263. height: 52rpx;
  264. z-index: 99;
  265. }
  266. .group-item .item-img {
  267. width: 214rpx;
  268. height: 278rpx;
  269. }