123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- page{background-color: #f2f2f2;}
- .jobdetails{
- background-color: #f2f2f2;
-
- &-head{
- &-card{
- margin: 0 0 20rpx !important;
-
- .jobdetails-head-cardhead{
- padding: 40rpx 5% 0;
-
- .content{
- padding-bottom: 30rpx;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- border-bottom: 1px solid #e4e7ed;
- }
-
- .left{
- max-width: 70%;
-
- view:first-child{
- margin-bottom: 12rpx;
- font-size: 46rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 700;
- color: #000000;
- line-height: 65rpx;
- letter-spacing: 2px;
- }
-
- view:last-child{
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #525252;
- line-height: 50rpx;
- letter-spacing: 1px;
- }
- }
-
- .right{
- text-align: right;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- line-height: 50rpx;
- letter-spacing: 1px;
- font-size: 26rpx;
- .salary {
- color: #EF651F;
- font-size: 36rpx;
- font-weight: 700;
- margin-bottom: 30rpx;
- }
- }
- }
-
- .jobdetails-head-cardbody{
- padding: 30rpx 5% 0;
-
- .container{
- padding-bottom: 30rpx;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- border-bottom: 1px solid #e4e7ed;
-
- .container-image{
- .image{
- width: 86rpx;
- height: 86rpx;
- box-shadow: 0px 0px 10rpx 0px rgba(77, 77, 77, 0.23);
- border-radius: 7rpx;
- }
- }
-
- .content{
- margin-left: 4%;
- width: 80%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
-
- .content-left{
- max-width: 85%;
-
- view:first-child{
- margin-bottom: 12rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- line-height: 45rpx;
- }
-
- view:last-child{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #525252;
- line-height: 33rpx;
- }
- }
-
- .content-right{
- margin-top: 15rpx;
- text-align: right;
- line-height: 80rpx;
- }
- }
- }
- }
-
- .jobdetails-head-cardfoot{
- padding: 30rpx 5% 0;
-
- .content{
- padding-bottom: 30rpx;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
-
- .content-left{
- max-width: 80%;
-
- view:first-child{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #525252;
- line-height: 30rpx;
- }
- }
-
- .content-right{
- display: flex;
- flex-wrap: wrap;
- line-height: 30rpx;
-
- &-icon{
- display: initial;
- }
-
- &-text{
- text-align: right;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #709078;
- line-height: 30rpx;
- }
- }
- }
- }
- }
- }
-
- &-content{
- &-card{
- margin: 0 0 20rpx !important;
-
- .jobdetails-content-cardhead{
- padding: 40rpx 5% 0;
-
- .container{
- padding-bottom: 30rpx;
- width: 100%;
- // border-bottom: 1px solid #e4e7ed;
-
- .title{
- margin-bottom: 12rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: bold;
- color: #000000;
- line-height: 45rpx;
- letter-spacing: 1px;
- }
-
- .content{
- .content-textarea{
- ::v-deep .u-input__textarea{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #545454;
- line-height: 35rpx;
- letter-spacing: 1px;
- }
- }
- }
- }
- }
-
- .jobdetails-content-cardbody{
- padding: 40rpx 5% 0;
-
- .container{
- padding-bottom: 30rpx;
- width: 100%;
-
- .title{
- margin-bottom: 12rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: bold;
- color: #000000;
- line-height: 45rpx;
- letter-spacing: 1px;
- }
-
- .content{
- .content-textarea{
- ::v-deep .u-input__textarea{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #545454;
- line-height: 35rpx;
- letter-spacing: 1px;
- }
- }
- }
- }
- }
- }
- }
- .jobdetailsbtn{
- .jobdetailsbtn-container{
- padding-bottom: env(safe-area-inset-bottom);
- display: flex;
- flex-direction: row;
- align-items: center;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 998;
- box-sizing: content-box;
- background-color: #FFFFFF;
-
- .jobdetailsbtn-content{
- flex: 1;
- justify-content: center;
- width: 100%;
- height: 100%;
- padding: 6px 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- background-color: #FFFFFF;
-
- view:first-child{
- width: 100%;
- padding: 43rpx 30rpx;
-
- .jobdetailsubmitbtn{
- width: 100%;
- background-color: #709078;
- }
- }
- }
- }
- }
- }
|