myPlay.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. @import "../../common.wxss";
  2. @import "../../home/index/memberArea/memberArea.wxss";
  3. page {
  4. /* padding: 0 30rpx; */
  5. box-sizing: border-box;
  6. background-color: #fff;
  7. }
  8. .view-type {
  9. justify-content: space-around;
  10. background-color: #fff;
  11. }
  12. .view-li {
  13. position: relative;
  14. /* width: 30%; */
  15. padding: 30rpx 0;
  16. box-sizing: border-box;
  17. font-size: 32rpx;
  18. text-align: center;
  19. }
  20. .view-li-active .li-text-active{
  21. color: #2B58A5;
  22. font-size: 34rpx;
  23. font-weight: 700;
  24. }
  25. .view-li-active::after {
  26. display: block;
  27. content: "";
  28. position: absolute;
  29. bottom: 0;
  30. width: 100%;
  31. height: 4rpx;
  32. background: #2B58A5;
  33. border-radius: 4rpx;
  34. }
  35. .view-li > text {
  36. display: block;
  37. position: relative;
  38. /* padding: 6rpx 25rpx; */
  39. border-radius: 26rpx;
  40. box-sizing: border-box;
  41. font-size: 30rpx;
  42. font-family: PingFang SC, PingFang SC-Medium;
  43. font-weight: 500;
  44. text-align: left;
  45. color: #666666;
  46. background: transparent;
  47. letter-spacing: -1rpx;
  48. }
  49. .img-view {
  50. height: 400rpx;
  51. border-radius: 24rpx;
  52. width: 100%;
  53. }
  54. .flex-w100 {
  55. /* justify-content: center; */
  56. padding: 30rpx 112rpx;
  57. box-sizing: border-box;
  58. justify-content: space-between;
  59. }
  60. .li-text-active {
  61. /* transition: all .5s; */
  62. /* background: #9DDB52 !important; */
  63. /* padding: 7rpx 19rpx !important; */
  64. box-sizing: border-box;
  65. /* opacity: 1; */
  66. /* background: transparent; */
  67. /* color: white !important; */
  68. /* display: flex; */
  69. color: #1a1a1a;
  70. font-size: 34rpx;
  71. font-weight: 700;
  72. }
  73. /* .li-text-active::after{
  74. content: '';
  75. position: absolute;
  76. width: 70%;
  77. bottom: 0;
  78. left: 15%;
  79. height:10rpx;
  80. background: #9DDB52;
  81. transition: all .5s;
  82. border-radius: 40rpx;
  83. } */
  84. /*-*-----------*/
  85. .end-img {
  86. position: absolute;
  87. right: 30rpx;
  88. bottom: 55%;
  89. width: 120rpx;
  90. height: 100rpx;
  91. }
  92. .btn-view {
  93. width: 70%;
  94. margin: 10rpx auto;
  95. }
  96. .btn {
  97. padding: 5rpx 24rpx;
  98. border: 1rpx solid #e0e0e0;
  99. color: #c5c5c5;
  100. font-size: 30rpx;
  101. border-radius: 50rpx;
  102. }
  103. .img-view-item {
  104. display: flex;
  105. flex-direction: row;
  106. align-items: center;
  107. height: 100%;
  108. position: relative;
  109. background: #fff;
  110. padding: 30rpx 23rpx;
  111. box-sizing: border-box;
  112. }
  113. .activity-imgs-wrap {
  114. /* width: 240rpx;
  115. height: 240rpx; */
  116. /* position: absolute;
  117. left: 0;
  118. top: 0; */
  119. margin-right: 20rpx;
  120. border-radius: 20rpx;
  121. /* z-index: 200; */
  122. position: relative;
  123. }
  124. .activity-imgs {
  125. height: 220rpx;
  126. width: 220rpx;
  127. border-radius: 10rpx;
  128. }
  129. .activity-imgs-over{
  130. position: absolute;
  131. top: 0rpx;
  132. left: 0;
  133. width: 220rpx;
  134. height: 220rpx;
  135. background: rgba(255,255,255,0.5);
  136. display: flex;
  137. justify-content: center;
  138. align-items: center;
  139. z-index: 202;
  140. font-size: 0;
  141. }
  142. .icyover {
  143. width: 115rpx;
  144. height: 100rpx;
  145. }
  146. .activity-imgs-wrap-after::after {
  147. position: absolute;
  148. content: "";
  149. top: 0;
  150. left: 0;
  151. width: 100%;
  152. height: 100%;
  153. z-index: 201;
  154. border-radius: 20rpx 0 0 20rpx;
  155. background: rgba(0, 0, 0, 0.55);
  156. }
  157. .active-view-list {
  158. width: 100%;
  159. margin: 0 auto;
  160. margin-bottom: 15rpx;
  161. background: #f7f8fa;
  162. border-radius: 40rpx 40rpx 0rpx 0rpx;
  163. padding: 30rpx 30rpx 20rpx;
  164. box-sizing: border-box;
  165. min-height: 90vh;
  166. }
  167. .flex-a-right {
  168. display: flex;
  169. flex-direction: column;
  170. flex: 1;
  171. overflow: hidden;
  172. text-overflow: ellipsis;
  173. white-space: nowrap;
  174. /* background: white; */
  175. /* border-radius: 20rpx; */
  176. /* padding: 0 25rpx; */
  177. box-sizing: border-box;
  178. /* height: 240rpx; */
  179. /* padding-left: 255rpx; */
  180. /* width: 450rpx; */
  181. /* padding-top: 15rpx; */
  182. }
  183. .flex-a-right .title {
  184. white-space: nowrap;
  185. overflow: hidden;
  186. text-overflow: ellipsis;
  187. /* width: 280rpx; */
  188. margin-bottom: 10rpx;
  189. font-size: 30rpx;
  190. font-weight: 700;
  191. }
  192. .flex-a-right .item {
  193. display: flex;
  194. align-items: center;
  195. font-size: 28rpx;
  196. line-height: 36rpx;
  197. font-weight: 400;
  198. color: #999999;
  199. /* width: 420rpx; */
  200. margin-bottom: 5rpx;
  201. }
  202. .flex-a-right .item .red {
  203. color: #ff0000;
  204. font-weight: 500;
  205. text-align: left;
  206. }
  207. .flex-a-right .item image {
  208. width: 24rpx;
  209. margin-right: 10rpx;
  210. vertical-align: middle;
  211. max-height: 50rpx;
  212. }
  213. .flex-a-right .item .address-icon {
  214. opacity: .5;
  215. }
  216. .flex-a-right .item i {
  217. color: #ffdc2f;
  218. font-size: 36rpx;
  219. margin-right: 12rpx;
  220. margin-bottom: 8rpx;
  221. flex-shrink: 0;
  222. }
  223. .flex-a-right .item text {
  224. /* vertical-align: middle; */
  225. flex: 1;
  226. overflow: hidden;
  227. text-overflow: ellipsis;
  228. white-space: nowrap;
  229. }
  230. .iconfont {
  231. color: #ffdc2f;
  232. font-size: 29rpx;
  233. margin-right: 0;
  234. }
  235. .flex-btn-wrap {
  236. display: flex;
  237. flex-direction: row;
  238. width: 100%;
  239. /* justify-content: space-between; */
  240. }
  241. .flex-btn-wrap .btn {
  242. width: 165rpx;
  243. height: 60rpx;
  244. opacity: 1;
  245. display: flex;
  246. justify-content: center;
  247. align-items: center;
  248. border: 2rpx solid #ffffff;
  249. }
  250. .flex-btn-wrap .s {
  251. background: #2B58A5;
  252. color: white;
  253. }
  254. .flex-btn-wrap .c {
  255. background: #C5DBFF;
  256. color: #2B58A5;
  257. /* border: 2rpx solid #ffdc2f; */
  258. }
  259. .mr10{
  260. margin-right: 10rpx;
  261. }
  262. .view-type {
  263. justify-content: space-around;
  264. }