123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /* 自我评价和求职意向 */
- .evaluate-intention {
- width: calc(100% - 60rpx);
- margin: 0 auto;
- font-family: 'PingFangSC-Regular, PingFang SC';
- &-explain {
- margin-top: 40rpx;
- view {
- &:first-child {
- font-size: 44rpx;
- color: #000;
- }
- &:last-child {
- color: #9B9B9B;
- font-size: 28rpx;
- margin-top: 10rpx;
- }
- }
- }
- /* tab */
- &-tabs {
- margin-top: 46rpx;
- display: flex;
- border-bottom: solid 1px #BCBCBC;
- &-item {
- margin-right: 72rpx;
- font-size: 36rpx;
- color: #ADADAD;
- padding-bottom: 10rpx;
- }
- &-active {
- color: #4C4C4C;
- border-bottom: solid 2px #028DFE;
- }
- }
-
- /* 工作意向 */
- &-intention {
- margin-top: 40rpx;
- padding-bottom: 100rpx;
- &-submit {
- margin-top: 40rpx;
- .btn {
- // background-color: #a9d8d1;
- }
- }
- &-explain {
- text-align: center;
- margin-top: 40rpx;
- color: #54a494;
- }
- }
-
- /* 自我评价 */
- &-evaluate {
- margin-top: 40rpx;
- padding-bottom: 100rpx;
- &-submit {
- margin-top: 40rpx;
- }
- }
-
- }
|