/* pages/my/postJob/index.wxss */ @import '../../pages/common.wxss'; @font-face { font-family: "iconfont"; src: url('iconfont.eot?t=1559096289773'); /* IE9 */ src: url('iconfont.eot?t=1559096289773#iefix') format('embedded-opentype'), /* IE6-IE8 */ 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'), url('iconfont.woff?t=1559096289773') format('woff'), url('iconfont.ttf?t=1559096289773') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1559096289773#iconfont') format('svg'); /* iOS 4.1- */ } .iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .finish { font-size: 80rpx; } page { width: 100%; /* height: 100%; */ background-color: #fff; } .job-container { padding-top: 100rpx; padding-bottom: calc(100rpx + constant(safe-area-inset-bottom)); /*兼容 IOS<11.2*/ padding-bottom: calc(100rpx + env(safe-area-inset-bottom)); /*兼容 IOS>11.2*/ } .tabs { position: fixed; top: 0; left: 0; display: flex; justify-content: space-around; align-items: center; width: 100%; height: 100rpx; padding: 0 60rpx; font-size: 28rpx; font-family: 'PingFang SC, PingFang SC-Regular'; font-weight: 400; color: #666666; background-color: #fff; box-sizing: border-box; z-index: 9; border-bottom: 1px solid #e6e6e6; } .tabs .tab { position: relative; height: 100%; line-height: 100rpx; } .tabs .tab-active { font-size: 32rpx; font-family: 'PingFang SC, PingFang SC-Bold'; font-weight: 700; color: #1a1a1a; } .tabs .tab-active::after { display: block; position: absolute; bottom: 0; content: ''; width: 100%; height: 4rpx; background: #ffdd36; border-radius: 2rpx; z-index: 1; } .body { padding: 0 60rpx; font-size: 28rpx; font-family: 'PingFang SC, PingFang SC-Regular'; font-weight: 400; color: #2b2b2b; } .body .box { padding-top: 32rpx; padding-bottom: 26rpx; border-bottom: 1rpx solid #e6e6e6; } .body .box .up, .body .box .down { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28rpx; } .body .box .title, .body .box .address { width: 420rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .body .box .job-price { font-size: 20rpx; font-weight: 600; color: #ec2e26; } .body .box .job-price .price { display: inline; font-size: 32rpx; } .body .box .down { margin-bottom: 0; } .body .box .address { width: 100%; margin-bottom: 20rpx; font-size: 22rpx; color: #999999; font-family: 'PingFang SC, PingFang SC-Regular'; } .address-icon { font-size: 22rpx; } .btn { width: 150rpx; height: 55rpx; background: #ffdc2f; border-radius: 28rpx; font-size: 28rpx; text-align: center; color: #1a1a1a; line-height: 55rpx; margin: 0; } .btns { display: flex; justify-content: flex-end; align-items: center; } .again-btn { width: 200rpx; margin-right: 20rpx; } .gary { background: #e6e6e6; } .footer { position: fixed; left: 50%; bottom: 0; width: 100%; padding: 30rpx; background-color: #fff; transform: translateX(-50%); padding-bottom: constant(safe-area-inset-bottom); /*兼容 IOS<11.2*/ padding-bottom: env(safe-area-inset-bottom); } .footer .btn { width: 690rpx; height: 85rpx; background: #ffdc2f; border-radius: 43rpx; font-size: 30rpx; font-family: 'PingFang SC, PingFang SC-Regular'; font-weight: 400; text-align: center; color: #1a1a1a; line-height: 85rpx; margin: 0 auto; }