activity.wxss 3.8 KB

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