activity.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. .card-name {
  103. font-style: normal;
  104. font-weight: 600;
  105. font-size: 15px;
  106. line-height: 48rpx;
  107. margin-left: 16rpx;
  108. color: #1B365D
  109. }
  110. .card-title {
  111. margin-top: 10rpx;
  112. display: flex;
  113. height: 54rpx;
  114. align-items: center;
  115. justify-content: center;
  116. width: 100%;
  117. color: #1B365D;
  118. font-size: 16px;
  119. font-weight: 600;
  120. }
  121. .card-desc{
  122. margin-top: 10rpx;
  123. display: flex;
  124. height: 54rpx;
  125. align-items: center;
  126. justify-content: center;
  127. width: 100%;
  128. color: #95A8CB;
  129. font-size: 11px;
  130. }
  131. .card-class{
  132. margin: 0 30rpx;
  133. border-radius: 16rpx;
  134. background: #ffffff;
  135. }
  136. .cell_title{
  137. color: #e00808;
  138. }
  139. .summary-class{
  140. margin: 0 30rpx;
  141. margin-top: 30rpx;
  142. padding: 10rpx 20rpx;
  143. border-radius: 16rpx;
  144. background: #ffffff;
  145. color:#CE9965;
  146. font-size: 14px;
  147. }
  148. .notice-class{
  149. margin: 0 30rpx;
  150. margin-top: 30rpx;
  151. padding: 10rpx 20rpx;
  152. border-radius: 16rpx;
  153. background: #ffffff;
  154. color:#1B365D;
  155. }
  156. .checkbox-class{
  157. color:#1B365D !important;
  158. }
  159. .van-checkbox__icon--square{
  160. border-radius: 10rpx;
  161. }
  162. .notice-item-class{
  163. margin: 20rpx 0;
  164. font-size: 14px;
  165. font-weight: 400;
  166. }
  167. .summary-item-class{
  168. margin: 8rpx 0;
  169. }
  170. .edit-image {
  171. width: 50rpx;
  172. height: 50rpx;
  173. position: absolute;
  174. right: 30rpx;
  175. top: 20rpx;
  176. border-radius: 0px 0px 16rpx 0px;
  177. }
  178. .tags-class {
  179. margin: 20rpx;
  180. /* text-align: center; */
  181. display: flex;
  182. justify-content: center;
  183. }
  184. .dk-card-outer-class-1 {
  185. margin: 10px 32rpx 10px 32rpx;
  186. margin-top: 10px;
  187. border-radius: 15rpx;
  188. /* box-shadow: 2px 2px 5px #e5e5e6; */
  189. }
  190. .btn-add-class {
  191. background: #8091A9;
  192. border-radius: 50%;
  193. display: flex;
  194. justify-content: center;
  195. align-items: center;
  196. padding: 20rpx;
  197. box-shadow: 0px 17px 22px 0px #1B365D33;
  198. }