activity.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. page {
  2. background: #F8F9FD;
  3. }
  4. .wx-avatar {
  5. overflow: hidden;
  6. display: block;
  7. width: 80rpx;
  8. height: 80rpx;
  9. border-radius: 50%;
  10. border: 1px solid #95a8cb;
  11. }
  12. .cp-class {
  13. font-size: 16px;
  14. font-weight: 600;
  15. margin: 10rpx 0;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .staff-class {
  20. font-size: 14px;
  21. margin: 10rpx 0;
  22. }
  23. .end-date-class {
  24. color: #e00808;
  25. font-size: 14px;
  26. font-weight: 500;
  27. margin-top: 20rpx;
  28. }
  29. .staff-count-class {
  30. color: #CE9965;
  31. font-size: 14px;
  32. font-weight: 500;
  33. margin-top: 10rpx;
  34. }
  35. .detail-top {
  36. position: relative;
  37. border: 1px solid #F3FBFF;
  38. margin: 10px 32rpx 10px 32rpx;
  39. background-color: #FFFF;
  40. background: radial-gradient(61.26% 65.52% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
  41. padding: 20rpx;
  42. border-radius: 16rpx;
  43. color: #1B365D
  44. }
  45. .dk-card-outer-class-1 {
  46. margin: 10px 32rpx 10px 32rpx;
  47. margin-top: 10px;
  48. border-radius: 15rpx;
  49. /* box-shadow: 2px 2px 5px #e5e5e6; */
  50. }
  51. .detail-top-sup {
  52. font-weight: bold;
  53. font-size: 14px;
  54. padding: 10rpx;
  55. }
  56. .detail-top-color {
  57. font-weight: bold;
  58. font-size: 14px;
  59. padding: 10rpx;
  60. }
  61. .scan-image-icon {
  62. width: 40rpx;
  63. height: 40rpx;
  64. }
  65. .scan-image-icon-3 {
  66. width: 96rpx;
  67. height: 96rpx;
  68. position: absolute;
  69. right: 0;
  70. bottom: 0;
  71. border-radius: 0px 0px 16rpx 0px;
  72. }
  73. .scan-image {
  74. width: 200rpx;
  75. height: 200rpx;
  76. position: absolute;
  77. right: 0;
  78. bottom: 0;
  79. border-radius: 0px 0px 16rpx 0px;
  80. }
  81. .func {
  82. width: 100%;
  83. height: auto;
  84. margin-bottom: 15rpx;
  85. margin-top: 15rpx;
  86. }
  87. .func-card {
  88. margin: 15rpx 1.15%;
  89. width: 30.5%;
  90. height: 215rpx;
  91. background: #ffffff;
  92. border-radius: 19rpx;
  93. }
  94. .func-card-selected{
  95. margin: 15rpx 1.15%;
  96. width: 30.5%;
  97. height: 215rpx;
  98. background: #FCF0DD;
  99. border-radius: 19rpx;
  100. border: 3rpx solid #CE9965;
  101. }
  102. .func-card-std{
  103. margin: 15rpx 30rpx;
  104. width: 50%;
  105. height: 215rpx;
  106. background: #FCF0DD;
  107. border-radius: 19rpx;
  108. border: 3rpx solid #CE9965;
  109. }
  110. .func-card-vip-std-selected{
  111. margin: 15rpx 10rpx 15rpx 0;
  112. width: 38%;
  113. height: 215rpx;
  114. background: #FCF0DD;
  115. border-radius: 19rpx;
  116. border: 3rpx solid #CE9965;
  117. }
  118. .func-card-vip-std{
  119. margin: 15rpx 10rpx 15rpx 0;
  120. width: 38%;
  121. height: 215rpx;
  122. background: #ffffff;
  123. border-radius: 19rpx;
  124. }
  125. .card-name {
  126. font-style: normal;
  127. font-weight: 600;
  128. font-size: 15px;
  129. line-height: 48rpx;
  130. margin-left: 16rpx;
  131. color: #1B365D
  132. }
  133. .card-title {
  134. margin-top: 10rpx;
  135. display: flex;
  136. height: 54rpx;
  137. align-items: center;
  138. justify-content: center;
  139. width: 100%;
  140. color: #1B365D;
  141. font-size: 16px;
  142. font-weight: 600;
  143. }
  144. .card-title-std{
  145. margin-top: 10rpx;
  146. margin-left:20rpx;
  147. display: flex;
  148. height: 54rpx;
  149. align-items: center;
  150. width: 100%;
  151. color: #1B365D;
  152. font-size: 16px;
  153. font-weight: 600;
  154. }
  155. .card-desc{
  156. margin-top: 10rpx;
  157. display: flex;
  158. height: 54rpx;
  159. align-items: center;
  160. justify-content: center;
  161. width: 100%;
  162. color: #95A8CB;
  163. font-size: 11px;
  164. }
  165. .card-desc-std{
  166. margin: 10rpx 20rpx;
  167. display: flex;
  168. height: 54rpx;
  169. align-items: center;
  170. justify-content: space-between;
  171. color: #1B365D;
  172. font-weight: bold;
  173. font-size: 14px;
  174. }
  175. .card-class{
  176. margin: 0 30rpx;
  177. border-radius: 16rpx;
  178. background: #ffffff;
  179. }
  180. .cell_title{
  181. color: #e00808;
  182. }
  183. .summary-class{
  184. margin: 0 30rpx;
  185. margin-top: 30rpx;
  186. padding: 10rpx 20rpx;
  187. border-radius: 16rpx;
  188. background: #ffffff;
  189. color:#CE9965;
  190. font-size: 14px;
  191. }
  192. .notice-class{
  193. margin: 0 30rpx;
  194. margin-top: 30rpx;
  195. padding: 10rpx 20rpx;
  196. border-radius: 16rpx;
  197. background: #ffffff;
  198. color:#1B365D;
  199. }
  200. .checkbox-class{
  201. color:#1B365D !important;
  202. }
  203. .van-checkbox__icon--square{
  204. border-radius: 10rpx;
  205. }
  206. .notice-item-class{
  207. margin: 20rpx 0;
  208. font-size: 14px;
  209. font-weight: 400;
  210. }
  211. .summary-item-class{
  212. margin: 8rpx 0;
  213. }
  214. .edit-image {
  215. width: 50rpx;
  216. height: 50rpx;
  217. position: absolute;
  218. right: 30rpx;
  219. top: 20rpx;
  220. border-radius: 0px 0px 16rpx 0px;
  221. }
  222. .tags-class {
  223. margin: 20rpx;
  224. /* text-align: center; */
  225. display: flex;
  226. justify-content: center;
  227. }
  228. .dk-card-outer-class-1 {
  229. margin: 10px 32rpx 10px 32rpx;
  230. margin-top: 10px;
  231. border-radius: 15rpx;
  232. /* box-shadow: 2px 2px 5px #e5e5e6; */
  233. }
  234. .btn-add-class {
  235. background: #8091A9;
  236. border-radius: 50%;
  237. display: flex;
  238. justify-content: center;
  239. align-items: center;
  240. padding: 20rpx;
  241. box-shadow: 0px 17px 22px 0px #1B365D33;
  242. }