123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- .mb5 { margin-bottom: 5px; }
- .my5 { margin: 5px 0; }
- .my10 { margin: 10px 0; }
- .mt10 { margin-top: 10px; }
- .fs14 { font-size: 14px; }
- .fs15 { font-size: 15px; }
- .box {
- padding: 0 30rpx 100px;
- }
- .JobName {
- color: #0E100F;
- font-size: 24px;
- }
- .tagList {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- .tagListItem {
- margin: 10rpx 10rpx 10rpx 0;
- }
- }
- .topLine {
- border-top: 1px solid #EDEDED;
- // border-bottom: 1px solid #EDEDED;
- padding-top: 10px;
- }
- .tag {
- padding: 5px 10px;
- background-color: #e2f0ef;
- color: #00B760;
- border-radius: 5px;
- font-size: 14px;
- margin-right: 8px;
- margin-top: 4px;
- }
- .hirePrice {
- padding: 3px 10px;
- // background-color: #fc6d5e63; color: #ff250e;
- background-color: #ffffff; color:#00B760;
- border-radius: 5px;
- font-size: 14px;
- margin-left: 8px;
- // margin-top: 4px;
- }
- .htmlCss {
- white-space: pre-wrap;
- word-break: break-all;
- line-height: 28px;
- color: #666;
- font-size: 15px;
- text-align: justify;
- letter-spacing: 0;
- font-family: MiSans-Normal;
- }
- //底部按钮公用定位
- .bottom-sticky{
- display: flex;
- width:100vw;
- position: fixed;
- bottom:0;
- left: 0;
- background-image:linear-gradient(rgba(255,255,255,1),white);
- }
- .buttons{
- width: 60vw;
- height: 44px;
- border-radius: 25px;
- margin: 0;
- background-color: #00B760 !important;
- }
- .disable { background-color: #5ec593 !important; color: #ffffec !important;}
- .noMore{
- margin: 20px 0;
- }
- .date-time{
- color:#d9d0d2;
- float: right;
- }
- .viewided-line {
- width: 100%;
- height: 1px;
- background-color: #f0f2f7;
- margin: 20px 0;
- }
- .avatarBox{
- max-width: 100rpx;
- max-height: 100rpx;
- margin: 0 20px 0 0;
- }
- .avatar{
- width: 40px;
- height: 40px;
- }
- .sub-li-bottom {
- display: flex;
- justify-content:space-between;
- align-items: center;
- background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
- font-size: 13px;
- padding: 5px 30rpx;
- }
- .salary {
- color: #00B760;
- line-height: 41px;
- font-weight: 600;
- height: auto;
- font-size: 34rpx;
- display: inline-block;
- vertical-align: sub;
- }
- .viewider-mx{
- margin: 0 10rpx;
- }
- .viewider {
- color:#e4d4d2;
- }
- .title-text {
- position: relative;
- padding-left: 10px;
- &::before {
- content: '';
- position: absolute;
- left: 0;
- top: 4px;
- height: 17px;
- width: 3px;
- background-color: #00B760;
- }
- }
- //公司名称
- .cer-end{
- position: absolute;
- top: 85%;
- right: 16%;
- }
- .cer-text{
- text-decoration: underline;
- margin: 0 5rpx;
- }
- //一行展示不全...
- .dis{
- display: flex;
- align-items: center;
- }
- .showPopup-more{
- width: 26vw;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- /* 列表触底暂无更多 */
- .noMore{ text-align:center; color:grey; }
- .mt { margin-top: 10rpx; }
- .mb { margin-bottom: 10rpx; }
- .ml { margin-left: 20rpx; }
- .mr { margin-right: 20rpx; }
- .mr-10{ margin-right: 10rpx; }
- .my-5{ margin: 5px 0; }
- // 选择简历
- .dialogBox {
- .dialog-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- color:#767a82;
- padding: 20rpx;
- .title {
- font-weight: bold;
- margin-left: 10rpx;
- }
- }
- .dialog-content{
- padding: 20rpx;
- padding-bottom: 50rpx;
- .selected {
- background-color: #00B760 !important;
- }
- }
- .selectOnline {
- font-size: 14px;
- color: #00B760;
- text-align: center;
- margin-top: 10rpx;
- }
- .dialog-bottom{
- width: 100%;
- height: 44px;
- line-height: 44px;
- text-align: center;
- color: #fff !important;
- background-color: #00B760 !important;
- }
- }
|