work.wxss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. /* pages/my/work/work.wxss */
  2. @import '../../pages/common.wxss';
  3. @font-face {
  4. font-family: "iconfont";
  5. src: url('iconfont.eot?t=1559096289773');
  6. /* IE9 */
  7. src: url('iconfont.eot?t=1559096289773#iefix') format('embedded-opentype'),
  8. /* IE6-IE8 */
  9. url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKcAAsAAAAABkwAAAJQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApUYwE2AiQDCAsGAAQgBYRtBzEbigXInpo8KUIbQwhFQm+LQTgb4uG/Nfb3zQ4mEomiWb3hpxOpJIiNkol80RL2/9baLKaROpjtabqEWcLryp8Vnx3UElXMuocCHQ+FR+RdAozrFwWRT9w7/RPog8wHlONeNNakSV1AXRxIAe6FUWSFEnjD2AUv8DGBWoOqcJtNHd0oTWavCsSTpggorRCRZZavFiobDmbxrkJ1ek0vkLfo+/FfOKpJKgp2085No4xqfnWKipdy2kVAiBLQ8QoUmIdk4qAxsyVRMC5RbSbJKHSs+uDXsgzc4qgOwf46u7Ye9EPlM6k89aPmEzzWRO2Q3kk/jGj318vkpaOTi43NPIVc7D4vlsN5fCp9vL///i3eOzl5F4lGIlzjKI/7+wtRDYSydNGDOASnrb9D17mL/9V1GXyq/4pCZdkwH1K9F2/wN1QD+7KhsV0pa6rG4aT9LC21alHCgVY/U60dpy6Eah0TfFUGMhSqjZOZnUeFOguoVG0FteY0H6/ThkoUuQazFgBCs1skjT5QaPZKZvYbFTr9oVJzFKh1FG0X1pmM+4wNCgIDGYsjWJMcm7gelhHXd4IyYAo0r4n4XqC+FschPljON4MNdIkt/qASZoxgQh0LN4HnwDQd7FJHB4nxKmNuLBAgTW/iJcdCGTZQQMAAGSYagWkkDhsJRjMZlc93AooBJgHt6Kkr9gKUT5seC+EFB5DNRntQz6O84hukCGMYAiMohwVrAvOAyeTA3OZ5OiBheOqElCsm4AwiQ4389mbr745BLduWwplZqHrWhBFNHEAIAAA=') format('woff2'),
  10. url('iconfont.woff?t=1559096289773') format('woff'),
  11. url('iconfont.ttf?t=1559096289773') format('truetype'),
  12. /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  13. url('iconfont.svg?t=1559096289773#iconfont') format('svg');
  14. /* iOS 4.1- */
  15. }
  16. .iconfont {
  17. font-family: "iconfont" !important;
  18. font-style: normal;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .icon-xiayibu:before {
  23. content: "\e644";
  24. color: #999999;
  25. font-size: 24rpx;
  26. }
  27. page {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .work-container {
  32. /* height: 100%; */
  33. font-size: 24rpx;
  34. padding-bottom: constant(safe-area-inset-bottom);
  35. /*兼容 IOS<11.2*/
  36. padding-bottom: env(safe-area-inset-bottom);
  37. /*兼容 IOS>11.2*/
  38. }
  39. .header {
  40. margin: 0 30rpx 20rpx;
  41. padding: 30rpx;
  42. background: #fff;
  43. border-radius: 20rpx;
  44. }
  45. .header .userInfo {
  46. display: flex;
  47. align-items: center;
  48. margin-bottom: 30rpx;
  49. }
  50. .header .userInfo .auter {
  51. width: 150rpx;
  52. height: 150rpx;
  53. border-radius: 50%;
  54. }
  55. .header .userInfo .info {
  56. margin-left: 37rpx;
  57. font-size: 34rpx;
  58. font-family: 'PingFang SC, PingFang SC-Regular';
  59. font-weight: 400;
  60. color: #1a1a1a;
  61. }
  62. .header .userInfo .info .sex {
  63. width: 31rpx;
  64. height: 31rpx;
  65. margin-left: 10rpx;
  66. }
  67. .header .userInfo .info .phonenum {
  68. font-size: 24rpx;
  69. color: #808080;
  70. }
  71. .header .userInfo .time {
  72. width: 153rpx;
  73. height: 57rpx;
  74. margin-left: auto;
  75. background: #2b58a5;
  76. border-radius: 29rpx;
  77. font-size: 28rpx;
  78. font-family: 'PingFang SC, PingFang SC-Regular';
  79. font-weight: 400;
  80. color: #fff;
  81. line-height: 57rpx;
  82. text-align: center;
  83. }
  84. .education {
  85. margin-bottom: 10rpx;
  86. }
  87. .address {
  88. margin-bottom: 10rpx;
  89. }
  90. .header .address-icon {
  91. width: 22rpx;
  92. height: 28rpx;
  93. margin-right: 15rpx;
  94. vertical-align: middle;
  95. }
  96. .header .address-detail {
  97. font-family: 'PingFang SC, PingFang SC-Regular';
  98. font-weight: 400;
  99. color: #666666;
  100. }
  101. .help {
  102. color: #666666;
  103. margin-bottom: 15rpx;
  104. }
  105. .header .num {
  106. color: #FF9209;
  107. }
  108. .tag {
  109. font-family: 'PingFang SC, PingFang SC-Regular';
  110. font-weight: 400;
  111. color: #666666;
  112. }
  113. .tag-label {
  114. display: inline-block;
  115. padding: 3rpx 16rpx;
  116. background: #f2f2f2;
  117. border-radius: 10rpx 0px 10rpx 0px;
  118. color: #666666;
  119. margin-right: 15rpx;
  120. margin-bottom: 15rpx;
  121. }
  122. .serve,
  123. .topic {
  124. margin: 0 30rpx 20rpx;
  125. padding: 30rpx;
  126. background: #ffffff;
  127. border-radius: 20rpx;
  128. }
  129. .serve .head {
  130. display: flex;
  131. justify-content: space-between;
  132. align-items: center;
  133. color: #999999;
  134. padding-bottom: 20rpx;
  135. border-bottom: 1rpx solid #e6e6e6;
  136. }
  137. .serve .title,
  138. .topic .title {
  139. position: relative;
  140. font-size: 30rpx;
  141. font-family: 'PingFang SC, PingFang SC-Bold';
  142. font-weight: 700;
  143. color: #1a1a1a;
  144. z-index: 1;
  145. }
  146. .serve .title::before,
  147. .topic .title::before {
  148. display: block;
  149. content: '';
  150. position: absolute;
  151. z-index: -1;
  152. width: 6rpx;
  153. height: 100%;
  154. background: #ffdd36;
  155. border-radius: 3rpx;
  156. }
  157. .serve .status {
  158. display: flex;
  159. justify-content: space-between;
  160. align-items: center;
  161. }
  162. .status-item {
  163. display: flex;
  164. flex-direction: column;
  165. align-items: center;
  166. margin-top: 30rpx;
  167. font-size: 26rpx;
  168. }
  169. .status-item .num {
  170. margin-bottom: 2rpx;
  171. font-size: 34rpx;
  172. font-family: 'PingFang SC, PingFang SC-Regular';
  173. font-weight: 400;
  174. color: #ffa836;
  175. }
  176. .topic .title {
  177. margin-bottom: 15rpx;
  178. }
  179. .topic .item {
  180. margin-bottom: 20rpx;
  181. padding-bottom: 22rpx;
  182. border-bottom: 1rpx solid #e6e6e6;
  183. }
  184. .topic .item .box {
  185. display: flex;
  186. align-items: center;
  187. }
  188. .topic .item .solid {
  189. width: 10rpx;
  190. height: 10rpx;
  191. margin-right: 15rpx;
  192. background: #333333;
  193. border-radius: 50%;
  194. }
  195. .topic .item .label {
  196. font-size: 28rpx;
  197. font-family: 'PingFang SC, PingFang SC-Regular';
  198. font-weight: 400;
  199. color: #333333;
  200. }
  201. .topic .introduce {
  202. margin-bottom: 15rpx;
  203. font-family: 'PingFang SC, PingFang SC-Regular';
  204. font-weight: 400;
  205. color: #999999;
  206. }
  207. .topic .price-box {
  208. font-size: 20rpx;
  209. font-family: 'PingFang SC, PingFang SC-Medium';
  210. font-weight: 500;
  211. color: #ec2e26;
  212. }
  213. .topic .price-box .price {
  214. display: inline;
  215. font-size: 28rpx;
  216. font-weight: 700;
  217. }
  218. .topic .item:last-of-type {
  219. border: none;
  220. }
  221. .topic .item .userInfo {
  222. display: flex;
  223. align-items: center;
  224. margin-bottom: 20rpx;
  225. font-size: 30rpx;
  226. font-family: 'PingFang SC, PingFang SC-Regular';
  227. font-weight: 400;
  228. color: #1a1a1a;
  229. }
  230. .topic .item .userInfo .auter {
  231. width: 83rpx;
  232. height: 83rpx;
  233. border-radius: 50%;
  234. margin-right: 18rpx;
  235. }
  236. .topic .item .userInfo .time {
  237. margin-left: auto;
  238. font-size: 24rpx;
  239. font-family: 'PingFang SC, PingFang SC-Regular';
  240. color: #999999;
  241. }
  242. .topic-name {
  243. color: #999999;
  244. }
  245. .footer {
  246. padding: 25rpx 0;
  247. font-size: 28rpx;
  248. font-family: 'PingFang SC, PingFang SC-Bold';
  249. font-weight: 700;
  250. text-align: center;
  251. color: #ffa836;
  252. background: #fffae1;
  253. }
  254. .weui-check__label {
  255. display: flex;
  256. align-items: center;
  257. padding-top: 20rpx;
  258. padding-bottom: 15rpx;
  259. border-bottom: 1rpx solid #e6e6e6;
  260. }
  261. .weui-check__label:last-child {
  262. border: none;
  263. }
  264. /* 未选中的背景样式 */
  265. checkbox .wx-checkbox-input {
  266. width: 29rpx;
  267. height: 29rpx;
  268. border-radius: 50%;
  269. }
  270. /* 选中后的背景样式 */
  271. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  272. background: #ffffff;
  273. border: 1rpx solid #ffdc2f;
  274. }
  275. /* 选中后的勾子样式 */
  276. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  277. width: 15rpx;
  278. height: 15rpx;
  279. line-height: 15rpx;
  280. color: transparent;
  281. border-radius: 50%;
  282. text-align: center;
  283. background: #FFDC2F;
  284. transform: translate(-50%, -50%) scale(1);
  285. -webkit-transform: translate(-50%, -50%) scale(1);
  286. }
  287. .weui-cell__bd {
  288. flex: 1;
  289. display: flex;
  290. align-items: center;
  291. }
  292. .day {
  293. margin-left: 35rpx;
  294. margin-right: 35rpx;
  295. font-size: 28rpx;
  296. font-family: 'PingFang SC, PingFang SC-Regular';
  297. font-weight: 400;
  298. color: #808080;
  299. }
  300. .select-time {
  301. width: 150rpx;
  302. color: #808080;
  303. }
  304. .interval {
  305. font-size: 28rpx;
  306. font-family: 'PingFang SC, PingFang SC-Regular';
  307. font-weight: 400;
  308. color: #808080;
  309. }
  310. .noTime {
  311. display: inline-block;
  312. font-size: 28rpx;
  313. font-family: 'PingFang SC, PingFang SC-Regular';
  314. font-weight: 400;
  315. color: #808080;
  316. margin-left: 30rpx;
  317. }