activity.wxss 3.3 KB

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