/* pages/recordChoice/index.wxss */ @import '../goodJob/index'; /* @import "../../appcommon.wxss"; */ @import '../index/index.wxss'; .page{ overflow: hidden; height: calc(100vh); } .jobCenterActive{ height: calc(100vh - 64px); } .jobIn{ padding: 16px 10px; } .agency .jobOne{ position: relative; justify-content: space-between; /* align-items: center; */ height: 42px; padding: 16px 15px; background-color: #fff; } .job .jobOne{ padding: 0; } .agency .jobOne .info { display: flex; height: 100%; flex-direction: column; justify-content: space-between; } .agency .listcontainer >view:not(:last-child)::after{ content:''; position: absolute; width: 95%; height: 1rpx; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #0000000f; }