work.wxss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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: #ffdc2f;
  76. border-radius: 29rpx;
  77. font-size: 28rpx;
  78. font-family: 'PingFang SC, PingFang SC-Regular';
  79. font-weight: 400;
  80. color: #1a1a1a;
  81. color: #fff;
  82. line-height: 57rpx;
  83. text-align: center;
  84. }
  85. .education {
  86. margin-bottom: 10rpx;
  87. }
  88. .address {
  89. margin-bottom: 10rpx;
  90. }
  91. .header .address-icon {
  92. width: 22rpx;
  93. height: 28rpx;
  94. margin-right: 15rpx;
  95. vertical-align: middle;
  96. }
  97. .header .address-detail {
  98. font-family: 'PingFang SC, PingFang SC-Regular';
  99. font-weight: 400;
  100. color: #666666;
  101. }
  102. .help {
  103. color: #666666;
  104. margin-bottom: 15rpx;
  105. }
  106. .header .num {
  107. color: #FF9209;
  108. }
  109. .tag {
  110. font-family: 'PingFang SC, PingFang SC-Regular';
  111. font-weight: 400;
  112. color: #666666;
  113. }
  114. .tag-label {
  115. display: inline-block;
  116. padding: 3rpx 16rpx;
  117. background: #f2f2f2;
  118. border-radius: 10rpx 0px 10rpx 0px;
  119. color: #666666;
  120. margin-right: 15rpx;
  121. margin-bottom: 15rpx;
  122. }
  123. .serve,
  124. .topic {
  125. margin: 0 30rpx 20rpx;
  126. padding: 30rpx;
  127. background: #ffffff;
  128. border-radius: 20rpx;
  129. }
  130. .serve .head {
  131. display: flex;
  132. justify-content: space-between;
  133. align-items: center;
  134. color: #999999;
  135. padding-bottom: 20rpx;
  136. border-bottom: 1rpx solid #e6e6e6;
  137. }
  138. .serve .title,
  139. .topic .title {
  140. position: relative;
  141. font-size: 30rpx;
  142. font-family: 'PingFang SC, PingFang SC-Bold';
  143. font-weight: 700;
  144. color: #1a1a1a;
  145. z-index: 1;
  146. }
  147. .serve .title::before,
  148. .topic .title::before {
  149. display: block;
  150. content: '';
  151. position: absolute;
  152. z-index: -1;
  153. width: 6rpx;
  154. height: 100%;
  155. background: #ffdd36;
  156. border-radius: 3rpx;
  157. }
  158. .serve .status {
  159. display: flex;
  160. justify-content: space-between;
  161. align-items: center;
  162. }
  163. .status-item {
  164. display: flex;
  165. flex-direction: column;
  166. align-items: center;
  167. margin-top: 30rpx;
  168. font-size: 26rpx;
  169. }
  170. .status-item .num {
  171. margin-bottom: 2rpx;
  172. font-size: 34rpx;
  173. font-family: 'PingFang SC, PingFang SC-Regular';
  174. font-weight: 400;
  175. color: #ffa836;
  176. }
  177. .topic .title {
  178. margin-bottom: 15rpx;
  179. }
  180. .topic .item {
  181. margin-bottom: 20rpx;
  182. padding-bottom: 22rpx;
  183. border-bottom: 1rpx solid #e6e6e6;
  184. }
  185. .topic .item .box {
  186. display: flex;
  187. align-items: center;
  188. }
  189. .topic .item .solid {
  190. width: 10rpx;
  191. height: 10rpx;
  192. margin-right: 15rpx;
  193. background: #333333;
  194. border-radius: 50%;
  195. }
  196. .topic .item .label {
  197. font-size: 28rpx;
  198. font-family: 'PingFang SC, PingFang SC-Regular';
  199. font-weight: 400;
  200. color: #333333;
  201. }
  202. .topic .introduce {
  203. margin-bottom: 15rpx;
  204. font-family: 'PingFang SC, PingFang SC-Regular';
  205. font-weight: 400;
  206. color: #999999;
  207. }
  208. .topic .price-box {
  209. font-size: 20rpx;
  210. font-family: 'PingFang SC, PingFang SC-Medium';
  211. font-weight: 500;
  212. color: #ec2e26;
  213. }
  214. .topic .price-box .price {
  215. display: inline;
  216. font-size: 28rpx;
  217. font-weight: 700;
  218. }
  219. .topic .item:last-of-type {
  220. border: none;
  221. }
  222. .topic .item .userInfo {
  223. display: flex;
  224. align-items: center;
  225. margin-bottom: 20rpx;
  226. font-size: 30rpx;
  227. font-family: 'PingFang SC, PingFang SC-Regular';
  228. font-weight: 400;
  229. color: #1a1a1a;
  230. }
  231. .topic .item .userInfo .auter {
  232. width: 83rpx;
  233. height: 83rpx;
  234. border-radius: 50%;
  235. margin-right: 18rpx;
  236. }
  237. .topic .item .userInfo .time {
  238. margin-left: auto;
  239. font-size: 24rpx;
  240. font-family: 'PingFang SC, PingFang SC-Regular';
  241. color: #999999;
  242. }
  243. .topic-name {
  244. color: #999999;
  245. }
  246. .footer {
  247. padding: 25rpx 0;
  248. font-size: 28rpx;
  249. font-family: 'PingFang SC, PingFang SC-Bold';
  250. font-weight: 700;
  251. text-align: center;
  252. color: #ffa836;
  253. background: #fffae1;
  254. }
  255. .weui-check__label {
  256. display: flex;
  257. align-items: center;
  258. padding-top: 20rpx;
  259. padding-bottom: 15rpx;
  260. border-bottom: 1rpx solid #e6e6e6;
  261. }
  262. .weui-check__label:last-child {
  263. border: none;
  264. }
  265. /* 未选中的背景样式 */
  266. checkbox .wx-checkbox-input {
  267. width: 29rpx;
  268. height: 29rpx;
  269. border-radius: 50%;
  270. }
  271. /* 选中后的背景样式 */
  272. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  273. background: #ffffff;
  274. border: 1rpx solid #ffdc2f;
  275. }
  276. /* 选中后的勾子样式 */
  277. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  278. width: 15rpx;
  279. height: 15rpx;
  280. line-height: 15rpx;
  281. color: transparent;
  282. border-radius: 50%;
  283. text-align: center;
  284. background: #FFDC2F;
  285. transform: translate(-50%, -50%) scale(1);
  286. -webkit-transform: translate(-50%, -50%) scale(1);
  287. }
  288. .weui-cell__bd {
  289. flex: 1;
  290. display: flex;
  291. align-items: center;
  292. }
  293. .day {
  294. margin-left: 35rpx;
  295. margin-right: 35rpx;
  296. font-size: 28rpx;
  297. font-family: 'PingFang SC, PingFang SC-Regular';
  298. font-weight: 400;
  299. color: #808080;
  300. }
  301. .select-time {
  302. width: 150rpx;
  303. color: #808080;
  304. }
  305. .interval {
  306. font-size: 28rpx;
  307. font-family: 'PingFang SC, PingFang SC-Regular';
  308. font-weight: 400;
  309. color: #808080;
  310. }
  311. .noTime {
  312. display: inline-block;
  313. font-size: 28rpx;
  314. font-family: 'PingFang SC, PingFang SC-Regular';
  315. font-weight: 400;
  316. color: #808080;
  317. margin-left: 30rpx;
  318. }