/* 我的面试 */ .interview { min-height: calc(100vh - 44px); background-color: #F2F2F2; font-family: 'PingFangSC-Regular, PingFang SC'; &-list { padding: 26rpx 30rpx; margin-top: 88rpx; &-item { border-radius: 10rpx; background-color: #fff; padding: 30rpx 32rpx; margin-bottom: 20rpx; &-title { font-size: 36rpx; color: #000; display: flex; align-items: center; margin-bottom: 20rpx; image { width: 30rpx; height: 30rpx; margin-left: 10rpx; } } &-date { color: #028DFE; font-size: 40rpx; font-weight: 700; line-height: 70rpx; } &-way { font-size: 26rpx; color: #9B9B9B; margin-bottom: 22rpx; } &-position { display: flex; justify-content: space-between; .left { display: flex; // align-items: center; image { width: 98rpx; height: 98rpx; border-radius: 6rpx; margin-right: 22rpx; } .info { color: #525252; font-size: 28rpx; line-height: 50rpx; view { &:first-child { color: #000; font-size: 36rpx; margin-top: -10rpx; } } } } .right { view { font-size: 28rpx; color: #525252; text-align: right; &:first-child { color: #EF651F; font-size: 28rpx; font-weight: 700; margin-bottom: 8rpx; } } } } &-button { margin-top: 52rpx; .btn { width: 100%; height: 80rpx; line-height: 80rpx; text-align: center; font-size: 30rpx; color: rgba(255, 255, 255, 0.8); } .submit { background-color: #028DFE; } .not { background-color: #D2D2D2; } } .double { display: flex; justify-content: space-between; .btn { width: 280rpx; height: 80rpx; line-height: 80rpx; text-align: center; font-size: 30rpx; &:first-child { background-color: #028DFE; color: #fff; } &:last-child { border: solid 1px #028DFE; color: #028DFE; } } } } } } .disable { color: #a1a1ac; }