activitylist.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /* mycustomer/pages/activitylist/activitylist.wxss */
  2. .pageStyle {
  3. width: 100%;
  4. min-height: 100vh;
  5. background-color: #F0F4F7;
  6. box-sizing: border-box;
  7. padding: 20rpx;
  8. padding-bottom: 88rpx;
  9. padding-bottom: calc(88rpx + constant(safe-area-inset-bottom));
  10. padding-bottom: calc(88rpx + env(safe-area-inset-bottom));
  11. }
  12. .activitySearch {
  13. width: 100%;
  14. height: 88rpx;
  15. background-color: #fff;
  16. border-radius: 5rpx;
  17. font-size: 28rpx;
  18. }
  19. .font28 {
  20. font-size: 28rpx;
  21. }
  22. .font38 {
  23. font-size: 38rpx;
  24. }
  25. .color999 {
  26. color: #999999;
  27. }
  28. .colorB3C6DA {
  29. color: #B3C6DA;
  30. }
  31. .picker {
  32. height: 88rpx;
  33. box-sizing: border-box;
  34. padding: 0rpx 20rpx;
  35. display: flex;
  36. align-items: center;
  37. justify-content: space-between;
  38. }
  39. .blackrangle {
  40. width: 20rpx;
  41. height: 13.5rpx;
  42. }
  43. .addtime {
  44. width: 25rpx;
  45. height: 25rpx;
  46. }
  47. .filtericon {
  48. width: 35rpx;
  49. height: 35rpx;
  50. }
  51. .ml5 {
  52. margin-left: 5rpx;
  53. }
  54. .activityViewData {
  55. width: 100%;
  56. box-sizing: border-box;
  57. padding: 30rpx 20rpx;
  58. background-color: #fff;
  59. margin-top: 30rpx;
  60. display: flex;
  61. align-items: center;
  62. box-shadow: 0rpx 8rpx 10rpx 3rpx #D1E5F5;
  63. border-radius: 10rpx;
  64. }
  65. .flex-sub {
  66. flex:1;
  67. }
  68. .flex-column {
  69. display: flex;
  70. flex-direction: column;
  71. }
  72. .align-center {
  73. align-items: center;
  74. }
  75. .justify-center {
  76. justify-content: center;
  77. }
  78. .flex {
  79. display: flex;
  80. }
  81. .justify-end {
  82. justify-content: flex-end;
  83. }
  84. .searchBox {
  85. width: 100%;
  86. height: 100rpx;
  87. display: flex;
  88. align-items: center;
  89. }
  90. .confirmDate {
  91. width: 100%;
  92. }
  93. .clientItemBox {
  94. width: 100%;
  95. box-sizing: border-box;
  96. padding: 20rpx;
  97. background-color: #fff;
  98. border-radius: 10rpx;
  99. margin-bottom: 20rpx;
  100. }
  101. .sexStyle {
  102. width: 40rpx;
  103. height: 40rpx;
  104. border-radius: 50%;
  105. }
  106. .ml10 {
  107. margin-left: 10rpx;
  108. }
  109. .ml20 {
  110. margin-left: 20rpx;
  111. }
  112. .mt20 {
  113. margin-top: 20rpx;
  114. }
  115. .scanningCodeBtn {
  116. width: 100%;
  117. height: 88rpx;
  118. background-color: #2488EF;
  119. color: #fff;
  120. font-size: 32rpx;
  121. position: fixed;
  122. bottom: 0rpx;
  123. left: 0rpx;
  124. text-align: center;
  125. line-height: 88rpx;
  126. z-index: 9;
  127. }
  128. .nicknameWidth{
  129. display: inline-block;
  130. max-width: 300rpx;
  131. overflow: hidden;
  132. white-space: nowrap;
  133. text-overflow: ellipsis;
  134. }
  135. .dateWidth {
  136. max-width: 200rpx;
  137. white-space: nowrap;
  138. overflow: hidden;
  139. text-overflow: ellipsis;
  140. }
  141. .selectlist {
  142. width: 200rpx;
  143. box-sizing: border-box;
  144. padding: 10rpx 10rpx;
  145. position: absolute;
  146. background-color: #fff;
  147. top: 50rpx;
  148. border-radius: 10rpx;
  149. z-index: 11;
  150. box-shadow: 0rpx 8rpx 10rpx 3rpx #D1E5F5;
  151. }
  152. .selectlist > view {
  153. width: 100%;
  154. height: 60rpx;
  155. line-height: 60rpx;
  156. text-align: center;
  157. }
  158. .mask {
  159. width: 100%;
  160. height: 100vh;
  161. position: fixed;
  162. top: 0px;
  163. left: 0rpx;
  164. background-color: transparent;
  165. z-index: 10;
  166. }
  167. .maskStyle {
  168. position: fixed;
  169. top: 0rpx;
  170. left: 0rpx;
  171. width: 100%;
  172. height: 100vh;
  173. background-color: rgba(0,0,0,0.3);
  174. z-index: 12;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. }
  179. .departBox {
  180. width: 90%;
  181. height: 800rpx;
  182. background-color: #fff;
  183. border-radius: 10rpx;
  184. position: relative;
  185. overflow: hidden;
  186. box-sizing: border-box;
  187. padding: 88rpx 0rpx 100rpx;
  188. }
  189. .dHeader {
  190. position: absolute;
  191. width: 100%;
  192. height: 88rpx;
  193. background-color: #B3C6DA;
  194. top: 0rpx;
  195. left: 0rpx;
  196. text-align: center;
  197. line-height: 88rpx;
  198. color: #333333;
  199. font-size: 32rpx;
  200. }
  201. .dHeader > image {
  202. position: absolute;
  203. width: 35rpx;
  204. left: 20rpx;
  205. top: 50%;
  206. transform: translateY(-50%);
  207. }
  208. .dFooter {
  209. position: absolute;
  210. bottom: 0rpx;
  211. left: 0rpx;
  212. width: 100%;
  213. height: 100rpx;
  214. border-top: 1rpx solid #f2f2f2;
  215. display: flex;
  216. justify-content: space-around;
  217. align-items: center;
  218. }
  219. .dCancelBtn {
  220. width: 300rpx;
  221. height: 66rpx;
  222. border: 1rpx solid #2488EF;
  223. color: #2488EF;
  224. text-align: center;
  225. line-height: 66rpx;
  226. font-size: 28rpx;
  227. border-radius: 10rpx;
  228. }
  229. .dConfirmBtn {
  230. width: 300rpx;
  231. height: 66rpx;
  232. background-color: #2488EF;
  233. color: #fff;
  234. font-size: 28rpx;
  235. text-align: center;
  236. line-height: 66rpx;
  237. border-radius: 10rpx;
  238. }
  239. .dContent {
  240. width: 100%;
  241. height: 100%;
  242. box-sizing: border-box;
  243. padding: 20rpx;
  244. overflow-y: auto;
  245. overflow-x: hidden;
  246. }
  247. .dSearch {
  248. width: 100%;
  249. height: 88rpx;
  250. border: 1rpx solid #999999;
  251. display: flex;
  252. align-items: center;
  253. box-sizing: border-box;
  254. padding: 0rpx 20rpx;
  255. border-radius: 10rpx;
  256. }
  257. .dSearch > input {
  258. flex:1;
  259. height: 100%;
  260. font-size: 28rpx;
  261. }
  262. .dSearch > view {
  263. color: #2488EF;
  264. padding-left: 20rpx;
  265. border-left: 1rpx solid #cccccc;
  266. }
  267. radio {
  268. transform: scale(0.8,0.8);
  269. }
  270. .font28 {
  271. font-size: 28rpx;
  272. }
  273. .statebtn{
  274. display: block;
  275. width: auto;
  276. line-height: 36rpx;
  277. padding: 0 6rpx;
  278. color: #fff;
  279. height: 36rpx;
  280. margin-left: 10rpx;
  281. color: #fff;
  282. position: absolute;
  283. top: 50%;
  284. right: 40rpx;
  285. transform: translateY(-50%);
  286. font-size: 28rpx;
  287. border-radius: 4rpx;
  288. }
  289. .personbox{
  290. display: block;
  291. width: 100%;
  292. height: 100%;
  293. position: fixed;
  294. top: 0;
  295. left: 0;
  296. background-color: rgba(56, 72, 85, 0.3);
  297. z-index: 99;
  298. }
  299. .personnumbox{
  300. display: block;
  301. width: 670rpx;
  302. background-color: #fff;
  303. position: absolute;
  304. top: 50%;
  305. padding: 40rpx;
  306. left: 50%;
  307. transform: translateX(-50%) translateY(-50%);
  308. border-radius: 10rpx;
  309. }
  310. .numinput{
  311. display: block;
  312. width: 100%;
  313. border: 2rpx solid #9db6cf;
  314. height: 84rpx;
  315. padding: 0 16rpx;
  316. color: #9db6cf;
  317. }
  318. .numinput .inputext{
  319. display: block;
  320. width: 113rpx;
  321. height: 100%;
  322. line-height: 80rpx;
  323. }
  324. .numinput .input1{
  325. display: block;
  326. width: 380rpx;
  327. height: 100%;
  328. color: #9db6cf;
  329. padding-left: 16rpx;
  330. font-size: 30rpx;
  331. line-height: 80rpx;
  332. }
  333. .surebtn{
  334. display: block;
  335. width: 100%;
  336. height:80rpx;
  337. line-height: 80rpx;
  338. background-color: #249efb;
  339. color: #fff;
  340. margin-top: 40rpx;
  341. font-size: 32rpx;
  342. }