| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- /* components/fulltime/fulltime.wxss */
- /* 列表 */
- .box-item {
- min-height: 276rpx;
- padding: 30rpx;
- display: flex;
- font-size: 26rpx;
- color: #444;
- box-sizing: border-box;
- position: relative;
- background: #fff;
- }
- .item-hover {
- background: #f5f5f5;
- }
- .box-item .box-item-img {
- display: flex;
- flex: 0 0 auto;
- width: 150rpx;
- height: 150rpx;
- border-radius: 6rpx;
- background: #fff;
- }
- .box-item .box-item-info {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- flex-grow: 1;
- box-sizing: border-box;
- overflow: hidden;
- }
- .box-item .one {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- color: #232327;
- }
- .box-item .one .left {
- display: flex;
- flex-grow: 1;
- align-items: center;
- font-size: 32rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(35, 35, 39, 1);
- width: 60%;
- }
- .box-item .one .salary {
- font-size: 32rpx;
- font-family: ArialMT;
- font-weight: 400;
- color: #ff401a;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- /* .box-item .one .salary image {
- width: 18rpx;
- height: 24rpx;
- } */
- .box-item .two {
- max-height: 55rpx;
- overflow: hidden;
- display: flex;
- /* align-items: center; */
- justify-content: space-between;
- color: #444;
- font-size: 26rpx;
- margin-top: 20rpx;
- /* transition: all 1s; */
- }
- /* .box-item .two .limit {
- display: flex;
- flex-direction: row;
- flex-grow: 1;
- overflow: hidden;
- margin-right: 20rpx;
- width: 80%;
- color: #444;
- }
- .box-item .two .limit image {
- width: 18rpx;
- height: 18rpx;
- margin-right: 10rpx;
- }
- .box-item .two .limit text {
- margin-left: 10rpx;
- } */
- .box-item .two .limit_1 {
- display: flex;
- flex-direction: row;
- flex-grow: 1;
- overflow: hidden;
- width: 80%;
- color: #868b92;
- flex-wrap: wrap;
- }
- /* .box-item .two .limit_1 image {
- width: 18rpx;
- height: 18rpx;
- margin-right: 10rpx;
- } */
- /* .box-item .two .limit_1 text {
- margin-left: 10rpx;
- } */
- .box-item .two .time {
- color: #444;
- font-size: 26rpx;
- }
- .tag-class {
- margin-right: 15rpx;
- white-space: nowrap;
- border: 1rpx solid #0177ff !important;
- background: transparent !important;
- border-radius: 8rpx !important;
- margin-bottom: 15rpx;
- color: #0177ff;
- font-size: 24rpx !important;
- padding: 5rpx 10rpx !important;
- }
- .tag-class1 {
- margin-right: 8rpx;
- white-space: nowrap;
- border: none !important;
- background: rgba(245, 245, 245, 1) !important;
- border-radius: 14px !important;
- margin-bottom: 12rpx;
- font-size: 20rpx;
- }
- .box-item .three {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 20rpx;
- margin-top: 20rpx;
- }
- /*
- .box-item .three image {
- width: 16rpx;
- height: 19rpx;
- } */
- .box-item .three .area {
- color: #868b92;
- font-size: 24rpx;
- }
- .box-item .three .area .area-name {
- margin-left: 10rpx;
- color: #444;
- font-size: 26rpx;
- }
- /*.box-item .three .limit {
- display: flex;
- flex-grow: 1;
- overflow: hidden;
- margin-right: 10rpx;
- width: 80%;
- flex-direction: row;
- }
- .box-item .three .limit i-tag {
- margin-left: 10rpx;
- }
- .box-item .three .time {
- flex: 0 0 auto;
- color: #868b92;
- }
- .box-item .three .time image {
- width: 18rpx;
- height: 18rpx;
- }
- .box-item .three .time text {
- margin-left: 6rpx;
- font-size: 20rpx;
- } */
- .box-item .three .fan {
- display: flex;
- flex-direction: row;
- background: rgba(254, 114, 53, 0.14);
- color: #FD7235;
- font-size: 22rpx;
- align-items: center;
- padding: 5rpx 10rpx;
- border-radius: 8rpx;
- }
- /* .box-item .three .fan image {
- width: 24rpx;
- height: 24rpx;
- margin-right: 10rpx;
- } */
- .box-item .four {
- display: flex;
- justify-content: space-between;
- color: #909090;
- font-size: 22rpx;
- margin-top: 18rpx;
- align-items: center;
- }
- /* .box-item .four .limit {
- display: flex;
- flex-direction: row;
- flex-grow: 1;
- overflow: hidden;
- margin-right: 30rpx;
- width: 80%;
- color: #868b92;
- }
- .box-item .four .limit image {
- width: 18rpx;
- height: 18rpx;
- }
- .box-item .four .limit i-tag {
- margin-left: 10rpx;
- }
- .box-item .four .limit text {
- margin-left: 10rpx;
- } */
- .box-item .four .time {
- color: #706f6f;
- font-size: 20rpx;
- }
- .box-item .four .commpany {
- flex: 1;
- font-size: 26rpx;
- color: #444;
- }
- .box-item .four .area {
- width: 175rpx;
- text-align: right;
- color: #444;
- font-size: 26rpx;
- }
- /* .box-item .four .area image {
- width: 16rpx;
- height: 19rpx;
- } */
- .box-item .four .area .area-name {
- margin-left: 10rpx;
- color: #444;
- font-size: 26rpx;
- }
- .parttime {
- font-size: 26rpx;
- color: #444;
- }
- .parttime-text {
- margin-left: 0;
- }
- .address {
- font-size: 26rpx;
- color: #444;
- margin-top: 20rpx;
- }
- .gaoxin,
- .pintuan {
- width: 60rpx;
- height: 38rpx;
- text-align: center;
- line-height: 38rpx;
- color: #fff;
- font-size: 24rpx;
- /* background: #05c3ff; */
- border-radius: 8rpx;
- margin-right: 15rpx;
- position: absolute;
- left: 0;
- top: 0;
- }
- .gaoxin-image,
- .pintuan-image {
- height: 65rpx;
- width: 65rpx;
- }
- /*
- .pintuan {
- background: #ffa835;
- } */
- .arrow-image {
- width: 22rpx;
- height: 12rpx;
- }
- .box-item .down {
- max-height: 250rpx;
- }
- .loading_no {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 60rpx;
- font-size: 22rpx;
- color: #696969;
- background: transparent;
- }
- .box-item .five {
- border-top: 2rpx solid #ddd;
- display: flex;
- justify-content: space-between;
- color: #909090;
- margin-top: 30rpx;
- align-items: center;
- font-size: 20rpx;
- }
- .box-item .five .pt-member {
- color: #525255;
- margin-top: 18rpx;
- }
- .box-item .five .number {
- color: #ff8f01;
- font-weight: 700;
- }
- .box-item .five .endtime {
- color: #888;
- margin-top: 18rpx;
- }
- .time {
- color: #ff8f01;
- font-weight: 700;
- }
|